随笔分类 - My C#
摘要:1 xmlDocument = new XmlDocument();2 xmlDocument.Load(xmlPath);3 nsmgr = new XmlNamespaceManager(xmlDocument.NameTable);4 XmlNode xmlNode = xmlDocument...
阅读全文
摘要:intx=System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Size.Width-this.Width;inty=System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Size.Heigh...
阅读全文
摘要:一.连接字配置方式web.config中有两种方式来配置连接字:<appsetting>中配置,<connectionStrings>中配置。1.<appsetting>中配置<configuration> <appSettings> <add key="connstr1" value="Data Source=.;Initial Catalog=DBName;Integrated Security=true"/> </appSettings> </configur
阅读全文

浙公网安备 33010602011771号