标题: ASP.NET编程:Reading/Writing text files using C#(... [打印本页] 作者: 再见西城 时间: 2015-1-16 22:50 标题: ASP.NET编程:Reading/Writing text files using C#(... 数据挖掘有点高深的,主要估计就是使用一些算法提取一些实用的数据。学好数据挖掘的话可以应聘baidu或者google,但是一般人家对算法的要求听高的。你最好还是学点应用型的吧。这种主要是研究型的。Introduction
Readingandwritingtextfilesmaysometimesbequitehandyinprogramming.Youmightwanttomaintainyourowntext-styleconfigurationfiles.Oreditautoexec.batfromyourprogram.In.NetwehaveanabstractclasscalledaStreamclasswhichprovidesmethodstoreadandwritefromastore.TheFileStreamclassisaStreamclassderivedclasswhichwrapsthestreamingfunctionalityaroundafile.InthisarticleIlldemonstratehowyoucanusethisclassalongwithseveralreaderandwriterclassestoreadfromafile,writetoafile,createafileandevenretrieveinformationaboutafile.Ihaveprovidedacommentedprogrambelow.