03 2012 档案

first of may 一首很不错的歌
摘要:在午夜静静的听这首静静的歌 仿佛置身往日的时光 温馨却又带着些许的哀伤 first of may 确是一首很不错的歌,向大家推荐下 first of may When I was small, and Christmas trees were tall, we used to love while others used to play. Don't ask me why, but time has passed us by, someone else moved in from far away. Now we are tall, and Christmas trees are .. 阅读全文

posted @ 2012-03-10 23:00 archie2010 阅读(311) 评论(0) 推荐(0) 编辑

Oracle rs.getClob("")转String
摘要:oracle数据中定义为clob类型的字段,如果用rs.getString()方法获取,值一直为nul,无法取出用rs.getClob()取出来为Clob型需把Clob型转为String类型Java 代码 rs = pstmt.executeQuery(); while(rs.next()){ Reader reader = rs.getClob("afterStepScript") .getCharacterStream(); Buffered... 阅读全文

posted @ 2012-03-08 09:15 archie2010 阅读(1854) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示