摘要:
mysql百万数据查询 用什么代替in,该如何处理? 第一条 ’mysql百万数据查询用exists 代替 in 是一个好的选择: select num from a where num in(select num from b) 用下面的语句替换: select num from a where 阅读全文
posted @ 2019-01-30 17:11
G_Lybbh
阅读(155)
评论(0)
推荐(0)
摘要:
private Logger log = LoggerFactory.getLogger(ReportFormController.class); // 读取配置文件 ResourceBundle resource = ResourceBundle.getBundle("address-helper 阅读全文
posted @ 2019-01-30 15:19
G_Lybbh
阅读(295)
评论(0)
推荐(0)
摘要:
/*//饿汉式class SingleClass{ private final static SingleClass INSTANCE = new SingleClass(); private SingleClass(){} public static SingleClass newInstance 阅读全文
posted @ 2019-01-30 15:11
G_Lybbh
阅读(86)
评论(0)
推荐(0)
摘要:
//I. 用桥转换流设置编码方式为"UTF-8", 在当前目录下创建一个文 件"test.txt",并向文件输出"你好 Java",如果文件已存在,则在原有文件内容 后面追加。 //II. 用桥转换流读入test.txt文件,并在控制台上打印出test.txt中的内容。 //III. 要求用try- 阅读全文
posted @ 2019-01-30 15:07
G_Lybbh
阅读(188)
评论(0)
推荐(0)
摘要:
1.先写日志配置文件 private Logger log = LoggerFactory.getLogger(ReportFormController.class); 2.读取配置文件 ResourceBundle resource = ResourceBundle.getBundle("addr 阅读全文
posted @ 2019-01-30 15:06
G_Lybbh
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号