会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
神秘藏宝室
自学中遨游,在此留下足迹
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
22
下一页
2015年9月25日
C# 汉字编码GB2312转换
摘要: 功能界面源码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System...
阅读全文
posted @ 2015-09-25 11:52 神秘藏宝室
阅读(4268)
评论(0)
推荐(0)
编辑
2015年9月24日
C# 串口调试助手源码
摘要: 本方法,禁用跨进程错误(做法不太好,但是对于单片机出身的人来说,好理解,能用就行)。基本功能:1.点串口号的下拉菜单自动当前检索设备管理器的COM2.发送模式可选,hex和string两种3.接收显示模式,hex和string两种4.发送多行数据5.发送单行,可增加自动换行(方便用于一些串口指令,很...
阅读全文
posted @ 2015-09-24 20:34 神秘藏宝室
阅读(10424)
评论(0)
推荐(1)
编辑
2015年9月22日
C# 中 textBox 侧面滑条 属性
摘要: ScrollBars 设置 Vertical
阅读全文
posted @ 2015-09-22 13:02 神秘藏宝室
阅读(653)
评论(0)
推荐(0)
编辑
2015年9月21日
C# 中 comboBox 禁止输入
摘要: 属性DropDownStyle 设置为 DropDownList
阅读全文
posted @ 2015-09-21 21:12 神秘藏宝室
阅读(5804)
评论(0)
推荐(0)
编辑
VS2015 下载 破解
摘要: Visual Studio Professional 2015简体中文版(专业版):http://download.microsoft.com/download/B/8/9/B898E46E-CBAE-4045-A8E2-2D33DD36F3C4/vs2015.pro_chs.isoSHA1: 62...
阅读全文
posted @ 2015-09-21 10:07 神秘藏宝室
阅读(1255)
评论(0)
推荐(2)
编辑
2015年9月20日
中国移动OnetNet云平台 GET指令使用
摘要: 注意:Connection: close后面有两个\r\n 返回: 剩下工作就是解析Json数据读取出来数值
阅读全文
posted @ 2015-09-20 17:05 神秘藏宝室
阅读(757)
评论(0)
推荐(0)
编辑
JSON JsonArray和JsonObject学习资料
摘要: 资料地址:http://www.json.org/json-zh.html
阅读全文
posted @ 2015-09-20 13:23 神秘藏宝室
阅读(183)
评论(0)
推荐(0)
编辑
sublime 添加 ConvertToUTF-8
摘要: https://github.com/seanliang/ConvertToUTF8
阅读全文
posted @ 2015-09-20 11:31 神秘藏宝室
阅读(1536)
评论(0)
推荐(0)
编辑
sublime 添加 颜色插件 colorcoder
摘要: 高亮所有变量,因此可以极大的简化代码定位。尤其是对那些有阅读障碍的程序员非常有帮助。
阅读全文
posted @ 2015-09-20 09:33 神秘藏宝室
阅读(4051)
评论(1)
推荐(0)
编辑
sublime 添加 注释插件 Docblockr
摘要: https://github.com/spadgos/sublime-jsdocsPackage ControlOpen Package Control:Preferences -> Package ControlSelectPackage Control: Install PackageTypeD...
阅读全文
posted @ 2015-09-20 09:30 神秘藏宝室
阅读(403)
评论(0)
推荐(0)
编辑
上一页
1
···
13
14
15
16
17
18
19
20
21
22
下一页
>>>转载请注明出处<<<