上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 136 下一页
摘要: 参考网址: http://www.denx.de/wiki/DULG/HowCanIAccessUBootEnvironmentVariablesInLinuxhttp://blog.csdn.net/hangbing0203/article/details/4314576http://labs.igep.es/index.php/How_to_modify_the_uboot_environme... 阅读全文
posted @ 2011-07-28 16:16 katago 阅读(5240) 评论(0) 推荐(0)
摘要: mysqld_safe --basedir=/opt/mysqlbase --datadir=/opt/mysqlbase & 一些目录如:tmp目录下chmod一下 阅读全文
posted @ 2011-07-27 15:58 katago 阅读(161) 评论(0) 推荐(0)
摘要: 板子发现framebuffer初始化很后面,按下面修改即可: //late_initcall(dovefb_init); module_init(dovefb_init); 主要参考了下面的文章: -------------------------------------------------------------------------------------- 如何调整Linux内核启动中... 阅读全文
posted @ 2011-07-27 14:54 katago 阅读(7403) 评论(0) 推荐(0)
摘要: / # wget http://192.168.73.13/C%3A/mvqt.zip Connecting to 192.168.73.13 (192.168.73.13:80) mvqt.zip 10% |*** | 2193k 00:00:08 ETAwget: short write 发现硬盘没空间导致 阅读全文
posted @ 2011-07-27 14:28 katago 阅读(7364) 评论(0) 推荐(0)
摘要: Anchor-based Layout in QML limitations: you can only anchor an item to its siblings and direct parent。 局限性:只能anchor到兄弟节点和父节点 查看qml结果:使用qmlviewer bin/qmlviewer $QTDIR/examples/declarative/tutorials/h... 阅读全文
posted @ 2011-07-27 10:31 katago 阅读(345) 评论(0) 推荐(0)
摘要: Objects are specified by their type, followed by a pair of braces. Object types always begin with a capital letter. Objects 类型都是大写开头。 Property naming Properties begin with a lowercase letter (with t... 阅读全文
posted @ 2011-07-26 17:51 katago 阅读(227) 评论(0) 推荐(0)
摘要: http://code.google.com/p/androidbmi/wiki/ReadSource 阅读全文
posted @ 2011-07-26 17:07 katago 阅读(152) 评论(0) 推荐(0)
摘要: Android笔试总结 2011年06月23日 发布在 Android . 编程开发 留下评论 笔试,共10道题,不限时间。(答案整理自互联网,不保证完全正确,仅供参考。) 1.请谈一下Android系统的架构。 答:Android系统采用了分层架构,从高层到低层分别是应用程序层、应用程序框架层、系统运行库层和linux核心层。 2.谈谈android大众常用的五种布局。 答:在Android中,... 阅读全文
posted @ 2011-07-26 16:11 katago 阅读(286) 评论(0) 推荐(0)
摘要: C:\Users\James\.android\avd\AVD1.avd\config.ini修改hw.ramSize=1024 阅读全文
posted @ 2011-07-26 16:10 katago 阅读(574) 评论(0) 推荐(0)
摘要: http://www.devdiv.com/android/docs/resources/dashboard/platform-versions.html Platform API Level Distribution Android 1.5 3 3.9% Android 1.6 4 6.3% Android 2.1 7 31.4% Android 2.2 8 57.6% Android 2.3 ... 阅读全文
posted @ 2011-07-26 13:38 katago 阅读(211) 评论(0) 推荐(0)
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 136 下一页