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
转自http://www.cnblogs.com/hdjjun/archive/2011/10/12/2209467.html 代码为自己编写目标:实现textview和ImageButton组合,可以通过Xml设置自定义控件的属性。 通过代码或者通过xml设置自定义控件的属性1.控件布局:以Lin... ...
分类:
其他好文 时间:
2016-10-02 13:03:13
阅读次数:
199
项目在GitHub上的地址:https://github.com/Hebin320/MaterialDesignUse1、AppBarLayout、ToolBarAppBarLayout 是继承Lin...
分类:
移动开发 时间:
2016-09-28 19:45:16
阅读次数:
299
1、如何做好嵌入式Linux学习前的准备?要成为一名合格的嵌入式Linux工程师,就需要系统的学习软、硬件相关领域内的知识,需要在最开始就掌握开发的规范和原则,养成良好的工作习惯。为了确保学习的效果,信盈达安排的整个课程体系是非常集中、高效的,这就要求准备参加嵌入式Lin..
分类:
系统相关 时间:
2016-09-27 20:50:48
阅读次数:
250