• 00
  • :
  • 00
  • :
  • 00
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页
摘要: public sealed class XMLSerilizable { /// /// XML转换为对象 /// /// /// /// public static T XMLToObject(string xml) where T : new() ... 阅读全文
posted @ 2017-06-01 12:33 Garson_Zhang 阅读(967) 评论(0) 推荐(0) 编辑
摘要: --完整备份,每周一次USE MasterGOdeclare @str varchar(100)set @str='D:\Weldon\DBBACK\FullBak'+replace(replace(replace(convert(varchar,getdate(),20),'-',''),' ', 阅读全文
posted @ 2017-05-25 19:47 Garson_Zhang 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 存文件得时候,报错 1.权限问题添加权限:WRITE_EXTERNAL_STORAGE 2.目录要一层一层创建,先从最外层开始 阅读全文
posted @ 2017-05-25 12:51 Garson_Zhang 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 修改窗体权限: 重写方法 修改操作按钮名称 全部自定义增加操作按钮: 插入控件顺序: InsertAfterButton插入到指定控件后面 InsertBeforeButton插入到指定控件前面 公共指定控件名称 GZFramework.UI.Core.RibbonButton.RibbonComm 阅读全文
posted @ 2017-05-20 23:55 Garson_Zhang 阅读(388) 评论(0) 推荐(0) 编辑
摘要: sqlserver下事务中处理出现为初始化selectcommand的connection属性修改CommandDataBase中的PrepareCommand方法 阅读全文
posted @ 2017-05-20 21:51 Garson_Zhang 阅读(450) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { DataTable dt = new DataTable(); dt.Columns.Add("Name", typeof(System.String)); dt.Columns.Ad... 阅读全文
posted @ 2017-05-06 13:19 Garson_Zhang 阅读(439) 评论(0) 推荐(0) 编辑
摘要: GRANT EXECUTE ON SYS.XP_PROP_OLEDB_PROVIDER TO api; 阅读全文
posted @ 2017-04-17 18:05 Garson_Zhang 阅读(235) 评论(0) 推荐(1) 编辑
摘要: 1. 重写WndProc protected override void WndProc(ref Message m) { const int WM_NCHITTEST = 0x84; const int HTCLIENT = 0x01; const int HTCAPTION = 0x02; if 阅读全文
posted @ 2017-03-23 15:39 Garson_Zhang 阅读(691) 评论(0) 推荐(0) 编辑
摘要: ImageList图标左边有黑色竖线, 原因 ImageList颜色深度太小引起的,解决方案,把颜色深度调成Depth32Bit 默认: 修改为: 结果: 备注:根据文件获得文件的系统图标: 阅读全文
posted @ 2017-01-07 11:05 Garson_Zhang 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 标题长短不一致,很难看 设置LayoutControl属性 效果: 修改字体: 控件字体: LayoutControl→Appearance→Control→Font→FontSize (ControlDropDown等) 文本大小:LayoutControl→Root→AppearanceItem 阅读全文
posted @ 2016-12-15 16:47 Garson_Zhang 阅读(3092) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 31 下一页