
2021年工作日志
苦思冥想行则将至
分享下心得!加油,会越来越好的!让这世界更加美好我们一起努力!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LEFT JOIN 与 GROUP BY 不能简单地进行关联,左连接会失效的
SELECT tnpf.id, tnpf.news_id, tnpf.handle_status, tnpf.publish_status, tnpf.create_time, tnpf.updater_id, tnpf.update_time, tnpf.publish_user_id, tnpf.publish_date, tni.src_publish_date, tni.title, tni.ds_sou...原创 2021-06-28 10:47:59 · 1791 阅读 · 0 评论 -
jar启动指定Spring的配置位置start.sh
nohup java -Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=8093 -jar file-upload-*.jar --spring.config.location=config/application.yml > /dev/null 2>&1 &原创 2021-06-21 14:52:44 · 536 阅读 · 0 评论 -
2021-06-21解决列表查询很慢的优化SQL定位查询慢原因优化
解决问题如下 haos原创 2021-06-21 09:47:50 · 445 阅读 · 0 评论 -
Kafka如果遇到网络异常问题会抛出下面的错误,可以重启解决
org.apache.kafka.clients.consumer.CommitFailedException:Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the confi..原创 2021-05-10 15:08:23 · 1796 阅读 · 0 评论 -
SpringBoot的打印我佛慈悲图像
import lombok.extern.slf4j.Slf4j; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annotation...原创 2021-03-24 20:34:06 · 749 阅读 · 0 评论