arm的板子. 自己要定制下内核. 下载源码 cp 模板配置 .config make menuconfig 进行定制化 之后make zImage {注意 交叉编译 gcc 也要配置的} 之后 ./arch/boot/zImage 就是最终的zImage类型的kernel了. 可以烧写到板子中了. ...
分类:
系统相关 时间:
2017-05-24 00:40:17
阅读次数:
303
for(String str : list) {//其内部实质上还是调用了迭代器遍历方式,这种循环方式还有其他限制,不建议使用。 System.out.println(str); } for( int i = 0 ; i < list.size() ; i++) {//内部不锁定,效率最高,但在多线 ...
分类:
其他好文 时间:
2017-05-24 00:40:11
阅读次数:
147
最近要做POC,接了个老项目改,使用war exploded部署到本机的Tomcat(8.5版) 通过Intellij IDEA启动Tomcat的时候发现系统的登录页面出现HTTP-status-404错误,这时直接在浏览器中打开http://localhost:8080则能打开Tomcat的欢迎页 ...
分类:
Web程序 时间:
2017-05-24 00:39:59
阅读次数:
3670