码迷,mamicode.com
首页 >  
搜索关键字:tomcat nginx https    ( 174851个结果
UnrealEngine4-Roadmap
Trello这个标签工具刚接触感觉跟印象笔记差不多,功能不少可以面对开发者,个人,家庭记录事件,安排事情,计划工作。 Epic公司公开了UnrealEngine4引擎的开发计划,各个模块,各种功能而且还可以让开发者和关注者建议,评论开发计划,搞得跟要开源一样哈哈。 下面附张图:附地址:https:/...
分类:其他好文   时间:2014-05-15 21:58:49    阅读次数:306
502 Bad Gateway nginx 解决
打开 /usr/local/php/etc/php-fpm.conf 调大以下两个参数(根据服务器实际情况,过大也不行) 5120 600
分类:其他好文   时间:2014-05-15 21:12:11    阅读次数:206
Apache Tomcat/6.0.39如何配置连接mysql,JDBC:mysql-connector-java-5.1.30-bin.jar-成功连接心得
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html前提:开启TOMCAT,MYsqlMySQL DBCP Example0. IntroductionVersions of MySQL and JDB...
分类:数据库   时间:2014-05-15 20:56:04    阅读次数:550
servlet下根据相对路径找资源
1.在web项目中如果直接添加一个资源,那么相对路径相对的是tomcat的bin目录。 2.在包中直接指定资源,那么可以使用以下的相对路径直接获取资源: InputStream in = this.getClass().getResourceAsStream("jnb.txt");3.在web项目....
分类:其他好文   时间:2014-05-15 20:48:19    阅读次数:257
javaEE jsp 中文乱码问题
如果使用Tomcat服务器,在提交过程中,经常会出现中文乱码问题。乱码问题分为两个方面: 1.中文无法显示 有些JSP中,中文根本无法显示。通常的原因是没有把文件头的字符集设置为中文字符集。一定要保证文件头上写明: 或者 2.提交过程中显示乱码 前台提交给服务器时,服务器将其认为ISO-8859-1编码,而网页显示的是GB2312编码,不能兼容。有三种方法解决这个问题: (1)将其...
分类:编程语言   时间:2014-05-15 20:15:57    阅读次数:372
CentOS 6.3下CHEF批量部署APACHE
之前的博文我介绍了如何搭建CHEF环境以及创建编写cookbook,resipes用来批量将cookbook下发到客户端执行相应的部署操作.NOW,本篇文档我们会详细介绍如何利用CHEF独有的框架语言来批量部署安装APACHE,并加载其HTTPS模块等功能.相信如果你看了本篇文档,利用CHEF实现一个批量自动化..
分类:其他好文   时间:2014-05-15 19:18:21    阅读次数:438
nginx日志切割shell脚本
#!/bin/bash #function:cutnginxlogfilesshell #cp/usr/local/nginx/logs/access.log/usr/local/nginx/logs/access.log.bak log_cut_path="/var/log/nginx" log_files_path="/usr/local/nginx/logs/" log_files_dir=${log_cut_path}$(date-d"yesterday"+"%Y")/$(date-d"yesterd..
分类:其他好文   时间:2014-05-15 18:49:50    阅读次数:244
was unable to start within 45 seconds. If the server requires more time, try increasing the timeout
在eclipse启动tomcat时遇到超时45秒的问题: Server Tomcat v7.0 Server at localhost was unable to startwithin 45 seconds. If the server requires more time, try increasingthe timeout in the server editor. 网上解决办法...
分类:其他好文   时间:2014-05-15 18:31:36    阅读次数:242
Git服务器代理上网安装出现问题的几个解决办法。
1、gem安装出现下面错误 root@ubuntu:/home/git/gitlab# sudo gem install bundler --no-ri --no-rdoc ERROR:  Could not find a valid gem 'bundler' (>= 0), here is why:           Unable to download data from https...
分类:其他好文   时间:2014-05-15 18:19:48    阅读次数:304
wordpress安装(ubuntu+nginx+php+mariadb)
一、环境ubuntu12.04.4nginx 1.6.0mariadb 10.0更新系统补丁sudo apt-get updatesudo apt-get dist-upgrade -y挂载swap分区dd if=/dev/zeroof=/media/fasthdd/swapfile.img bs=...
分类:数据库   时间:2014-05-15 17:23:21    阅读次数:1622
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!