09 2014 档案
winform 控件开发1——复合控件
摘要:哈哈是不是丑死了?做了一个不停变色的按钮,可以通过勾选checkbox停下来,代码如下:复合控件果然简单呀,我都能学会~ 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 usin...
阅读全文
XML节点名称中有小数点处理(deal with dot)导致使用xpath时报错解决方法
摘要:1 2 3 1234564 @section MasterPart{"/Home/About"}5 XML节点中有小数点怎么办?怎么引用它的xpath呢?在百度没找到答案,于是google:how to deal with xml node name includedot?Get it!其实很简...
阅读全文
web1
摘要:1 2 3 4 web0923 5 23 24 25 Title26 Para27 28 29 display date30 31 32 33 change picture...
阅读全文
C#删除xml中某个节点的子节点方法
摘要:if (File.Exists(xmlFilePath)) { XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(xmlFilePath);...
阅读全文