Last login: Sat Oct 15 23:30:24 on ttys002 Sivek_lindeMacBook-Pro:~ Sivek_lin$ sudo gem update --system Password: Latest version currently installed. ...
分类:
Web程序 时间:
2016-10-16 14:08:59
阅读次数:
941
本文实例讲述了C#生成二维码的方法。分享给大家供大家参考。具体实现方法如下: 首先引用ThoughtWorks.QRCode.dll 具体代码如下: 复制代码 代码如下: using System; using System.Collections.Generic; using System.Lin ...
svn 删除所有的 .svn文件 find . -name .svn -type d -exec rm -fr {} \; linux之cp/scp命令+scp命令详解 svn 删除所有的 .svn文件 find . -name .svn -type d -exec rm -fr {} \; lin ...
分类:
其他好文 时间:
2016-10-13 14:26:12
阅读次数:
125
It is said that v2016.09 BMW icom software will add BMWAI Coder&Tools. Here is something interesting i did today. Wish this helps. Share the BMWAI lin ...
分类:
其他好文 时间:
2016-10-12 19:03:47
阅读次数:
553
/** * Class used to run a message loop for a thread. Threads by default do * not have a message loop associated with them; to create one, call * {@lin ...
分类:
其他好文 时间:
2016-10-11 18:43:31
阅读次数:
156
adb 是PC和设备连接的桥梁,可以通过adb对devices进行相关操作 adb devices 列出你的devices adb kill-server 杀掉adb服务(如果设备连接出问题,可尝试) adb start-server 重启adb服务 adb shell 进入默认device的Lin ...
分类:
移动开发 时间:
2016-10-11 16:36:37
阅读次数:
171
去年地摊买的破蓝牙鼠坏掉了。看上微软的Designer Mouse蓝牙鼠,但是买之前我要确认我能不能驱起来。 这款鼠标只支持蓝牙4.0。系统支持windows8以上,不支持xp和windows7. 其他系统支持mac和android,没写linux。 由于之前也没搞过蓝牙设备,所以需要了解一下lin ...
分类:
其他好文 时间:
2016-10-08 07:36:40
阅读次数:
665
在Linux内核中使用cdev结构体来描述字符设备,通过其成员dev_t来定义设备号(分为主、次设备号)以确定字符设备的唯一性。通过其成员file_operations来定义字符设备驱动提供给VFS的接口函数,如常见的open()、read()、write()等。 用户空间访问该设备的程序通过Lin ...
分类:
其他好文 时间:
2016-10-06 22:17:02
阅读次数:
260
136. Single Number Given an array of integers, every element appears twice except for one. Find that single one. Note:Your algorithm should have a lin ...
分类:
其他好文 时间:
2016-10-05 19:42:24
阅读次数:
115
传智老师说:找工作要问调不调IE6,同样的工作待遇,如果不用调IE6开12000工资,要调IE6,直接加价到15000,因为调IE6能累死人,气死人。 行高要在字体后面,如下: 正确:font:400 15px "microsoft yahei"; line-height:44px; 错误: lin ...
分类:
其他好文 时间:
2016-10-05 15:02:05
阅读次数:
110