• 00
  • :
  • 00
  • :
  • 00
摘要: 源地址: 自定义生成 - Visual Studio | Microsoft Docs 使用标准生成进程(导入 Microsoft.Common.props 和 Microsoft.Common.targets)的 MSBuild 项目有多个可用于自定义生成过程的扩展性挂钩 。 向项目的命令行 MS 阅读全文
posted @ 2020-11-13 22:38 Garson_Zhang 阅读(2241) 评论(1) 推荐(1) 编辑
摘要: Lucene.Net lucenenet/Lucene.Net.TestFramework.csproj at Lucene.Net_4_8_0_beta00013 · apache/lucenenet · GitHub <ItemGroup> <InternalsVisibleTo Include 阅读全文
posted @ 2020-11-13 20:33 Garson_Zhang 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 默认无格式的情况下: 如果想要保持单元格里面内容长度一致的话,就要把单元格格式设置为text 效果如下: 代码设置格式: spreadsheetControl1.ActiveWorksheet.Range.Parse("1:1048576").NumberFormat = "@"; 参考:https 阅读全文
posted @ 2020-11-13 16:04 Garson_Zhang 阅读(1024) 评论(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 阅读(897) 评论(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 阅读(282) 评论(0) 推荐(0) 编辑