posted @ 2010-08-05 18:26
horus
阅读(244)
推荐(0)
编辑
摘要:
native2ascii -encoding GBK d:/2.txt d:/3.txt
阅读全文
posted @ 2010-08-05 18:06
horus
阅读(266)
推荐(0)
编辑
摘要:
cas ticket 存储方式-memcache
阅读全文
posted @ 2010-08-05 17:53
horus
阅读(3718)
推荐(1)
编辑
摘要:
关键字:
sso域名:cas.server.com
登陆地址(spring web flow):https://cas.server.com/cas/login
登陆地址(直接):https://cas.server.com/cas/directLogin
退出地址:https://cas.server.com/cas/logout
语言参数:locale=zh_CN,locale=en
阅读全文
posted @ 2010-08-05 17:23
horus
阅读(18163)
推荐(3)
编辑
摘要:
一般的服务器都需要线程池,比如Web、FTP等服务器,不过它们一般都自己实现了线程池,比如以前介绍过的Tomcat、Resin和Jetty等,现在有了JDK5,我们就没有必要重复造车轮了,直接使用就可以,何况使用也很方便,性能也非常高。
阅读全文
posted @ 2010-08-05 16:14
horus
阅读(761)
推荐(2)
编辑