会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鸿毛浮绿水
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2020年6月2日
本地项目启动 端口被占用解决办法
摘要: netstat -ano|findstr 端口号 taskkill /f /t /im 进程号
阅读全文
posted @ 2020-06-02 14:02 鸿毛浮绿水
阅读(763)
评论(0)
推荐(0)
2020年5月22日
zookeeper 分布式锁
摘要: https://blog.csdn.net/kongmin_123/article/details/82081953
阅读全文
posted @ 2020-05-22 17:47 鸿毛浮绿水
阅读(105)
评论(0)
推荐(0)
2020年5月13日
kafka比较好的文章
摘要: https://blog.csdn.net/hmsiwtv/article/details/46960053
阅读全文
posted @ 2020-05-13 14:10 鸿毛浮绿水
阅读(114)
评论(0)
推荐(0)
2020年5月6日
crontab 定时任务
摘要: */1 * * * * #每1分钟即每小时执行一次 */60 * * * * #每60分钟即每小时执行一次0 0 0 * * ? #每天凌晨0点执行一次
阅读全文
posted @ 2020-05-06 13:53 鸿毛浮绿水
阅读(426)
评论(0)
推荐(0)
2020年4月22日
删除以某字符串开头的表
摘要: SELECT CONCAT('drop table ', table_name, ';') FROM information_schema. TABLES WHERE table_name LIKE 'xxx_%';
阅读全文
posted @ 2020-04-22 18:11 鸿毛浮绿水
阅读(547)
评论(0)
推荐(0)
2020年4月21日
mybatis if判断等于某个字符串
摘要: 这种写法是错误的:在OGNL的表达式中,'true'会被解析成字符,因为java是强类型的 <if test="flag=='true' "> AND ho.id = #{id} </if> 应该这样写: <if test='flag == "true"'>AND ho.id = #{id}</if
阅读全文
posted @ 2020-04-21 17:30 鸿毛浮绿水
阅读(4399)
评论(0)
推荐(0)
2020年4月14日
MYSQL主从复制教程
摘要: https://www.cnblogs.com/dingjiaoyang/p/10763697.html
阅读全文
posted @ 2020-04-14 17:06 鸿毛浮绿水
阅读(109)
评论(0)
推荐(0)
mycat 入门 和详解
摘要: https://blog.csdn.net/qq_37939251/article/details/84443830 https://www.cnblogs.com/fxwl/p/7990906.html
阅读全文
posted @ 2020-04-14 13:43 鸿毛浮绿水
阅读(112)
评论(0)
推荐(0)
2020年3月11日
ES聚合入门介绍
摘要: https://blog.csdn.net/u010483897/article/details/90486598
阅读全文
posted @ 2020-03-11 14:48 鸿毛浮绿水
阅读(152)
评论(0)
推荐(0)
2020年1月21日
解决redis客户端w无法连接的问题
摘要: https://www.cnblogs.com/alasijia/p/9408824.html
阅读全文
posted @ 2020-01-21 15:43 鸿毛浮绿水
阅读(116)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告