07 2017 档案

摘要:删除两天前的文件 forfiles /p d:\testbk /s /m *.* /d -2 /c "cmd /c del @file 阅读全文
posted @ 2017-07-18 08:32 新进社员 阅读(107) 评论(0) 推荐(0)
摘要:private void Form6_Load(object sender, EventArgs e) { stud1 objstud1 = new stud1() { id = 100, sex = "男", birthday = new DateTime(1972, 5, 29),fname=" 阅读全文
posted @ 2017-07-09 11:53 新进社员 阅读(1775) 评论(0) 推荐(0)
摘要:public bool IsPingOk { get { try { Ping ping = new Ping(); string ipaddress = this.GetIP(AppConfig.AddrHisService); PingReply pr = ping.Send(ipaddress 阅读全文
posted @ 2017-07-02 08:49 新进社员 阅读(231) 评论(0) 推荐(0)