08 2014 档案

摘要:基于TCP/IP的编程格外重要。从应用上来说,现在直接利用C层次Socket API进行TCP/IP编程的人确实越来越少了,各种现成的框架(如ACE、Java、.NET FCL)和控件(如IP*Works)大大简化了TCP/IP编程的难度。高层的框架和控件总结了TCP/IP的主要使用模式,并且进行了... 阅读全文
posted @ 2014-08-29 11:34 blackBox 阅读(237) 评论(0) 推荐(0)
摘要:Several people have already figured out the details on their own, but I have gotten requests to do a more comprehensive tutorial on how the boot and r... 阅读全文
posted @ 2014-08-28 15:30 blackBox 阅读(556) 评论(0) 推荐(0)
摘要:1、package to install in ubuntu or Debian$ sudo apt-get install -ybuild-essential kernel-package libncurses5-dev bzip22、Prepare Kernel Source and excut... 阅读全文
posted @ 2014-08-27 15:35 blackBox 阅读(352) 评论(0) 推荐(0)
摘要:There are two parts to your question:fixingtemporary resolvemessagesfixing the package management issuesTemporary resolveIt is likely that this issue ... 阅读全文
posted @ 2014-08-27 08:52 blackBox 阅读(632) 评论(0) 推荐(0)
摘要:1、执行编译前选择Lunch目标,这里选择armv7-a-debug。2、执行make是去掉odex命令:makeWITH_DEXPREOPT=false -j16 阅读全文
posted @ 2014-08-22 08:55 blackBox 阅读(348) 评论(0) 推荐(0)