`
文章列表
http://www.archive.org/details/openid-howto   OpenID is a decentralised authentication system. This screencast shows how OpenID can be used to log in to multiple sites without having to create a new username and password for each one.This movie is part of the collection: Open Source Movies ...
MyopenID: http://jeffyding.myopenid.com/                    http://dingfei.myopenid.com/   Google accounts: https://www.google.com/accounts/o8/id?id=AItOawmnaWuNthgyifXv4l3M_9FGApzOZtZqpuE    
How to handle InterruptedException? 在线程编程中往往会遇到这个异常,但是我们该怎么处理这个异常呢?今天搜了Google,摘下来:   http://www.artima.com/forums/flat.jsp?forum=276&thread=161312 In his latest DeveloperWorks article, Brian Goetz discusses strategies for dealing with InterruptedException. The article shows how swallowing ...
Best Practice - Setting Up CAS Locally using the Maven2 WAR Overlay Method http://www.ja-sig.org/wiki/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method
使用 CAS 在 Tomcat 中实现单点登录 http://www.ibm.com/developerworks/cn/opensource/os-cn-cas/index.html
美国MIT天才学生的惊世发明! http://v.youku.com/v_show/id_XMTQ0MTM5Njg0.html   He is come from India, he is so smart, and he is so imaginable and he did it. His development is realy realy successful, and wish it come true and I can use it one day.
QA最近不在,所以做的东东只能自己测了,把QA的脚步拿过来先跑一下看有没有Regression的问题,弄了半天没跑起来,后来才知道:  Open $JMeter_Home$\bin\jmeter.properties    Add a line:  pm.dir=F:\\Work\\GLA\\QA\\GAP,   you must use \\ instead of \.   < The dir is the directory contains the test scripts.>   Now it can run now:)  
您可以通过下面的步骤来修改它指向我的电脑:     1. 右键点击Windows资源管理器 的图标,菜单将展开   2. 再次右键点击菜单中的Windows资源管理器 ,点击属性。   3. 在目标一栏中替换成下面的字符串   %SystemRoot%\explorer.exe /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}      4. 点击确定
毕业那些年!一部让所有人流泪的漫画! http://huo85.blog.sohu.com/138326024.html    原作者的话: 主角叫古小关,接下来涂鸦出的他的毕业奋斗经历,一部分是我自己的亲身经历,一部分是朋友的经历,也有一部分是虚构的...但我相信,他的故事,也许就类似的发生在年纪相仿的你,或者是你的朋友的身上!    1 大学的所有考试都结束了...古小关马上就要大学毕业了,爱幻想的小关,会怎样选择自己接下去的路呢? 1-2 已经确定了目标的小关,信心满满的回到了家中... 1-3
最近项目中开始应用Ibatis,不是很好的调试SQL语句,所以应该打开Ibatis的debug 显示执行时的SQL, 将ibatis log4j运行级别调到DEBUG可以在控制台打印出ibatis运行的sql语句,方便调试: # debug Ibatis SQL statements log4j.logger.com.ibatis=DEBUG,console log4j.logger.com.ibatis.common.jdbc.SimpleDataSource=DEBUG log4j.logger.com.ibatis.common.jdbc.ScriptRunner=DEBUG ...
今天Jeff 问我一个关于单例的问题: wapi2.0 cache class:    AdditionalConfig.java private IntgServTimeBlockedCache INTG_SERV_ID_CACHE; public AdditionalConfig() { /** * 30 minute cache. */ INTG_SERV_ID_CACHE = new IntgServTimeBlockedCache(30 *60); }  很明显这不是一个单例, ...
今天看到以前同事写的一段代码,if的条件有2个logic 运算符, 但却没有加(), 所以很难理解,下面我模拟的此段代码: boolean a , b, c; a = true; b = false; c = true; if (a || b && c) { System.out.println("A"); } a = true; b = false; c = false; if (a || (b && c)) { System.out.println(&quo ...
JavaBean 和 Server Bean(通常称为 Enterprise JavaBean (EJB))有一些基本相同之处。它们都是用一组特性创建,以执行其特定任务的对象或组件。它们还有从当前所驻留服务器上的容器获得其它特性的能力。这使得 bean 的行为根据特 ...
有时候本地host 配置DNS指向不起作用,需要清楚jdk的DNS cache, %JAVA_HOME%\jre\lib\security\java.security: 将改为: networkaddress.cache.ttl=10 networkaddress.cache.negative.ttl=10   重启tomcat即可生效。

US error log

<messageStrings> − <message> unexpected_sql_error - SQL error. Review subsequent error messages for details. </message> − <message> Cannot create PoolableConnectionFactory ([OraDriver] java.net.NoRouteToHostException: No route to host) </message> − <message& ...
Global site tag (gtag.js) - Google Analytics