该文被密码保护。 阅读全文
posted @ 2014-08-24 18:51 HelloTech 阅读(1) 评论(0) 推荐(0) 编辑
摘要: exists(sql 返回结果集为真)notexists(sql 不返回结果集为真)如下:表AID NAME1 A12 A23 A3表BID AID NAME11B122B232B3表A和表B是1对多的关系 A.ID=>B.AIDSELECTID,NAMEFROMAWHEREEXIST (SELEC... 阅读全文
posted @ 2014-08-24 18:11 HelloTech 阅读(5299) 评论(0) 推荐(0) 编辑
摘要: What are the writeReplace() and readResolve() methods used for?These methods are used to allow an object to provide an alternative representation for ... 阅读全文
posted @ 2014-08-23 13:25 HelloTech 阅读(187) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wzzvictory/article/details/9015155一、加密算法种类1密钥密钥,一般就是一个字符串或数字,在加密或者解密时传递给加密或解密算法,以使算法能够正确对明文加密或者对密文解密。2加密算法分类这世上存在两种加密算法:对称加密(symm... 阅读全文
posted @ 2014-08-22 15:04 HelloTech 阅读(1864) 评论(0) 推荐(0) 编辑
摘要: http://en.wikipedia.org/wiki/Representational_state_transferhttp://www.looah.com/source/view/2284http://stackoverflow.com/questions/671118/what-exactl... 阅读全文
posted @ 2014-08-21 19:55 HelloTech 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://developers.google.com/ 阅读全文
posted @ 2014-08-21 19:53 HelloTech 阅读(138) 评论(0) 推荐(0) 编辑
摘要: SELECT t.PROB_ID, STUFF((SELECT ',' + s.NOTESFROM gpcomp1.GPPROBNOTES sWHERE s.PROB_ID = t.PROB_IDFOR XML PATH('')),1,1,'') AS NOTESFROM gpcomp1.GPPRO... 阅读全文
posted @ 2014-08-21 19:45 HelloTech 阅读(95) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-08-14 12:51 HelloTech 阅读(4) 评论(0) 推荐(0) 编辑
摘要: While deploying application on Jboss6/Oracle if following warning displays"WARN [com.arjuna.ats.jta] ARJUNA-16027 Local XARecoveryModule.xaRecovery go... 阅读全文
posted @ 2014-08-13 12:55 HelloTech 阅读(519) 评论(0) 推荐(0) 编辑