摘要: /// <summary> /// 查找子控件 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="obj"></param> /// <param name="name"></param> /// <return 阅读全文
posted @ 2018-05-29 14:59 小白菜啦啦啦 阅读(694) 评论(2) 推荐(1) 编辑
摘要: 最近做项目遇到了一个问题:使用combobox的选择事件时会发生选择的item更新不及时的现象,解决方法: if (comboBox.Text != "") { comboBox.Text = ((ComboBoxItem)comboBox.SelectedItem).Content.ToStrin 阅读全文
posted @ 2018-02-10 15:41 小白菜啦啦啦 阅读(1782) 评论(0) 推荐(1) 编辑
摘要: 一个HTTP的类里面: public static string HttpClientPost(string url, string taskIdx, string taskidxvalue, string source_ID, string source_ID_value, string Star 阅读全文
posted @ 2018-01-29 10:31 小白菜啦啦啦 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 运用emguCV3.1,调用rtsp网络视频: .cs: using Emgu.CV;using Emgu.CV.Structure;using System;using System.Collections.Generic;using System.Diagnostics;using System 阅读全文
posted @ 2017-11-16 13:37 小白菜啦啦啦 阅读(3141) 评论(0) 推荐(0) 编辑