码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
Building modules for a precompiled kernel
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
php开启虚拟域名功能
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
Configure the modules to be find by modprobe
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
Linux内核编译测试
内核编译: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
IntelliJ IDEA 14.x 与 Tomcat 集成,创建并运行Java Web项目
创建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
perl6 JSON::Fast模块json解析的使用
关于JSON:JSON (JavaScript Object Notation)是一种轻量级的数据交换格式,语法简单,各种语言都有相应的库或者模块支持。因为JSON非常小巧,解析起来又非常简单,我经常会把配置文件组织成JSON格式。关于JSON::Fast:在http://modules.perl6...
分类:Web程序   时间:2015-07-02 19:17:40    阅读次数:141
重启Apache报错
重启Apache报错,如图所示:server: /etc/httpd/modules/mod_jk.so: wrong ELF class: ELFCLASS64解决方法
分类:Web程序   时间:2015-07-01 20:26:47    阅读次数:138
ehCache 配置
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
【转载】Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules
转载自: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 下划线
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!