随笔分类 - 非技术区
摘要:最近上自己在blogspot.com上申请的blog,总是上不去,原来上的时候还都挺顺畅,但是最近好像一直都上不去,在网上一搜,他奶奶的,在中国国内,blogspot.com的网址被政府列入了“黑名单”,不能访问的!
阅读全文
摘要:最近在5460的校友录上看到了好多中学同学,也又让我想起了那时的许多往事。
阅读全文
摘要:http://www.theserverside.com/news/thread.tss?thread_id=26955
阅读全文
摘要:千呼万唤始出来,Eclipse总算出3.0版了
阅读全文
摘要:using System;using System.IO;using System.Xml;public class Sample { public static void Main() { XmlTextReader reader = null; try { //Load the reader with the XML file. reader = new XmlTextReader("elems.xml"); //Parse the XML and display the text content of each of the elements. while (read
阅读全文