摘要: 官方说明: https://redis.io/topics/cluster-spec 阅读全文
posted @ 2021-03-30 18:07 魔杰Lee 阅读(5884) 评论(0) 推荐(1) 编辑
摘要: https://developers.weixin.qq.com/community/develop/doc/0000021e37c71054356781ba551c00 例子 {"touser":"${OPENID}","msgtype":"text","text":{"content":"本文内 阅读全文
posted @ 2020-12-11 14:55 魔杰Lee 阅读(375) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34908844/article/details/78569483 https://segmentfault.com/q/1010000000374487 阅读全文
posted @ 2020-12-11 11:28 魔杰Lee 阅读(797) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013791374/article/details/53258275 阅读全文
posted @ 2020-12-10 18:24 魔杰Lee 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 1-加@Async,配置多线程后,同一个 @Scheduled(cron = "0/5 * * * * ?")@Async(value = "asyncPoolTaskExecutor")public void doSendTest(){}方法中,不会等到方法执行完后再执行下次任务,而是异步按时间规 阅读全文
posted @ 2020-12-10 11:03 魔杰Lee 阅读(394) 评论(0) 推荐(0) 编辑
摘要: pom文件中加入以下配置,注意入口类改成自己项目的。<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configurat 阅读全文
posted @ 2020-12-09 17:29 魔杰Lee 阅读(1473) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_33382113/article/details/78643373 重新解压一个正确Oracle Jdk的tar包,再次检查目录 阅读全文
posted @ 2020-07-30 13:28 魔杰Lee 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 查询端口 在内网中是否开通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 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 划重点:已激活的成员手机号无法通过api接口进行更新,只能通过成员自行更改。 成员自行更改的方式: 先使用微信号登录企业微信,然后在“我”菜单中,点击设置,然后点击“账号”,点击修改手机号。 阅读全文
posted @ 2020-04-27 18:57 魔杰Lee 阅读(2658) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhaokai0130/article/details/83052455?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none- 阅读全文
posted @ 2020-03-26 21:10 魔杰Lee 阅读(427) 评论(0) 推荐(0) 编辑