会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不亦的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
20
下一页
2016年10月10日
MQTT协议 Python客户端
摘要: 【本文出处: http://blog.csdn.net/leytton/article/details/52782523】1、安装模块paho.mqtt.python开源地址:https://github.com/eclipse/paho.mqtt.python下载并解压,打开目录执行命令安装模块p...
阅读全文
posted @ 2016-10-10 23:11 Leytton
阅读(2464)
评论(0)
推荐(0)
2016年10月5日
Android内核开发 Linux Java编程调用内核模块设备驱动
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/52738760本文目的为Linux系统环境下:1、编写内核模块程序并编译 2、加载内核模块 3、编写Java程序调用内核模块功能为向内核模块虚拟设备写字符串,再从内核模块虚拟设备读出字符串长度。1...
阅读全文
posted @ 2016-10-05 20:57 Leytton
阅读(234)
评论(0)
推荐(0)
javac编译错误: 编码UTF8/GBK的不可映射字符
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/52740171Linux下为UTF-8编码,javac编译gbk编码的java文件时,容易出现“错误: 编码UTF8的不可映射字符”解决方法是添加encoding 参数:javac -encodi...
阅读全文
posted @ 2016-10-05 19:46 Leytton
阅读(228)
评论(0)
推荐(0)
Android内核开发 Linux C编程调用内核模块设备驱动
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/52738901本文目的为Linux系统环境下:1、编写内核模块程序并编译 2、加载内核模块 3、编写C程序调用内核模块功能为向内核模块虚拟设备写如字符串,再从内核模块虚拟设备读出字符串长度。1、w...
阅读全文
posted @ 2016-10-05 15:44 Leytton
阅读(349)
评论(0)
推荐(0)
Android内核开发 相关工具及源码下载汇总
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/527379921、ADT Android SDK下载 http://wear.techbrood.com/sdk/index.htmlhttp://tools.android-studio.org...
阅读全文
posted @ 2016-10-05 12:32 Leytton
阅读(189)
评论(0)
推荐(0)
Android内核开发 内核模块编程编译及安卓虚拟机测试
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/527368291、配置交叉编译环境见《Android内核开发 Goldfish Linux Kernel编译及安卓虚拟机测试》2、word_count.c文件#include#include#in...
阅读全文
posted @ 2016-10-05 03:10 Leytton
阅读(613)
评论(0)
推荐(0)
Android内核开发 Goldfish Linux Kernel编译及安卓虚拟机测试
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/527365491、配置交叉编译环境作者用的是android-ndk的/交叉编译工具方法一:修改环境变量(不推荐)编辑配置文件sudo vim /etc/profile添加环境变量export AR...
阅读全文
posted @ 2016-10-05 03:08 Leytton
阅读(350)
评论(0)
推荐(0)
Android内核开发 adb查看Linux kernel版本号
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/52736459Android内核基于Linux kernel,需要知道Android系统的Linux kernel版本号,才能对其内核进行编译移植。adb工具查询如下:[hadoop@localh...
阅读全文
posted @ 2016-10-05 00:53 Leytton
阅读(3340)
评论(0)
推荐(0)
2016年10月4日
VMware Linux与Windows拖拽文件传输缺失损坏问题
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/52735734Windows传输文件到VMware虚拟机中的Linux系统时,直接用VMware Tool拖拽传输文件会造成文件缺失损坏。用WinSCP就不存在这个问题。WinSCP工具下载地址:...
阅读全文
posted @ 2016-10-04 22:27 Leytton
阅读(789)
评论(0)
推荐(0)
Android内核开发 adb远程调试内核模块
摘要: 本文出处: http://blog.csdn.net/leytton/article/details/52733776PS:关于内核模块如何编写编译,有空再补上1、连接远程Android设备D:\test>adb.exe connect 192.168.1.3* daemon not running...
阅读全文
posted @ 2016-10-04 21:55 Leytton
阅读(742)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
20
下一页
公告