码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
Nginx下用C语言写HTTP测试模块
1.创建模块目录mkdir /work/nginx/modules/mytest2.在该目录下创建两个文件config和ngx_http_mytest_module.ctouch configngx_http_mytest_module.c3.代码如下(1)config文件代码ngx_addon_n...
分类:编程语言   时间:2015-07-16 16:27:20    阅读次数:137
centos7 kvm 安装win7 virtio 等等
#yum?-y?install?qemu-kvm?libvirt?virt-install?bridge-utils #lsmod?|?grep?kvm??#?make?sure?modules?are?loaded #systemctl?start?libvirtd #systemctl?enable?libvirtd 算了,http://li...
分类:Windows程序   时间:2015-07-16 12:07:12    阅读次数:1187
linux内核编译
第零步:使用root登录第一步:make mrproper第二步:make oldconfig第三步:make menuconfig第四步:make dep第五步:make bzImage (此处可以先去喝杯茶)第六步:make modules (此处可以先去喝2杯茶)第七步:make module...
分类:系统相关   时间:2015-07-15 18:33:19    阅读次数:219
Apache启用Gzip压缩
Apache启用Gzip压缩的方法: 1、开启模块并添加配置项目 a、vi /etc/httpd/conf/httpd.conf b、查找LoadModule (/LoadModule),加入“LoadModule deflate_module modules/mod_deflate.so”这行 c...
分类:Web程序   时间:2015-07-14 20:00:37    阅读次数:139
”Tomcat version 5.5 only supports J2EE 1.2, 1.3, and 1.4 Web modules“解决方案
解决方案如下:找到项目所在的位置,然后找到.settings文件夹下面的org.eclipse.wst.common.project.facet.core.xml 将改为 即可...
分类:Web程序   时间:2015-07-14 15:44:18    阅读次数:156
linux下整合apache和tomcat
yuminstallphp*httpd*tomcat*mysql*wgethttp://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.31/x86_64/mod_jk-1.2.31-httpd-2.2.x.somvmod_jk-1.2.31-httpd-2.2.x.so/etc/httpd/modules/mod_jk.sochmod+x/etc/httpd/modules/mod_jk.sovi/etc/h..
分类:Web程序   时间:2015-07-14 11:50:57    阅读次数:220
scikit-learn:CountVectorizer提取tf都做了什么
http://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html#sklearn.feature_extraction.text.CountVectorizer class sklearn.feature_extraction.text.C...
分类:其他好文   时间:2015-07-13 22:35:59    阅读次数:778
Android(java)学习笔记126:Android Studio中build.gradle简介
1.首先我们直接上代码介绍:// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript { repositories { ...
分类:移动开发   时间:2015-07-13 22:22:55    阅读次数:222
idea14配置tomcat
1、File -> New Project,进入创建项目窗口2、在WEB-INF目录下点击右键,New -> Directory,创建classes和lib两个目录3、File -> Project Structure,进入 Project Structure窗口4、点击Modules-> 选中项目...
分类:其他好文   时间:2015-07-12 18:56:03    阅读次数:108
Windows Server 2012/win8 iis8 上安装 asp.net 4.5 当时用了mvc5 .net framework 4.5 所以得装下
vs2013+mvc5 +.net framework 4.5 本地 iisexpress 调试一点问题没有,当部署到本机iis时 出现 无法识别 modules错误,具体错误提示是:锁定是默认设置的(overrideModeDefault="Deny"),或者是通过包含 overrideMode=...
分类:Windows程序   时间:2015-07-10 18:46:34    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!