当今市场上android的手机型号和版本太多要做到完全适配几乎是完全不可能的,那么怎么才能获取其他的玩家的出错的信息呢!这里我们就要重新定义系统的Crash处理类了。首先我们我们新建一个CustomC...
分类:
移动开发 时间:
2017-05-01 10:00:27
阅读次数:
310
一、系统调用初始化void __init trap_init(void) { ...... set_system_gate(SYSCALL_VECTOR,&system_call);//0x80 ...... } 对0x80中断向量。设置了系统调用的总入口system_call。static voi ...
分类:
系统相关 时间:
2017-04-22 18:49:04
阅读次数:
238
`linux apache mysql PHP 的简写 把apache,Mysql和PHP安装到系统上,来运行PHP mysql安装: 下载软件包 #wget http://mirrors.sohu.com/mysql/MySQL-5.1/mysql-5.1.73-linux-x86_64-glib ...
分类:
其他好文 时间:
2017-04-11 13:49:10
阅读次数:
228
前段时间的折腾,颇费一番周折,过程中发现网上的许多资料比较老旧过时了,所以在这里也简单把过程重新整理一遍,争取一帖解决问题。 基于最新的Ubuntu 14.04(2014年9月)搭建nginx、php、mysql环境,以下全部命令行操作: 1,由于需要大量的权限操作,方便起见临时提升权限,使用roo ...
分类:
数据库 时间:
2017-03-27 00:48:50
阅读次数:
273
一、环境搭建: 1、需要用的包: JUnit4.7:http://files.cnblogs.com/files/ShawnYang/junit4.7.zip hamcrest-1.2:http://files.cnblogs.com/files/ShawnYang/hamcrest-1.2.zip ...
分类:
其他好文 时间:
2017-03-25 16:32:15
阅读次数:
191
首先下载,并安装 libmcrypt-2.5.8.tar.gz 下载地址: http://sourceforge.net/project/showfiles.php?group_id=87941&package_id=91774&release_id=487459 mhash-0.9.9.tar.g ...
分类:
Web程序 时间:
2017-03-16 20:14:35
阅读次数:
253
Software Testing, Lab 1 1. Install Junit(4.12), Hamcrest(1.3) with Eclipse 1.在github上下载两个jar包junit-4.12.jar和hamcrest-all-1.3.jar地址为https://github.com/ ...
分类:
其他好文 时间:
2017-03-12 22:57:57
阅读次数:
242
1. Install Junit(4.12), Hamcrest(1.3) with Eclipse 选中新建的项目,右键->Propertise->Java Build Path->Add External JARs 然后选中之前下好的junit-4.12.jar与hamcrest-core-1. ...
分类:
其他好文 时间:
2017-03-12 19:49:59
阅读次数:
349
Triangle Problem songxiuhuan 宋修寰 Import the Junit and eclemma Choose the project and right click, choose the build path and choose the Junit and hamcr ...
分类:
其他好文 时间:
2017-03-12 14:56:29
阅读次数:
183