摘要:
public static void main(String[] args) { long millis = 1492741275301L; Calendar calendar = Calendar.getInstance(); calendar.setTimeInMillis(millis); D 阅读全文
摘要:
demo1: /// /// 将字符串写入到txt文件 /// /// /// public void WriteTxt(string filepath,string contentStr) { if (!File.Exists(filepath)) ... 阅读全文
摘要:
demo1: /// /// /// /// /// 是否是追加 private void ShowOutput(string str,bool append) { if (this.txtOutput.InvokeRequired) { ... 阅读全文