摘要:
有些公司的局域网环境,例如我们公司的只允许使用代理上网,图形界面的很好解决就设置一下浏览器的代理就好了,但是linux纯命令行的界面就....下面简单几步就可以实现了! 一、命令行界面的一般代理设置方法1、在profile文件中设置相关环境变量# vi /etc/profile 保存退出,注销重新登 阅读全文
posted @ 2016-05-31 00:02
沧海一滴
阅读(7699)
评论(0)
推荐(0)
摘要:
http://www.dbasquare.com/2012/04/01/how-to-find-mysql-configuration-file/ A customer called me today asking for help with locating the configuration f 阅读全文
posted @ 2016-05-31 00:01
沧海一滴
阅读(337)
评论(0)
推荐(0)
摘要:
在jdk8中 -Xms2g不合法,能通过的:-Xms2G #!/bin/bash JAVA_OPTS="-Xms4G -Xmx4G -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./dump-yyy.log -XX:ErrorFile=./jvm- 阅读全文
posted @ 2016-05-31 00:00
沧海一滴
阅读(9929)
评论(0)
推荐(0)