摘要: adb shell input swipe 1000 100 0 0 阅读全文
posted @ 2016-06-02 20:09 [无名] 阅读(1903) 评论(0) 推荐(0) 编辑
摘要: keil l251 command summaryLIB251 LIST MYLIB.LIB TO MYLIB.LST PUBLICSLIB251 EXTRACT MYLIB.LIB (GOODCODE) TO GOOD.OBJ 阅读全文
posted @ 2016-05-20 09:26 [无名] 阅读(199) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.tuna.tsinghua.edu.cn/ https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 阅读全文
posted @ 2016-04-15 11:22 [无名] 阅读(379) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/bluestorm/p/4419135.html 阅读全文
posted @ 2016-04-14 14:00 [无名] 阅读(118) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install android-tools-adbsudo apt-get install android-tools-fastboot 阅读全文
posted @ 2016-04-12 15:11 [无名] 阅读(843) 评论(0) 推荐(0) 编辑
摘要: #-*- coding: utf-8 -*- import sys __cfg__version__ = 'debug' # release if __name__ == '__main__': print("main") header = "File Header" fd = open('./test.txt', 'w') prin... 阅读全文
posted @ 2016-04-09 17:57 [无名] 阅读(8501) 评论(0) 推荐(0) 编辑
摘要: x = 1 y = 1 dataf = 1.0 def fun1(): print("fun1") class ClassB(): def __init__(self): print("i am Class B") def ClassBFun1(self): print("i am class B ... 阅读全文
posted @ 2016-04-09 17:10 [无名] 阅读(475) 评论(0) 推荐(0) 编辑
摘要: http://wiki.lemaker.org/LeMaker_Hikey:FAQ/zh-hans 阅读全文
posted @ 2016-04-08 12:38 [无名] 阅读(185) 评论(0) 推荐(0) 编辑
摘要: http://edu.51cto.com/lesson/id-25736.html 阅读全文
posted @ 2016-04-01 13:10 [无名] 阅读(316) 评论(0) 推荐(0) 编辑
摘要: android中的提示信息显示方法(toast应用)(2011-10-17 11:02:06)转载▼标签:androidtoast杂谈分类:Androidandroid中toast的应用:本程序实现了用户点击按钮,桌面显示用户在程序中设定好的提示信息package com.dou.button.ac... 阅读全文
posted @ 2016-01-21 10:03 [无名] 阅读(835) 评论(0) 推荐(0) 编辑
摘要: linux上java路径设置标签:javalinuxpath2012-04-30 22:141843人阅读评论(0)收藏举报版权声明:本文为博主原创文章,未经博主允许不得转载。往/etc/profile文件中添加下面几行:export JAVA_HOME=/usr/java/jre1.6.0_31e... 阅读全文
posted @ 2016-01-04 22:48 [无名] 阅读(1815) 评论(0) 推荐(0) 编辑
摘要: adb shell "cat /dev/kmsg | grep -Ei "gesture"" 阅读全文
posted @ 2016-01-04 10:22 [无名] 阅读(3083) 评论(0) 推荐(0) 编辑
摘要: class Base:def __init__(self):self.data = []def add(self, x):self.data.append(x)def addtwice(self,x):self.add(x)self.add(x)class Child(Base):def plus(... 阅读全文
posted @ 2015-12-11 21:07 [无名] 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 自旋锁和互斥锁区别2012-10-24 08:5515643人阅读评论(0)收藏举报分类:linux(97)http://blog.csdn.net/kyokowl/article/details/6294341POSIX threads(简称Pthreads)是在多核平台上进行并行编程的一套常用的... 阅读全文
posted @ 2015-12-06 00:17 [无名] 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: NFS挂载Android文件系统[日期:2012-02-14]来源:Linux社区 作者:cjok376240497[字体:大中小]1.安装NFS服务$sudo apt-get install nfs-kernel-serverportmap$sudo mkdir /nfsboot$sudo vim... 阅读全文
posted @ 2015-12-05 21:08 [无名] 阅读(1681) 评论(0) 推荐(0) 编辑
摘要: find / -type f -name "module.h" 阅读全文
posted @ 2015-12-05 18:27 [无名] 阅读(121) 评论(0) 推荐(0) 编辑
摘要: make menuconfig出错解决方法2011-06-11 22:22:49分类:系统运维错误现象:make menuconfigIn file included from scripts/kconfig/lxdialog/checklist.c:24:scripts/kconfig/lxdia... 阅读全文
posted @ 2015-12-05 17:54 [无名] 阅读(557) 评论(0) 推荐(0) 编辑
摘要: CSDN学院讲师韦东山:悦己之作,方能悦人发表于2015-04-28 08:09|6669次阅读| 来源CSDN|24条评论| 作者夏梦竹专访Linux嵌入式开发韦东山操作系统图书作者摘要:从一名资深的软件工程师到图书作者,再到百问科技缔造者,韦东山这一路走来,也有自己的辛酸感悟;但不论何时,他从未... 阅读全文
posted @ 2015-12-03 22:42 [无名] 阅读(597) 评论(0) 推荐(0) 编辑
摘要: Ubuntu进不入系统,一直停留在ubuntu图标画面(转)在VMware中对Ubuntu进行“关闭电源”后,再次进入,一直停留在ubuntu的图标画面,无法进入系统了!网上也有别的网友碰到这个问题:http://forum.ubuntu.org.cn/viewtopic.php?p=1985549... 阅读全文
posted @ 2015-12-02 10:11 [无名] 阅读(828) 评论(0) 推荐(0) 编辑
摘要: dmesg | grep ft5x 阅读全文
posted @ 2015-11-27 23:29 [无名] 阅读(285) 评论(0) 推荐(0) 编辑
摘要: aiku给你们最真心地学习建议:以前我最开始的就搞驱动,后来发现要熟悉hal层,接着就硬着看hal代码,第一次看,很剧痛,慢慢的,看习惯了,就好了,后来发现,搞驱动的人,不懂hal,很多时候就定位不了问题在哪里,所以那个时候,自己就会又一层那就是hal,很多时候,应用叫你添加接口的时候,你发现单单会... 阅读全文
posted @ 2015-11-20 00:50 [无名] 阅读(402) 评论(0) 推荐(0) 编辑
摘要: linux 和window之间通过xshell的命令SZ,RZ传送文件; 阅读全文
posted @ 2015-10-22 21:19 [无名] 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 编译时需注意使用 -static 编译选项; 否则会提示运行:/system/bin/sh: ./i2c: No such file or directory 阅读全文
posted @ 2015-10-02 10:26 [无名] 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 通过/dev/i2c-n节点,用户可以在userspace直接访问板上的i2c外设寄存器,主要是透过I2C_RDWR这个IO控制命令将i2c_msg数组传递给kernel去执行。下面的代码可以完成这个功能:#include #include #include #include #in... 阅读全文
posted @ 2015-10-01 14:14 [无名] 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 曾几何时,懂编程的都是些顶级极客,但是现在,情况已大不相同,大多数企业家、威客、运营都会告诉你,学点编程能如何让自己更加成功。过去的一年,我也在学写代码,懂的代码令我成为更好的企业家。在团队需要修复网站bug时我也能参与进去了。学习编程,你甚至不必砸钱。这里有 12 个网站,你可以免费学到编程课程:... 阅读全文
posted @ 2015-09-10 23:23 [无名] 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 软件连接:http://www.jetbrains.com/pycharm/PyCharm4注册码?12345678910111213141516171819202122232425262728293031name:newasp=====LICENSEBEGIN=====09086-12042010... 阅读全文
posted @ 2015-09-03 07:31 [无名] 阅读(669) 评论(0) 推荐(0) 编辑
摘要: cmd默认的编码是采用GBKregeditHKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe\CodePage十进制:936 GBK65001 UTF-8 阅读全文
posted @ 2015-09-03 07:11 [无名] 阅读(1146) 评论(0) 推荐(0) 编辑
摘要: 本文转自http://blog.sina.com.cn/s/blog_794b1d96010136yy.html命令 chcp功能:显示或设置活动代码页编号 CHCP [nnn] nnn 指定代码页编号。 不加参数键入 CHCP 显示活动代码页编号。 nnn指定一已有的系统字符集,该字符集在... 阅读全文
posted @ 2015-09-03 06:56 [无名] 阅读(851) 评论(0) 推荐(0) 编辑
摘要: 1、软件准备cx_Freeze-4.3.win32-py3.2.msi --打包用PySide-1.2.2.win32-py3.2.exe --跨平台用,QTpython-3.2.4.msi --解析器pywin32-217.win32-py3.2.exe --支持win32平台2、遇到问题Py... 阅读全文
posted @ 2015-09-03 06:53 [无名] 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 修改CMD的编码使用chcp命令,格式为chcp [nnn]后面3位数字为codepage number。简体中文为936UTF8 为 65001United States 为 437 阅读全文
posted @ 2015-09-03 06:43 [无名] 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 源地址连接:http://www.tuicool.com/articles/ryuaUze最近,我在把一个 Python 2 的视频下载工具youku-lixian改写成 Python 3,并添加了自己需要的 YouTube 支持。在 Linux 下,事情进行得很顺利:所有的东西都用UTF-8进行编... 阅读全文
posted @ 2015-09-02 23:21 [无名] 阅读(25461) 评论(0) 推荐(0) 编辑
摘要: http://www.icoolxue.com/play/1915 阅读全文
posted @ 2015-09-02 23:05 [无名] 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhandoushi1982 阅读全文
posted @ 2015-09-02 10:42 [无名] 阅读(140) 评论(0) 推荐(0) 编辑
摘要: /* i2c-dev.h - i2c-bus driver, char device interface Copyright (C) 1995-97 Simon G. Vogl Copyright (C) 1998-99 Frodo Looijaard This progr... 阅读全文
posted @ 2015-09-02 10:40 [无名] 阅读(6645) 评论(0) 推荐(0) 编辑
摘要: 1、文件操作; 新建、删除、读写;2、文件内容读写;查找;python;Vc++;java; 阅读全文
posted @ 2015-08-31 20:36 [无名] 阅读(386) 评论(0) 推荐(0) 编辑
摘要: http://www.runoob.com/python/python-tutorial.html 阅读全文
posted @ 2015-08-30 17:34 [无名] 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://www.mr-wu.cn/ 阅读全文
posted @ 2015-08-30 05:36 [无名] 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: http://python.jobbole.com/58226/ 阅读全文
posted @ 2015-08-30 05:16 [无名] 阅读(123) 评论(0) 推荐(0) 编辑
摘要: http://store.raspberrypi.com/projects?page=3&category=games 阅读全文
posted @ 2015-06-17 23:44 [无名] 阅读(2105) 评论(0) 推荐(0) 编辑
摘要: http://forum.ubuntu.org.cn/viewtopic.php?t=123296 阅读全文
posted @ 2015-06-17 23:43 [无名] 阅读(249) 评论(0) 推荐(0) 编辑