- 博客(2)
- 收藏
- 关注
转载 百万级数据库优化方案
1.对查询进行优化,要尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。 2.应尽量避免在 where 子句中对字段进行 null 值判断,否则将导致引擎放弃使用索引而进行全表扫描,如: select id from t where num is null 最好不要给数据库留NULL,尽可能的使用 NOT NULL填充数据库. 备注、描述、评论之类的可以设置为 ...
2018-11-09 13:36:00 119
原创 保龄球得分计算代码
示例: 全中 = x, 补中 = 9/ , 不中 = - public static void main(String[] args) { sum(); } // 汇总结果 public static void sum(){ //String scan=“xxxxxxxxxxxx”; //String scan=“9/9/9/9/9/9/9/9/9/9/9”; String scan=“x9/x8...
2018-11-09 13:23:19 1693
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人