码迷,mamicode.com
首页 >  
搜索关键字:ubuntu nginx tomcat    ( 70682个结果
ubuntu server修改时区
公司用的是ubuntu server 服务器在美国亚马逊VPS现在要修改时区执行:tzselect 或直接修改 /etc/timezone 文件,我是改成(America/Los_Angeles)然后到/usr/share/zoneinfo/下找相应的时区文件复制到/etc/localtime我的是...
分类:其他好文   时间:2014-05-09 12:09:35    阅读次数:311
ubuntu wireshark 没有接口
There are no interfaces on which a capture can be done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following commands:sudo dpkg-reconfigure ...
分类:其他好文   时间:2014-05-08 22:18:45    阅读次数:397
eclipse+maven+tomcat构建web工程
eclipse+maven+tomcat构建web工程
分类:Web程序   时间:2014-05-08 22:18:20    阅读次数:513
从网络字节流中提出整数
最近在做一个项目,就是设计一套通信协议,利用nginx来实现解析。协议内容是包括整数和字符串,现在客户端收到服务器端发送的网络字节流时,需要从中提取出整数,再根据整数决定发送数据量的大小。如下所示: p = u->buffer.pos;num=*(int*)pp指向接收到的网络字节流,用这么方式解析...
分类:其他好文   时间:2014-05-08 20:26:37    阅读次数:308
Apache HTTP Server 与 Tomcat 的三种连接方式介绍
Apache HTTP Server 与 Tomcat 的三种连接方式介绍 整合 Apache Http Server 和 Tomcat 可以提升对静态文件的处理性能、利用 Web 服务器来做负载均衡以及容错、无缝的升级应用程序。本文介绍了三种整合 Apache 和 Tomcat 的方式。 3 评论...
分类:其他好文   时间:2014-05-08 19:56:35    阅读次数:358
Apache HTTP Server 与 Tomcat 的三种连接方式介绍
Apache HTTP Server 与 Tomcat 的三种连接方式介绍 整合 Apache Http Server 和 Tomcat 可以提升对静态文件的处理性能、利用 Web 服务器来做负载均衡以及容错、无缝的升级应用程序。本文介绍了三种整合 Apache 和 Tomcat 的方式。 3 评论...
分类:其他好文   时间:2014-05-08 19:48:45    阅读次数:329
Nginx自定义模块编写:根据post参数路由到不同服务器
Nginx自定义模块编写:根据post参数路由到不同服务器2014-05-05 15:27 blogread IT技术博客 字号:T | TNginx可以轻松实现根据不同的url 或者 get参数来转发到不同的服务器,然而当我们需要根据http包体来进行请求路由时,Nginx默认的配置规则就捉襟见肘...
分类:其他好文   时间:2014-05-08 19:43:27    阅读次数:399
Ubuntu下sudo apt-get install vim 失败的解决办法
Ubuntu下执行命令:sudo apt-get install vim 失败解决办法:更新一下,命令:sudoapt-getupdate再安装即可成功:sudo apt-get install vim
分类:其他好文   时间:2014-05-07 20:11:29    阅读次数:349
ubuntu命令行操作mysql常用操作
登陆mysql harvey@harvey-Virtual-Machine:~/ruby/mydiary$ mysql -u root -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g. 查看所有的数据...
分类:数据库   时间:2014-05-07 20:06:47    阅读次数:452
command-not-found has crashed
command-not-found has crashed
分类:其他好文   时间:2014-05-07 19:52:22    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!