02 2011 档案
摘要:Notepad++的\1是啥用来着? \1用在被替换的表达式中,用于替换查找的表达式中第一个匹配组,例如,你查找abc(.*)123,替换为456\1def,标识查找所有以abc开头,以123结尾的字符串,替换开头的abc为456,结尾的123为def。 替换表达式中\1就表示查找表达式中的(.*)
阅读全文
摘要:转 CSS 打印:http://eblog.nenu.edu.cn/user1/easter/archives/2008/1864.html
阅读全文
摘要:class Program { static void Main(string[] args) { List<DateTime> DateList = new List<DateTime>(); DateList.Add(DateTime.Parse("2011-02-10")); DateList.Add(DateTime.Parse("2011-02-09")); DateList.Add(DateTime.Parse("2011-02-10")); DateList.Add(DateTime.Parse("2011-02-11")); DateList.Add(D
阅读全文
摘要:http://wenku.baidu.com/view/9193a9fe910ef12d2af9e717.htmlhttp://baike.baidu.com/view/73535.htm
阅读全文

浙公网安备 33010602011771号