06 2016 档案
摘要:/* * URI:绝对路径 */ System.out.println("当前类ReadTest.class文件的URI\n" + ReadTest.class.getResource("")); System.out.println("当前classpath的URI\n" + ReadTest.c
阅读全文
摘要:/* * java工程下读取配置文件 * 1. rt.jar --> java.util --> ResourceBundle.class * 2. 配置文件后缀名必须为.properties,内容必须为键值对 * key1=value1 * key2=value2 * ... * 3. test.
阅读全文
摘要:select distinct substr(t.stats_memo, instr(t.stats_memo, ':') + 1) as memo from b2c_coupon_exchange t where t.stats_audit = '3'
阅读全文
浙公网安备 33010602011771号