When we inserting a module into linux kernel, the linux (almost) always check the **vermagic** info of module, if it does not match kernel's, inserting process fails....
分类:
其他好文 时间:
2015-07-03 17:29:09
阅读次数:
95
1.开启apache的mod_rewrite功能 关闭注释 LoadModule rewrite_module modules/mod_rewrite.so2.引入http-vhosts.conf文件 关闭注释 Include conf/extra/httpd-vhosts.conf3.添加VIrt...
分类:
Web程序 时间:
2015-07-03 17:23:44
阅读次数:
164
sudo ln -s /path/to/module.ko /lib/modules/`uname -r`
sudo depmod -a #depmod will output a dependency list suitable for the modprobe utility.
sudo modprobe module...
分类:
其他好文 时间:
2015-07-03 14:03:50
阅读次数:
133
内核编译:Step 1:配置内核编译选项。make menuconfigOptional Step :排除编译结果文件(.o)等之间的依赖性。make mrproperOptional Step:清除历史编译结果。make cleanStep 2:编译内核。make bzImage #编译内核make modules #编译各内核模块,如驱动等。make modules_install #将编译好的...
分类:
系统相关 时间:
2015-07-03 12:31:19
阅读次数:
186
创建Web项目1、File -> New Project,进入创建项目窗口2、在WEB-INF目录下点击右键,New -> Directory,创建classes和lib两个目录3、File -> Project Structure,进入 Project Structure窗口4、点击Modules...
分类:
编程语言 时间:
2015-07-02 20:48:19
阅读次数:
139
关于JSON:JSON (JavaScript Object Notation)是一种轻量级的数据交换格式,语法简单,各种语言都有相应的库或者模块支持。因为JSON非常小巧,解析起来又非常简单,我经常会把配置文件组织成JSON格式。关于JSON::Fast:在http://modules.perl6...
分类:
Web程序 时间:
2015-07-02 19:17:40
阅读次数:
141
重启Apache报错,如图所示:server: /etc/httpd/modules/mod_jk.so: wrong ELF class: ELFCLASS64解决方法
分类:
Web程序 时间:
2015-07-01 20:26:47
阅读次数:
138
package com.jy.modules.cms;import java.io.Serializable;import net.sf.ehcache.Cache;import net.sf.ehcache.Element;import org.aopalliance.intercept.Meth...
分类:
系统相关 时间:
2015-07-01 17:45:19
阅读次数:
199
转载自:http://jingwang0523.blog.163.com/blog/static/9090710320113294551497/ 最近在用eclipse做项目,新建项目时什么都贪新,用最新的版本,在Dynamic web module version栏里选了最新的3.0版本,布署项目...
分类:
编程语言 时间:
2015-07-01 17:17:17
阅读次数:
116
intellij IDEA 14 时代码中@override 下划线 1. In the Project Structure | Project dialog, change the Project language Level to 6.0 - @Override in interfaces. 2. If your project has multiple modules,...
分类:
其他好文 时间:
2015-06-30 20:32:41
阅读次数:
200