06 2016 档案

摘要:public void backup() { SqlConnection conn = new SqlConnection("Server=.;Database=master;User ID=sa;Password=1q2w3e4r"); SqlCommand cmd = new SqlCommand(); ... 阅读全文
posted @ 2016-06-16 15:50 nbu_djw 阅读(458) 评论(0) 推荐(0)
摘要:public delegate string CaptureHandler(string ip); public class CaptureService { public static string CapturePicture(string ip) { Threa... 阅读全文
posted @ 2016-06-15 10:38 nbu_djw 阅读(200) 评论(0) 推荐(0)