- 博客(5)
- 资源 (1)
- 收藏
- 关注
转载 impdp报错ORA-31631、ORA-39122
今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示:点击(此处)折叠或打开C:\Documents and Settings\hoegh>impdp hoegh/hoegh directory=data_pump_directorydumpfile=hoegh.dmp remap_schema=hoeghfr
2015-10-15 15:30:09
3013
翻译 java 汇总
优先返回空集合而非null如果程序要返回一个不包含任何值的集合,确保返回的是空集合而不是null。这能节省大量的”if else”检查。public class getLocationName { return (null==cityName ? "": cityName);}谨慎操作字符串如果两个字符串在for循环中使用+操作符进行拼接,那么每次循环都会产生
2015-10-15 15:21:15
506
原创 JSON IE兼容视图 未定义
http://www.json.org/搜索 json2.js,下载压缩包把json2.js引入到页面,就OK了。https://github.com/douglascrockford/JSON-js if(typeof JSON == 'undefined'){ $('head').append($(""));}
2014-08-21 16:29:53
589
转载 jdk8
Java is a first-class object-oriented language. With the exception of primitive data types, everything in Java is an object. Even an array is an Object. Every class creates instances that are objects.
2014-05-09 10:00:07
633
转载 在Web中集成Kettle
原创文章,转载请注明出处:http://qq85609655.iteye.com/blog/1306555 上篇文章中Kettle4 Repository 操作示例 (登陆资源 ... 今天,想将kettle整合到web工程中。这个想法一出现,就马上查找资料,可惜资料太少,没有现成的。后面查看源码。。。终于整合到web工程中,方法如下:编写一个Ser
2014-03-18 14:10:37
2890
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅