1. 前端: uploadify 上文件大小限制配置。2. 后端: web.config 配置 http://blog.csdn.net/wygyhm/article/details/2819388
分类:
其他好文 时间:
2014-08-09 00:03:06
阅读次数:
211
I am having problems with a bit of code that accesses a restful web service. Running this code, it errors out at var httpResponse = (HttpWebResponse)h...
分类:
Web程序 时间:
2014-08-08 20:56:16
阅读次数:
1149
解决办法:修改项目工作空间。修改工作空间,以前打开myEclipse时知道怎么改!现在只有找配置文件了!步骤:MyEclipse 5.1.1 GA-----》Eclipse-----》configuration------》.settings----》org.eclipse.ui.ide.prefs...
分类:
编程语言 时间:
2014-08-08 20:44:46
阅读次数:
392
发现vi/etc/hosts报了一个错:e297:writeerrorinswapfile同时无法上传文件到服务器查看了一下磁盘空间,原因在于磁盘空间不够,于是执行命令:逐步追踪发现tomcat下的日志文件居然占用了将近100G,Ohmygod!结果发现目录:/下面磁盘空间已满,删掉一些日志之后系统就又正常起来了。
分类:
其他好文 时间:
2014-08-08 18:28:36
阅读次数:
237
操作系统:centos6.4X86_64apache版本:httpd-2.2.6openssl版本:openssl-1.0.1e源码编译apache时报如下错误:ssl_engine_init.c:Infunction‘ssl_init_ctx_protocol‘:
ssl_engine_init.c:390:warning:assignmentdiscardsqualifiersfrompointertargettype
ssl_engine_init.c:396..
分类:
其他好文 时间:
2014-08-08 18:25:36
阅读次数:
841
今天在启动PHP时出现下面的错误:servicephp-fpmstart错误:Startingphp-fpm[09-Aug-201400:45:40]ERROR:unabletobindlisteningsocketforaddress‘127.0.0.1:9000‘:Addressalreadyinuse(98)[09-Aug-201400:45:40]ERROR:FPMinitializationfailedfailed解决方法:netstat-lntup|gr..
分类:
其他好文 时间:
2014-08-08 18:25:27
阅读次数:
341
一、系统环境操作系统:centos6.4x86_64openssl版本:openssl-0.9.8e二、安装过程#tarzxvfopenssl-0.9.8e.tar.gz
#cdopenssl-0.9.8e
#./configsharedzlib
#make报错:md5-x86_64.s:41:Error:0xd76aa478outrangeofsigned32bitdisplacement
md5-x86_64.s:50:Error:0xe8c7b756outr..
分类:
其他好文 时间:
2014-08-08 18:24:26
阅读次数:
506
Problem:在WebConfig添加了页面依然报下面的错误,折腾了半天。最后在官网找到解决办法 如下You receive the following error even if you had already added the handler.~/Telerik.Web.UI.WebReso...
分类:
Web程序 时间:
2014-08-08 17:47:36
阅读次数:
456
虚拟机无法删除的处理方法1)、查看虚拟机状态virsh#list--allIdNameState----------------------------------------------------9instance-000000c7running10instance-0000002erunning11instance-000000a8running12instance-000000a7running-instance-00000066shutoff2)、删..
分类:
其他好文 时间:
2014-08-08 16:30:57
阅读次数:
208