上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 164 下一页
摘要: http://codin.im/2016/09/15/angular2-tutorial/今天,Angular2终于正式发布了2.0.0的正式版,所以已经可以开始正式使用了。Angular2介绍首先,Angula... 阅读全文
posted @ 2016-11-08 21:10 张同光 阅读(177) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/21cnbao/article/details/84575461. ARM Device Tree起源Linus Torvalds在2011年3月17日的ARM L... 阅读全文
posted @ 2016-11-08 20:39 张同光 阅读(240) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-20662363-id-3036581.html少优化->多优化:O0 -->> O1 -->> O2 -->> O3-O0表示没有优化,-O1为缺省值... 阅读全文
posted @ 2016-11-08 16:24 张同光 阅读(182) 评论(0) 推荐(0)
摘要: http://codin.im/2016/09/15/angular2-tutorial-2-todolist-app/发表于 2016-09-15 | 分类于教程 | 暂无评论 这是Angular2... 阅读全文
posted @ 2016-11-08 15:45 张同光 阅读(159) 评论(0) 推荐(0)
摘要: 原文 http://codin.im/2016/09/18/angular2-architecture-intro/ http://www.tuicool.com/articles/EvEZjmZ时间 2016... 阅读全文
posted @ 2016-11-07 22:07 张同光 阅读(125) 评论(0) 推荐(0)
摘要: https://my.oschina.net/robslove/blog/380297一般情况下,#pragma message( messagestring )是在编译期间,将一个文字串(messagestri... 阅读全文
posted @ 2016-11-07 21:16 张同光 阅读(184) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/fantasyhujian/article/details/26832859?utm_source=tuicool&utm_medium=referral 在对An... 阅读全文
posted @ 2016-11-01 22:58 张同光 阅读(387) 评论(0) 推荐(0)
摘要: http://android.cloudchou.com/build/core/tasks/kernel.phpbuild/core/tasks/kernel.mk定义生成内核的规则TARGET_AUTO_KDI... 阅读全文
posted @ 2016-11-01 22:28 张同光 阅读(354) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/u011913612/article/details/52503318我们在完整编译android系统的时候,最终会生成几个重要的镜像文件,其中有system.img,u... 阅读全文
posted @ 2016-10-31 15:30 张同光 阅读(470) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/u011913612/article/details/52434411这篇博客的目标是摸清楚默认编译整个Android系统时代码的流程。当我们执行make的时候,会查找当... 阅读全文
posted @ 2016-10-31 15:29 张同光 阅读(238) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/u011913612/article/details/52434445通过上一节“android编译系统(三)-make”的分析,初步理清楚了编译初期加载产品相关信息的流... 阅读全文
posted @ 2016-10-31 15:29 张同光 阅读(166) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/u011913612/article/details/52415948因为Android的编译系统不同于Linux Kernel的递归式的编译系统,它的编译系统是一种称之... 阅读全文
posted @ 2016-10-31 15:28 张同光 阅读(277) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/u011913612/article/details/51878356虽然已经有很多人分析过Android的编译系统的代码了,我也看过他们的博客,也学到了不少知识,但单纯... 阅读全文
posted @ 2016-10-31 15:26 张同光 阅读(466) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-25838286-id-3204120.html随着移动互联网的发展,移动开发也越来越吃香了,目前最火的莫过于android,android是什么就不用... 阅读全文
posted @ 2016-10-30 21:32 张同光 阅读(267) 评论(0) 推荐(0)
摘要: off// setsebool -P httpd_unified 1replaceTarget("test.txt", "aaaaaaaaaaaaaaaaa", "AAAAA");//unlink("test.... 阅读全文
posted @ 2016-10-29 22:19 张同光 阅读(315) 评论(0) 推荐(0)
摘要: # getsebool -a|grep httpdhttpd_unified --> off# setsebool -P httpd_unified 1 ... 阅读全文
posted @ 2016-10-29 21:56 张同光 阅读(97) 评论(0) 推荐(0)
摘要: [root@localhost cm-x86-13.0-rc1]# ll /usr/bin/mkisofslrwxrwxrwx. 1 root root 25 6月 15 00:35 /usr/bin/mkis... 阅读全文
posted @ 2016-10-28 08:51 张同光 阅读(483) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/txw1958/p/phpqrcode.htmlHP QR Code是一个PHP二维码生成类库,利用它可以轻松生成二维码,官网提供了下载和多个演示demo,查看地址:... 阅读全文
posted @ 2016-10-27 20:48 张同光 阅读(114) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/mlx212/article/details/514621851、背景:现在有这样的需求,插入数据时,判断test表有无username为‘mraz’的数据,无则插入,有... 阅读全文
posted @ 2016-10-27 17:32 张同光 阅读(647) 评论(0) 推荐(0)
摘要: http://lxr.free-electrons.com/ 阅读全文
posted @ 2016-10-27 10:56 张同光 阅读(317) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 164 下一页