Windows开发
using System; using System.IO.Ports; class SerialPortHelper { private long _receiveByteCount = 0, _sendByteOfCount = 0; public long ReceiveByteCount { ...
分类:Windows开发 时间:2017-04-18 12:35:24 收藏:0 阅读:703
public class Zone where T : IComparable { /// /// .ctor /// public Zone() { } /// /// .ctor /// /// 字符串,如("3-... ...
分类:Windows开发 时间:2017-04-18 12:32:33 收藏:0 阅读:435
昨天去客户那里测试,需求才开始,所以很简单,就是测一下能不能接受到视频或图片,然后保存下来,现场客户说亮度不够,然后学了一下C#调节图片亮度,记录一下 学习的帖子在这:http://blog.csdn.net/kenkao/article/details/3148091 /// <summary> ...
分类:Windows开发 时间:2017-04-18 12:27:55 收藏:0 阅读:338
protected override CreateParams CreateParams { get { const int WS_EX_APPWINDOW = 0x40000; const int WS_EX_TOOLWINDOW = 0x80; ... ...
分类:Windows开发 时间:2017-04-18 11:34:16 收藏:0 阅读:251
安装 : 用管理员权限 运行 developer command prompt for VS2012 执行命令 installutil "可执行文件全路径" 卸载 : 用管理员权限 运行 developer command prompt for VS2012 执行命令 installutil /u ...
分类:Windows开发 时间:2017-04-18 11:24:29 收藏:0 阅读:260
string pwd = "123456"; //字符串 ToBase64 byte[] bytes = Encoding.Default.GetBytes(pwd); pwd = Convert.ToBase64String(bytes); //字符串分割反转。 var st... ...
分类:Windows开发 时间:2017-04-18 11:10:35 收藏:0 阅读:250
(一)在运行期间处理和检查代码 自定义特性允许把自定义元数据与程序元素关联起来。反射是一个普通术语,它描述了在运行过程中检查和处理程序元素的功能。例如,反射允许完成的任务: 枚举类型的成员 实例化新对象 执行对象的成员 查找程序集的信息 检查应用于某种类型的自定义特性 创建和编译新程序集 (二)自定 ...
分类:Windows开发 时间:2017-04-18 10:06:34 收藏:0 阅读:256
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Algorithm { class MyListNode ... ...
分类:Windows开发 时间:2017-04-18 00:53:32 收藏:0 阅读:261
查看所有的locale语言 locale 查看当前操作系统使用的语言 echo $LANG 永久设置系统locale语言 vi /etc/profile LANG="zh_CN.UTF-8" export LANG 临时设置系统locale语言 export LC_ALL=zh_CN.UTF-8 ...
分类:Windows开发 时间:2017-04-18 00:45:04 收藏:0 阅读:251
参考: 官网 https://www.seagullscientific.com/label-software/barcode-label-design-and-printing 文章 http://www.2cto.com/kf/201601/486279.html http://www.cnbl ...
分类:Windows开发 时间:2017-04-17 23:52:06 收藏:0 阅读:351
14378437943809701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!