摘要:
Navicat15破解版安装,记录一下 运行破解工具时,记得断网 转载地址: https://www.cnblogs.com/xuexianqi/p/12797170.html 阅读全文
摘要:
1.使用的NuGet包 2.IRepository 接口 { IEnumerable<Package> GetAllPackages(); void DeleteByCodePackages(string code); // void InitRepository(); } 3.SimpleRepo 阅读全文
摘要:
1.控件模板 <ControlTemplate x:Key="myTemplate" TargetType="Button"> <Border Background="Green" CornerRadius="45"> <StackPanel> <TextBlock Text="****"/> <C 阅读全文
摘要:
1.样式 <Style x:Key="myStyle" TargetType="Button" > <Setter Property="Foreground" Value="Green"></Setter> <Setter Property="FontSize" Value="30"></Sette 阅读全文
摘要:
1.https://github.com/MahApps/IconPacks.Browser下载 下载后在bin目录下运行“IconPacks.Browser”挑选需要使用的图标 运行后如下: 2.选择想要使用的图标,拷贝代码 3.项目引用 在nuget管理器中安装第三方界面图标库 MahApps. 阅读全文
摘要:
一、看完 WPF书籍:WPF宝典、WPF深入浅出 c#书籍: 阅读全文
摘要:
在.net开发中,有很多文件是不希望上传,加入协助开发中,例如生成在的bin/Debug, bin/Release文件等。 在代码目录下建立.gitignore文件: .gitignore (用记事本另存可以保存这个名字),配置上要忽略的文件或者文件夹,然后提交到git 上就可以了。 1.以下是Gi 阅读全文
摘要:
一、 安装git 登陆git官网:https://git-scm.com/window国内镜像下载:https://registry.npmmirror.com/binary.html?path=git-for-windows/ 二、 下载git initgit clone+地址 三、1.提交新项目 阅读全文
摘要:
1.第三方工具 CreateInstall free https://blog.csdn.net/weixin_43738690/article/details/112806727 2. VS插件: Microsoft Visual Studio Installer Projects https:/ 阅读全文