码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
apache负载均衡配置详解
准备东西 tomcat    Apache server mod_jk-1.2.31-httpd-2.2.3.so 没有可以去网上下载  一搜一大把  这里就不讲怎么下载了 首先安装apache 一、 找到安装目录  modules,把下载的 mod_jk-1.2.31-httpd-2.2.3.so 改名 mod_jk.so 例如:D:\Program Files\apac...
分类:Web程序   时间:2015-01-05 16:44:07    阅读次数:238
Gentoo 无线网络配置 wpa_supplicant
安装 安装net-wireless/wpa_supplicant包 emerge --ask wpa_supplicant 配置 Set for Gentoo net.* scrips,tell the network script to use wpa_supplicant. File/etc/conf.d/net modules_wlan0="wpa_supplicant" # 因...
分类:其他好文   时间:2015-01-05 14:54:03    阅读次数:229
模块编译Makefile模板
PWD := $(shell pwd)MOD_DIR ?= /lib/modules/`uname -r`/buildobj-m += hello.o modules: make -C $(MOD_DIR) M=$(PWD) modulesmodules_install: make -C...
分类:其他好文   时间:2015-01-04 21:12:46    阅读次数:162
gulp browser-sync自动刷新插件
很久没弄gulp了,都快忘了,今天又来温习下 browser-sync 自动刷新插件,在安装的时候出现以下提示:$ npm install browser-sync --save-dev> ws@0.5.0 install /usr/local/lib/node_modules/browser-sy...
分类:其他好文   时间:2015-01-04 16:43:43    阅读次数:169
内核编译之后的depmod
场景说明:内核编译之后,将模块安装到/lib/module当中,是否需要depmodall进行模块的依赖性检测生成module.dep文件?问题1:块安装到什么地方了啊如果不用这个内核了的话是不是可以将这个内核编译出来的模块也卸载掉?直接删除目录/lib/modules/xxxxxxxx内核版本makemodules是..
分类:其他好文   时间:2015-01-04 11:34:14    阅读次数:244
[AngularJS] Lazy loading Angular modules with ocLazyLoad
With theocLazyLoadyou can load AngularJS modules on demand. This is very handy for runtime loading of Angular modules in large applications.'use stric...
分类:Web程序   时间:2015-01-04 06:25:30    阅读次数:1062
[AngularJS] Lazy Loading modules with ui-router and ocLazyLoad
We'velooked at lazy loading with ocLazyLoadpreviously, but what if we are using ui-router and want to lazy load modules when we change states?angular....
分类:Web程序   时间:2015-01-04 06:24:36    阅读次数:1221
Couldnt load module input, no modules loaded
# /etc/profileexport TSLIB_FBDEVICE=/dev/fb0export TSLIB_PLUGINDIR=/usr/lib/ts# /usr/lib/ts is where the "input.so" located
分类:其他好文   时间:2015-01-02 10:59:12    阅读次数:244
Springside动态组合条件搜索:No enum constant org.springside.modules.persistence.SearchFilter.Operator.GE
如下报错: 16:22:05.566 [http-nio-80-exec-12] ERROR 500.jsp - No enum constant org.springside.modules.persistence.SearchFilter.Operator.GE java.lang.IllegalArgumentException: No enum constant org.springs...
分类:编程语言   时间:2015-01-01 17:24:15    阅读次数:873
linux安装Vmware的时候出现“Could not open /dev/vmmon”
在centos6.6上安装了Vmware之后运行出现下列问题VMwareWorkstation:Couldnotopen/dev/vmmon:Nosuchfileordirectory解决办法:[root@Server-1~]#mv/usr/lib/vmware/modules/binary/usr/lib/vmware/modules/binary.bak[root@Server-1~]#vmware-modconfig--console--install-all--..
分类:系统相关   时间:2015-01-01 06:50:12    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!