摘要: 本地不安装Oracle,plsql远程连接数据库 阅读全文
posted @ 2016-12-13 17:05 JulesHello 阅读(24053) 评论(1) 推荐(3) 编辑
摘要: oracle instr函数(oracle 用instr 来代替 like) 阅读全文
posted @ 2016-12-13 17:01 JulesHello 阅读(2139) 评论(0) 推荐(1) 编辑
摘要: JAVA遍历list保存为xml文件 阅读全文
posted @ 2016-12-13 16:46 JulesHello 阅读(10842) 评论(0) 推荐(0) 编辑
摘要: // 现代流行的"程序员"public static bool IsOdd(int n) { while (true) { switch (n) { case 1: return true; case 0: return false; } n -= 2; }} // 中规中矩的程序员 public  阅读全文
posted @ 2016-12-13 16:24 JulesHello 阅读(3121) 评论(0) 推荐(0) 编辑