摘要:
If you have been using the new Visual Studio 2005 beta you have noticed a few new files showing up in the "bin" folder with the word "vshost" in the filename. For example, when you create a new WindowsApplication and hit F5, you may notice files named "WindowsApplication1.vs 阅读全文
摘要:
Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); config.AppSettings.Settings["code"].Value = DateTime.Now.ToString(); config.ConnectionStrings.ConnectionStrings["orgcon"].ConnectionString = DateTime.Now.ToString(); config.Save(); Conf 阅读全文