摘要: /// /// Config文件操作 /// public class Config { /// /// 摘要:获取App.Config节点的值 /// public static string GetValue(string key) { ExeCon... 阅读全文
posted @ 2018-06-09 15:18 Miss_Bug 阅读(202) 评论(0) 推荐(0) 编辑
摘要: FileInfo myFile = new FileInfo(@"C:\temp\utf-8.txt"); StreamWriter sw = myFile.CreateText();string[] strs = { "早上好", "下午好" }; foreach (var s in strs) 阅读全文
posted @ 2018-06-05 10:33 Miss_Bug 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 母版页是一个扩展名为.master的ASP.NET文件,主要是为了应用程序创建统一的用户功能界面和样式。 ContentPlaceHolder控件只能在母版页中使用,在平常的web页面使用,会发生解析器错误。 内容页中可以有多个Content服务器控件,但内容页里的Content控件的Content 阅读全文
posted @ 2018-06-04 13:01 Miss_Bug 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1.好好学习,天天总结 2.Good Good Coding,Day Day Up! 3.I am a beauty girl! 阅读全文
posted @ 2018-06-02 11:40 Miss_Bug 阅读(129) 评论(0) 推荐(0) 编辑