文章分类 -  C#

C# Log4net输出到窗体
摘要:通过Xml文件配置log4net TextBoxAppender(自定义appender) qfugit 发布于 2019-02-19 • 在 c# • 最后更新 2019-02-19 13:26 • 109 浏览 接下来是我的问题:Flexible Logging Interface... 我现在 阅读全文

posted @ 2023-05-30 11:19 qq1151219115 阅读(172) 评论(0) 推荐(0) 编辑

C# 控件缩写大全+命名规范+示例
摘要:C# 控件缩写大全+命名规范+示例 写程序的时候突然忘了C#的控件命名的大小写的规范,去网上找了些资料,拷过来看看。 Standard Control(标准控件) 类 型 前 缀 示 例 Adrotator adrt adrtTopAd BulletedList blst blstCity Butt 阅读全文

posted @ 2023-04-04 11:02 qq1151219115 阅读(187) 评论(0) 推荐(1) 编辑

XMLNameTable
摘要:XmlNameTable 类使 XmlReader 类的实现能够在分析数据或对 XML 文档执行比较操作时使用指针比较,而不是字符串比较。在比较和使用元素和属性名时,使用此表将提高 XmlReader 派生类的性能。XmlNameTable 还可以减少在分析期间分配的内存量,因为每个元素或属性的名称 阅读全文

posted @ 2019-06-11 20:10 qq1151219115 阅读(118) 评论(0) 推荐(0) 编辑

C# IsAssignablefrom
摘要:That typically happens when there's a mismatch between the assembly which contains the type IPlugin that the current assembly references, and the asse 阅读全文

posted @ 2019-05-29 17:36 qq1151219115 阅读(89) 评论(0) 推荐(0) 编辑

dockpanel 怎么判断一个浮动窗体已经打开
摘要:foreach (IDockContent content in MainForm.pCurrentWin.dockPanel.Contents) { if (content.DockHandler.TabText == text) { content.DockHandler.Activate(); 阅读全文

posted @ 2019-03-11 14:55 qq1151219115 阅读(90) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示