01.
Dotnet总结(4)--xml读写读xml, public static string ReadXMLConfig(string strFileName, string sKey) {// string strFileName = 'Brand.exe.config'; XmlDocument oXmlDocument = new ...查看完整版>>
Dotnet总结(4)--xml读写
02.
Dotnet总结(4)--xml读写读xml, public static string ReadXMLConfig(string strFileName, string sKey) {// string strFileName = "Brand.exe.config"; XmlDocument oXmlDocum...查看完整版>>
Dotnet总结(4)--xml读写
03.
Dotnet总结(4)--xml读写读xml, public static string ReadXMLConfig(string strFileName, string sKey) { // string strFileName = "Brand.exe.config"; XmlDocument oXmlD...查看完整版>>
Dotnet总结(4)--xml读写
04.
在DotNet里面利用XML呵呵,有意思,听过一个笑话,说德国一个老头,是个聋子,在如厕时,突然苏联战机空袭,虽然房屋倒塌,可是全家人都没有事情,家里人扒开卫生间的墙壁,发现老头在那儿乐,说:我一拉抽水马桶的绳,屋就倒了。哈哈哈...查看完整版>>
在DotNet里面利用XML
05.
vb.net 读写xml方法(1)Dim domXmlDocument As System.Xml.XmlDocument Dim tmpPath As String = AppTempFilePath Dim xmlFile As String = tmpPath + '\testXml.xml' '窗体加载事件 Private Sub TestXml_Load(ByVal sender As Sy...查看完整版>>
vb.net 读写xml方法(1)
06.
vb.net 读写xml方法(1)Dim domXmlDocument As System.Xml.XmlDocument Dim tmpPath As String = AppTempFilePath Dim xmlFile As String = tmpPath + "\testXml.xml" '窗体加载事件 Private Sub TestXml_Load(ByVal se...查看完整版>>
vb.net 读写xml方法(1)
07.
读写xml所有节点个人小结和读取xml节点的数据总结读: //打开某文件(假设web.config在根目录中) string filename=Server.MapPath("/") + @"WebApplication1\web.config"; XmlDocument xmldoc= new XmlDocument(); xmldoc.Load(filename); //得到顶...查看完整版>>
读写xml所有节点个人小结和读取xml节点的数据总结
08.
DotNet中用到的加密算法总结1public class CryptUtil 2 { 3 public static string DecryptString(string input) 4 { 5 if (input.Equals(string.Empty)) 6 { 7 return input; 8 ...查看完整版>>
DotNet中用到的加密算法总结
09.
Dotnet总结(2)--访问ms sql server 数据库基类--2// 测试数据库链接 public static bool TestDBConnect(string strDSN) { bool bReturn = true; SqlConnection oSqlConnection = new SqlConnection(strDSN); int iT...查看完整版>>
Dotnet总结(2)--访问ms sql server 数据库基类--2
10.
Dotnet总结(1)1、 全球化设置强行指定浏览网站的页面的编码中文:<globalization requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN" ...查看完整版>>
Dotnet总结(1)
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。