摘要:/// /// 删除文本文件指定行 /// /// private void DeleteLine(int deleteLineIndex) { StreamReader reader = new StreamReader(PathFile); string tex...
阅读全文
posted @ 2008-07-15 15:09
07 2008 档案
摘要:/// /// 删除文本文件指定行 /// /// private void DeleteLine(int deleteLineIndex) { StreamReader reader = new StreamReader(PathFile); string tex...
阅读全文
posted @ 2008-07-15 15:09
摘要:using System; using System.Collections.Generic; using System.IO; using System.Text; using Microsoft.Feeds.Interop; namespace RssFeedReader { class ReadRssFeed { static void Main(strin...
阅读全文
posted @ 2008-07-08 17:38
|
||