06 2015 档案
摘要:模拟发送:{"op":"UpdateDeviceStatus","monitor":{"File":"true","Smoke":"true"}}获取命令:{"op":"GetMessage","issuccess":null,"context":{}}服务端返回命令:"{"op":null,"is...
阅读全文
摘要:1---XAML布局的设计 3层嵌套 2---绘制显示的表格 11x21 for (int i = 0; i <=10; i++) { ...
阅读全文
摘要:1---EXCEL文件的创建与写入 private void btnStack_Click(object sender, RoutedEventArgs e) { Microsoft.Office.Interop.Excel.Application ...
阅读全文
摘要:1---保存XML文档 private void btnSave_Click(object sender, RoutedEventArgs e) { XmlDocument MyXmlDocument = new XmlDocument(); ...
阅读全文
摘要:1---线程 (1)创建线程------》 其中threading 要放到窗口加载事件 中 AutoResetEvent _auto = new AutoResetEvent(false); bool _isstop = true; //默认线程是关闭的,等待执行的! ...
阅读全文
摘要:1---图片通过CGI获取保存到本地 snapshot.cgi快照的意思。 (1)cgi保存 public string Address = "http://192.168.58.4/snapshot.cgi/user=admin&pwd="; public void PaiZhao(...
阅读全文
摘要:ADO.NET中5大对象的概述:1---Connection对象:连接数据库。 (1)使用sa 登录 conn = new SqlConnection("Data Source=NEWLAND-PC;Initial Catalog=Srr1100U;User ID=sa;pwd=12345...
阅读全文
摘要:表Picter 列名 IDPicName PicBriy 设计 ID(int)PicName (nvarchar(50))PicBriy (image)查增删改select * from Picter 查询表中的所有数据insert Picter(P...
阅读全文
浙公网安备 33010602011771号