摘要:
1.String和string再c#中的有什么不同?2.datatype alias1.String和string再c#中的有什么不同?As others have noted,stringis an alias forSystem.String. They compile to the same code, so at execution time there is no difference whatsoever. This is just one of the aliases in C#. The complete list is:object: System.Objectstring: 阅读全文
posted @ 2011-01-04 21:11
qiang.xu
阅读(431)
评论(0)
推荐(0)
摘要:
http://word2cleanhtml.com/,貌似用python做的,有时间还是需要好好看看python,文本处理太强大了 。 阅读全文
posted @ 2011-01-04 21:02
qiang.xu
阅读(343)
评论(0)
推荐(0)
摘要:
private void button1_Click(object sender, System.EventArgs e){ Stream myStream = null; OpenFileDialog openFileDialog1 = new OpenFileDialog(); openFileDialog1.InitialDirectory = "c:\\" ; openFileDialog1.Filter = "txt files (*.txt)|*.txt|All files (*.*)|*.*" ; openFileDialog1.Filte 阅读全文
posted @ 2011-01-04 11:07
qiang.xu
阅读(608)
评论(0)
推荐(0)
摘要:
wpf + irrKlang :源码下载地址 阅读全文
posted @ 2011-01-04 10:57
qiang.xu
阅读(212)
评论(0)
推荐(0)