You got it,you are right,I made a mistake...Thank you after all.
kidult
Posts
-
How can I clear a file's content? -
How can I clear a file's content?You got it,you are right,I made a mistake...
-
How can I clear a file's content?if (File.Exists(paraFile)) File.Delete(paraFile); using (FileStream fs = new FileStream(paraFile, FileMode.Create)) { //fs.Seek(0, SeekOrigin.Begin); //fs.SetLength(0); using (StreamWriter sw = new StreamWriter(fs)) { //声明数据流文件写入方法 sw.WriteLine(markLineOfRobotReason); sw.WriteLine(""); foreach (string reason in robotRegisterReasons) sw.WriteLine(reason); sw.WriteLine(""); sw.WriteLine(markLineOfHumanReason); sw.WriteLine(""); foreach (string reason in humanRegisterReasons) sw.WriteLine(reason); test++; sw.WriteLine(""); sw.Write("第" + test + "次写末尾参数"); sw.WriteLine(markLineOfExecRate); sw.WriteLine(""); sw.WriteLine(comboBox1.SelectedItem.ToString()); sw.WriteLine(""); sw.WriteLine(markLineOfIfShown); sw.WriteLine(""); sw.WriteLine(checkBox1.Checked); } }
result is like this:
Quote:
第3次写末尾参数------------运行频率(小时):------------ 1 ------------是否显示作业窗口:------------ True 第6次写末尾参数------------运行频率(小时):------------ 1 ------------是否显示作业窗口:------------ True 第3次写末尾参数------------运行频率(小时):------------ 1 ------------是否显示作业窗口:------------ True
why?I think it should only 1 times...
-
how to get popup window's infomation with webbrowser?oh,let me explain,I want to use Webpage automation operation to deal with my page,so I select c# to do this job with the webbrowser control.
-
how to get popup window's infomation with webbrowser?After beat a button in webbrowser's page,a confirm window popup,I can't see it's infomation in ie's source code.How can I get this window's infomation?Thank you.
-
How to use webbrowser to get this popup window's element?such as:here,beat right-up corner's 登录(login) button,then would popup a window, how to use webbrowser to get it's element?
-
how about this book?oh~I have reply you 2 days ago,but because of net delay not display up,sorry.I read reviews about it on DangDang,very good.bye the way,I just write a small program which would auto check my bbs's register users,not very complex,so it is enough,I think,hehe.Thank you very much,anyway :)
-
how about this book?you are modest,hehe
-
how about this book?sorry,discoveried by you,my English is poor,I need study English more time later.
-
how about this book?very good,i am reading,3q
-
how about this book?sorry,net delay
-
how about this book?read book then practice,3q
-
how about this book?Professional C# 4.0 and .NET 4 I have written a small program,now want to learn more about it.Please introduce some book,thany you very much.
-
how about this book?Professional C# 4.0 and .NET 4 I have written a small program with c#,now want to study more about it.