Home > Net > With c # written to a file, implement the following requirements.
With c # written to a file, implement the following requirements.
Time:10-17
1. User instantiate the path of the input file, the program based on the current (date) (month) (year) to generate the corresponding file name 2. Through the thread, every two seconds to write a line of the file information, content is increasing (date) (month) (year) minutes + | + serial number 3. The realization method of the thread on off
CodePudding user response:
Which one will not yo
CodePudding user response:
Static main (string [] args) { A thread () { Written to the file () } }