12 2019 档案

摘要:SELECT -- 返回字符串 ELT( -- 划分区间 INTERVAL (student.score, 0, 60, 90, 100), "1-60", "61-90", "91-100", "101-" ) AS level, count(*) / ( SELECT count(DISTINC 阅读全文
posted @ 2019-12-30 19:28 cocokiki 阅读(3734) 评论(0) 推荐(0)
摘要:OA 测试开发 大数据 相关的工具 新的需求 阅读全文
posted @ 2019-12-30 17:09 cocokiki 阅读(85) 评论(0) 推荐(0)
摘要:进入anconda prompt 使用 pip install 进行安装 阅读全文
posted @ 2019-12-30 17:06 cocokiki 阅读(4234) 评论(1) 推荐(0)
摘要:class MonitorListener implements Runnable { private String key; public MonitorListener(String key) { this.key = key; } @Override public void run() { t 阅读全文
posted @ 2019-12-28 23:52 cocokiki 阅读(192) 评论(1) 推荐(0)