码迷,mamicode.com
首页 >  
搜索关键字:apache 2.4 配置httpd:添加域名禁止ip访问网站    ( 34672个结果
php -- 解决php连接sqlserver2005中文乱码问题(附详细解决方法)
@_@~~--php5.2--phpstudy--apache--sqlserver2005@_@~~问题描述问题一:php连接sqlsever2005,输入中文,然后查询sqlserver中对应的数据,由于提交中文是UTF-8,而sqlserver的中文为GBK,所以字段无法匹配,没有查询结果。问...
分类:数据库   时间:2014-07-14 08:40:26    阅读次数:295
Mapreduce执行过程分析(基于Hadoop2.4)——(二)
4.3 Map类 创建Map类和map函数,map函数是org.apache.hadoop.mapreduce.Mapper类中的定义的,当处理每一个键值对的时候,都要调用一次map方法,用户需要覆写此方法。此外还有setup方法和cleanup方法。map方法是当map任务开始运行的时候调用一次,...
分类:其他好文   时间:2014-07-14 08:35:18    阅读次数:311
apache和tomcat公用80端口
原理主要利用apache的代理。第一步:修改apache的httpd.conf配置文件。首先,要让apache支持转发也就是做tomcat的代理那么就要先启用apache的代理模块.首先我在Apache\conf目录下面找到httpd.conf文件,用记事本打开该文件找到以下几行代码:#LoadMo...
分类:其他好文   时间:2014-07-14 08:15:04    阅读次数:174
apache的工作模式 和 最大连接数设置
经过测试 效果明显 (1)首选查看apache的工作模式windows下的查看apache的工作模式命令:httpd -l如果列出mod_win32.c,则表示是 win32.c 工作方式。 列出的全部内容如下所示:core.cmod_win32.cmpm_winnt.chttp_core.cmod...
分类:其他好文   时间:2014-07-14 00:11:02    阅读次数:333
windows下修改apache并发数
还没有尝试修改apache的最大连接数,方法如下:步骤一先修改 /path/apache/conf/httpd.conf文件。# vi httpd.conf将“#Include conf/extra/httpd-mpm.conf”前面的 “#” 去掉,保存。 步骤二再修改 /path/apache/...
分类:Windows程序   时间:2014-07-14 00:06:28    阅读次数:297
There is no Action mapped for namespace [/pages/action/student] and action name [findStudent]
1、错误描述 2014-7-13 2:38:54 org.apache.jasper.compiler.TldLocationsCache tldScanJar 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete l...
分类:移动开发   时间:2014-07-13 16:45:04    阅读次数:294
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor
1、错误描述 信息: Setting autowire strategy to name 2014-7-13 1:37:43 org.apache.struts2.spring.StrutsSpringObjectFactory info 信息: ... initialized Struts-Spring integration successfully 2014-7-13 1:37:44 or...
分类:编程语言   时间:2014-07-13 15:57:43    阅读次数:306
Caused by: Unable to locate parent package [json-default] for [class com.you.user.action.StudentActi
1、错误描述 信息: Choosing bean (struts) for (com.opensymphony.xwork2.util.TextParser) 2014-7-13 1:52:04 org.apache.struts2.spring.StrutsSpringObjectFactory info 信息: Initializing Struts-Spring integration.....
分类:Web程序   时间:2014-07-13 14:09:58    阅读次数:639
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.commons.EmptyVisitor
1、错误描述 2014-7-13 1:45:53 org.apache.struts2.spring.StrutsSpringObjectFactory info 信息: ... initialized Struts-Spring integration successfully 2014-7-13 1:45:54 org.apache.catalina.core.StandardContext...
分类:编程语言   时间:2014-07-13 13:52:00    阅读次数:527
CentOS安装maven3.2.2(Linux系列适用)
首先,下载最新的maven3.2.2,地址:http://mirrors.cnnic.cn/apache/maven/maven-3/3.2.2/binaries/apache-maven-3.2.2-bin.tar.gz [root@www ~]$ wget http://mirrors.hust...
分类:系统相关   时间:2014-07-13 13:34:30    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!