摘要: https://www.cnblogs.com/williamjie/p/9358291.html 阅读全文
posted @ 2020-04-26 17:39 不文不问 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 表 t_user_info id groupid content lasttime select * from t_user_info t where not exists (select * from t_user_info where groupid= t.groupid and t.lastt 阅读全文
posted @ 2019-05-24 10:55 不文不问 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: 一 java运行环境配置: 打开sublime选择Tool 到 Building System 选择new building System 输入 {"shell_cmd": "javac \"$file\" && java \"$file_base_name\"","file_regex": "^( 阅读全文
posted @ 2019-03-14 11:05 不文不问 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 首先是循环遍历,常见的for和while。比较熟悉,不写了。 然后是foreach 格式 for(类型名 变量名:集合名) 还有迭代器iterator Java中的Iterator功能比较简单,并且只能单向移动: (1) 使用方法iterator()要求容器返回一个Iterator。第一次调用Ite 阅读全文
posted @ 2016-07-20 17:41 不文不问 阅读(3254) 评论(0) 推荐(0) 编辑