上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 136 下一页
摘要: Eclipse for android 实现代码自动提示智能提示功能,介绍 Eclipse for android 编辑器中实现两种主要文件 java 与 xml 代码自动提示功能,解决 eclipse 代码提示失效、eclipse 不能自动提示、eclipse 没有代码提示的问题。eclipse xml 自动提示,eclipse java 自动提示,eclipse 自动提示功能,eclipse ... 阅读全文
posted @ 2015-08-18 17:01 katago 阅读(353) 评论(0) 推荐(0)
摘要: ubuntu 14.04 64位 环境 参考 Cupcake (1.5) Donut (1.6) Eclair (2.0–2.1) Froyo (2.2–2.2.3) Gingerbread (2.3–2.3.7) Honeycomb (3.0–3.2.6) Ice Cream Sandwich (4.0–4.0.4) Jelly Bea... 阅读全文
posted @ 2015-08-17 17:19 katago 阅读(197) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-26009923-id-4068594.html 阅读全文
posted @ 2015-08-12 11:14 katago 阅读(198) 评论(0) 推荐(0)
摘要: http://www.devbean.net/2011/11/qtcreator-plugin-develop-13/ 阅读全文
posted @ 2015-08-11 17:51 katago 阅读(237) 评论(0) 推荐(0)
摘要: 3.2.7 错误处理 #include char * collect_data(char *userbuffer) { char *buffer; /* ... */ buffer = kmalloc(100, GFP_KERNEL); if (!buf... 阅读全文
posted @ 2015-08-11 17:39 katago 阅读(203) 评论(0) 推荐(0)
摘要: 在Makefile中写shell代码有点诡异,和不同的shell语法不太一样,如果不了解,看Makefile会莫名其妙。下面总结了一些。 1:尽在Makefile文件的目标项冒号后的另起一行的代码才是shell代码。 eg: xx = xx1 // 这里时makefile代码 yy:xx = xx2 // 这是是makefile代码,makefil... 阅读全文
posted @ 2015-08-07 17:10 katago 阅读(960) 评论(0) 推荐(0)
摘要: Ping doesn't work Ping from U-Boot to a host should work. Ping from a host to U-Boot should not. U-Boot uses a polling interface for networking - if you have not run a command, it will not respond t... 阅读全文
posted @ 2015-08-07 17:05 katago 阅读(704) 评论(0) 推荐(0)
摘要: Linux的操作系统I2C驱动架构解说 发布时间:2006.10.16 04:52 来源:赛迪网技术社区 作者:LoneStar 最近因为工作需要涉及到了I2C总线。虽然我过去用过I2c,但看了 Linux kernel 后才发现,一个 layer 能被做到这样完善。 1.Linux的I2C驱动架 Linux中I2C总线的驱动分为两个部分,总线驱动(BUS)和设备驱动(DEVICE)。其... 阅读全文
posted @ 2015-07-30 11:26 katago 阅读(337) 评论(0) 推荐(0)
摘要: 看驱动的时候,时常会有如下代码: .remove = __devexit_p(XX_exit), 这里的__devexit_p有什么作用呢? 我在include/linux/init.h中找到了它的定义: /* Functions marked as __devexit may be discarded at kernel link time, depending on confi... 阅读全文
posted @ 2015-07-24 16:52 katago 阅读(553) 评论(0) 推荐(0)
摘要: http://cs.usfca.edu/~cruse/cs635s05/ 阅读全文
posted @ 2015-07-16 17:59 katago 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 136 下一页