摘要: 1 Bootstrap b = new Bootstrap(); 2 EventLoopGroup group = new NioEventLoopGroup(); 3 b.group(group) 4 .channel(NioDatagramChannel.class) 5 .option(Cha 阅读全文
posted @ 2024-09-21 09:46 忆世 阅读(26) 评论(0) 推荐(0)
摘要: 创建表: CREATE TABLE `think_areas` ( `area_id` smallint(6) unsigned NOT NULL auto_increment COMMENT '地区id', `parent_id` smallint(6) unsigned NOT NULL def 阅读全文
posted @ 2020-08-19 13:52 忆世 阅读(753) 评论(0) 推荐(0)
摘要: 分页时查找数量: public long countSample(String id) { Query query = new Query(); if (StringUtil.hasText(id)) query.addCriteria(Criteria.where("creator").is(id 阅读全文
posted @ 2020-07-22 10:47 忆世 阅读(5750) 评论(0) 推荐(0)
摘要: win+R运行 inetcpl.cpl 点击上方的高级 点击下面重置 勾选删除个人配置 确认就好了 阅读全文
posted @ 2020-07-14 09:11 忆世 阅读(4402) 评论(2) 推荐(0)