
article
iteye_18098
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql 5.1 安装
1. 执行下列命令./configure --prefix=/home/user/local/mysql-5.0.19-test --with-charset=gb2312 --enable-local-infile --with-unix-socket-path=/home/user/tmp/mysql.sock --with-tcp-port=3310 --with-mysqld-u...原创 2011-05-28 15:17:16 · 180 阅读 · 0 评论 -
dynamic loading class
http://www.javaworld.com/javaworld/jw-06-2006/jw-0612-dynamic.html?page=1原创 2011-02-15 10:03:22 · 151 阅读 · 0 评论 -
maven publish jar
转一篇入门: http://www.iteye.com/topic/624064 官方文档:http://maven.apache.org/guides/getting-started/index.html 其实我的需求很简单,通过pom发布依赖包到repository.mvn install:install-file -Dfile=lib/test.j...原创 2011-03-09 10:48:32 · 184 阅读 · 0 评论 -
squid 安装
http://contest.ks.edu.tw/syshtml/proxy-squidinstall.html原创 2011-03-09 11:16:50 · 106 阅读 · 0 评论 -
win7中tomcat设置要注意的问题
tomcat里面默认的配置 <Connector port="8080" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" red原创 2011-04-20 14:46:44 · 90 阅读 · 0 评论