• 00
  • :
  • 00
  • :
  • 00
上一页 1 2 3 4 5 6 7 8 ··· 31 下一页
摘要: 默认无格式的情况下: 如果想要保持单元格里面内容长度一致的话,就要把单元格格式设置为text 效果如下: 代码设置格式: spreadsheetControl1.ActiveWorksheet.Range.Parse("1:1048576").NumberFormat = "@"; 参考:https 阅读全文
posted @ 2020-11-13 16:04 Garson_Zhang 阅读(944) 评论(0) 推荐(0) 编辑
摘要: this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.DarkSalmon; this.gridView1.Appearance.FocusedRow.Font = new System.Drawing.Font( 阅读全文
posted @ 2020-11-13 11:03 Garson_Zhang 阅读(790) 评论(0) 推荐(0) 编辑
摘要: public class User32API { private static Hashtable processWnd = null; public delegate bool WNDENUMPROC(IntPtr hwnd, uint lParam); static User32API() { 阅读全文
posted @ 2020-11-13 08:12 Garson_Zhang 阅读(279) 评论(0) 推荐(0) 编辑
摘要: .ivu-input[readonly],input[readonly],input[disabled]{ background-color: #f3f3f3; opacity: 1; // cursor: not-allowed; color: #515a6e; } 阅读全文
posted @ 2020-11-09 16:24 Garson_Zhang 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 打开IDE,进入到IDE主界面,来进行相关的设置操作。 在菜单栏中点击箭头所指的工具菜单,来进行相关的操作。 在工具菜单下,选择选项功能,来进行相关的操作,如图所示。 进入到选项窗口,选择项目和解决方案,来进入相关页面。 进入到项目和解决方案下,点击箭头所指的位置选项,来进行设置。 在位置设置页面, 阅读全文
posted @ 2020-11-08 23:03 Garson_Zhang 阅读(1273) 评论(0) 推荐(0) 编辑
摘要: public static class DataServiceExtension { /// <summary> /// 注入数据 /// </summary> /// <param name="services"></param> public static IServiceCollection 阅读全文
posted @ 2020-11-08 22:16 Garson_Zhang 阅读(354) 评论(0) 推荐(0) 编辑
摘要: private void Shell(List<string> commands, string workingDir, Action<string> actionResult) { Process process = new Process(); process.StartInfo.FileNam 阅读全文
posted @ 2020-11-08 12:03 Garson_Zhang 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: 数据库优先 https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershellhttps://docs.microsoft.com/zh-cn/ef/core/managing-schemas/scaffolding?tabs= 阅读全文
posted @ 2020-11-08 00:35 Garson_Zhang 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 第一种方式:bat批处理文件 echo off for /d %%a in (.\packages\GZ.PlanCore*) do copy /y %%a\tools\*.* .\Debug\ pause 第二种方式: VS项目生成后: echo off for /d %%a in ($(Proj 阅读全文
posted @ 2020-11-07 11:20 Garson_Zhang 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 类库调试启动程序设置:设置插件类库的调试 设置插件项目为启动项 运行后,点击本地运行调试,就会模拟服务运行,根据计划配置执行计划了 阅读全文
posted @ 2020-11-07 10:48 Garson_Zhang 阅读(64) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 31 下一页