2019年1月24日

微信开发需要用到的tcp通道

摘要: https://natapp.cn/article/natapp_newbie 阅读全文

posted @ 2019-01-24 18:12 miu丶苏 阅读(294) 评论(0) 推荐(0) 编辑

2018年10月31日

代码检测插件

摘要: https://blog.soilove.cn/archives/1878.html 阅读全文

posted @ 2018-10-31 17:59 miu丶苏 阅读(120) 评论(0) 推荐(0) 编辑

2018年6月4日

quartz 定时任务

摘要: 第一步:定义job实习类实现execute方法 第二步:构建调度器 (触发器和jobdetail) 第三步:启动调度器 阅读全文

posted @ 2018-06-04 10:39 miu丶苏 阅读(586) 评论(0) 推荐(0) 编辑

2018年4月24日

不能评论表情的问题

摘要: 评论功能遇到不能评论表情的问题第一种方法:改mysql数据库编码;第二种方法:引入一下jar包编写相应的工具类;<dependency> <groupId>com.vdurmont</groupId> <artifactId>emoji-java</artifactId> <version>3.2. 阅读全文

posted @ 2018-04-24 14:34 miu丶苏 阅读(142) 评论(0) 推荐(0) 编辑

2017年12月8日

mysql in和find_in_set

摘要: 一、查询包含“,”的列 1.如果查询条件包含单引号 用in 如:select * from t_test where names in ('李红'); 只能查询出names列中值为‘李红’的数据 select * from t_test where names in ('李红,李华'); 只能查询出 阅读全文

posted @ 2017-12-08 10:58 miu丶苏 阅读(152) 评论(0) 推荐(0) 编辑

2017年9月19日

列表去重统计重复次数

摘要: Map<String,Object> courseMap = new HashMap<>(); for(vo tv: volist){ String key = tv.getCourseId() + "_" + tv.getCalendarId() + "_" + tv.getClassId();S 阅读全文

posted @ 2017-09-19 11:41 miu丶苏 阅读(160) 评论(0) 推荐(0) 编辑

2017年9月13日

JDBC

摘要: //解决死锁 http://blog.sina.com.cn/s/blog_66519bd80102v3ct.html 阅读全文

posted @ 2017-09-13 15:32 miu丶苏 阅读(99) 评论(0) 推荐(0) 编辑

2017年6月14日

MAVEN 本地jar包导入maven中

摘要: mvn install:install-file -Dfile=D:\mvn\class12-10.2.0.3.0.jar -DgroupId=com.Oracle.class -DartifactId=class12 -Dversion=10.2.0.3.0 -Dpackaging=jar 阅读全文

posted @ 2017-06-14 13:02 miu丶苏 阅读(165) 评论(0) 推荐(0) 编辑

2017年6月7日

vue笔记

摘要: //vue防止冒泡event.stopPropagation();//vue 的 :classhttp://www.cnblogs.com/cina33blogs/p/6738038.html//vue的unwatch DEMO 滚动刷新数据 items为请求后台的数据,页面做的轮询 self.un 阅读全文

posted @ 2017-06-07 18:37 miu丶苏 阅读(175) 评论(0) 推荐(0) 编辑

2017年5月24日

百度帮助学习

摘要: //vue配置高亮 http://lib.csdn.net/article/reactnative/59973 //vue 路由 https://cn.vuejs.org/v2/guide/routing.html https://router.vuejs.org/zh-cn/api/router- 阅读全文

posted @ 2017-05-24 19:30 miu丶苏 阅读(136) 评论(0) 推荐(0) 编辑

导航