- 2024-11-15C# 读取四波段遥感影像生成植被覆盖度栅格(TIF)
GDAL使用使用gdal.netcore来读取和生成栅格文件。优点:自带gdal运行时相关文件,不用额外再安装gdal库缺点:导致发布的文件变大很多,比如Win+Linux的运行时加起来就超过了400M,所以最好是按需加载对应的运行时。比如DEBUG是运行在win的,就添加MaxRev.Gdal.WindowsRuntime.Minimal包,然
- 2024-09-26wpf ToggleButton选中效果和一个登录界面
先看效果 我修改了ToggleButton的ControlTemplate,在ContentPresenter外面加了4个Border,控制4个Border的位置在ControlTemplate的左上、右上、左下、右下,选中时,触发4个边框的BorderThickness<SetterProperty="BorderThickness"TargetName="brd
- 2024-06-15WPF Path LineGeometry,RectangleGeometry,EllipseGeometry
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Runtime.CompilerServices;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows;usingSystem.Windows.Controls;usingSystem.Windows.Data;usingSystem.Windows
- 2024-06-06uniapp+vue3+swiper 高度自适应
转自:https://blog.csdn.net/hjd2018/article/details/137261819 <template> <viewclass="top_swiper"> <swiper@change="onSwiperChange"class="swiper":style="{height:swiperHeight}"circularindicat