会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
魔杰Lee
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2021年4月1日
mybatis 结果映射 collection oftype为string,integer等类型
摘要: <resultMap id="videoMap" type="com.yao.ivideo.model.dataobject.Obj"> <result column="id" property="id"/> <collection property="list" ofType="string">
阅读全文
posted @ 2021-04-01 16:30 魔杰Lee
阅读(2917)
评论(0)
推荐(0)
2021年3月30日
Redis集群下只有db0,不支持多db
摘要: 官方说明: https://redis.io/topics/cluster-spec
阅读全文
posted @ 2021-03-30 18:07 魔杰Lee
阅读(6213)
评论(0)
推荐(1)
2020年12月11日
文本消息时,支持插入跳小程序的文字链
摘要: https://developers.weixin.qq.com/community/develop/doc/0000021e37c71054356781ba551c00 例子 {"touser":"${OPENID}","msgtype":"text","text":{"content":"本文内
阅读全文
posted @ 2020-12-11 14:55 魔杰Lee
阅读(401)
评论(0)
推荐(0)
微信错误:errcode=45015, errmsg=response out of time limit or subscription is canceled
摘要: https://blog.csdn.net/qq_34908844/article/details/78569483 https://segmentfault.com/q/1010000000374487
阅读全文
posted @ 2020-12-11 11:28 魔杰Lee
阅读(828)
评论(0)
推荐(0)
2020年12月10日
java 微信公众号素材 新增其他类型永久素材
摘要: https://blog.csdn.net/u013791374/article/details/53258275
阅读全文
posted @ 2020-12-10 18:24 魔杰Lee
阅读(334)
评论(0)
推荐(0)
@schedule
摘要: 1-加@Async,配置多线程后,同一个 @Scheduled(cron = "0/5 * * * * ?")@Async(value = "asyncPoolTaskExecutor")public void doSendTest(){}方法中,不会等到方法执行完后再执行下次任务,而是异步按时间规
阅读全文
posted @ 2020-12-10 11:03 魔杰Lee
阅读(400)
评论(0)
推荐(0)
2020年12月9日
idea 打包的jar运行报 “XXX中没有主清单属性”
摘要: pom文件中加入以下配置,注意入口类改成自己项目的。<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configurat
阅读全文
posted @ 2020-12-09 17:29 魔杰Lee
阅读(1519)
评论(0)
推荐(0)
2020年7月30日
openjdk没有ssl支持的相关证书包,导致使用HTPPS调用第三方接口时候报错误 InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
摘要: https://blog.csdn.net/qq_33382113/article/details/78643373 重新解压一个正确Oracle Jdk的tar包,再次检查目录
阅读全文
posted @ 2020-07-30 13:28 魔杰Lee
阅读(1641)
评论(0)
推荐(0)
2020年6月2日
查询端口是否开通
摘要: 查询端口 在内网中是否开通netstat -anp|grep 80查看记录 钱买你是否为 0 0.0.0.0: 并且监听LISTEN:0 0.0.0.0:80 0.0.0.0:* LISTEN 查询端口 在外网中是否开通打开 CMD,输入 telnet ip:port
阅读全文
posted @ 2020-06-02 16:48 魔杰Lee
阅读(692)
评论(0)
推荐(0)
2020年4月27日
企业微信-之无法修改成员手机号
摘要: 划重点:已激活的成员手机号无法通过api接口进行更新,只能通过成员自行更改。 成员自行更改的方式: 先使用微信号登录企业微信,然后在“我”菜单中,点击设置,然后点击“账号”,点击修改手机号。
阅读全文
posted @ 2020-04-27 18:57 魔杰Lee
阅读(2948)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告