会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
初心tianmh
博客园
新随笔
管理
上一页
1
2
3
4
5
6
下一页
2020年4月24日
linux 安装rz 指令
摘要: 使用管理员权限执行下面指令 yum install -y lrzsz 管理员权限获得方法:sudo su
阅读全文
posted @ 2020-04-24 12:06 初心tianmh
阅读(381)
评论(0)
推荐(0)
2020年3月27日
gitlab push Webhook Jenkins自动构建
摘要: https://www.jianshu.com/p/9d7615e2ea50
阅读全文
posted @ 2020-03-27 15:13 初心tianmh
阅读(112)
评论(0)
推荐(0)
2020年3月25日
gitlab token获取
摘要: https://www.cnblogs.com/gongxr/p/9257434.html
阅读全文
posted @ 2020-03-25 17:02 初心tianmh
阅读(3895)
评论(0)
推荐(0)
2020年3月10日
maven kafkaListenerContainerFactory错误
摘要: Parameter 1 of method kafkaListenerContainerFactory in org.springframework.boot.autoconfigure.kafka.KafkaAnnotationDrivenConfiguration required a bean
阅读全文
posted @ 2020-03-10 17:32 初心tianmh
阅读(2508)
评论(0)
推荐(1)
linux 查询路径下指定文件包含指定关键词
摘要: find . -name *.properties*|xargs grep -ri "server.port=3333"
阅读全文
posted @ 2020-03-10 10:09 初心tianmh
阅读(411)
评论(0)
推荐(0)
2020年2月22日
命令行删除mongo数据,解决使用mongo UI删除大量数据反应较慢问题
摘要: 删除区间数据 db.tableName.remove({"areaId":{$lt:500,$gt:200}})
阅读全文
posted @ 2020-02-22 12:13 初心tianmh
阅读(449)
评论(0)
推荐(0)
mongo大数据量查询优化
摘要: mongo in查询数量较多时 时间对比: 4W条数据查询速度达到3-4S 优化后可以达到0.1S-0.2S 优化原理:mongo自动Bean转化功能性能较差,改用原生mongo游标方法读取MongoDB数据文档,并在内存中做bean转化 优化前 Query query = new Query();
阅读全文
posted @ 2020-02-22 12:07 初心tianmh
阅读(4502)
评论(2)
推荐(1)
2019年6月12日
int32 无符号范围 -2147483648~2147483647
摘要: int32 无符号范围 -2147483648~2147483647
阅读全文
posted @ 2019-06-12 10:36 初心tianmh
阅读(2107)
评论(0)
推荐(0)
2019年4月23日
maven摘除jar包中配置文件
摘要: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <excludes> <exclude>*.properties</exclu
阅读全文
posted @ 2019-04-23 11:32 初心tianmh
阅读(711)
评论(0)
推荐(0)
2019年3月20日
Redis SLOWLOG
摘要: SLOWLOG SLOWLOG subcommand [argument] 什么是 SLOWLOG Slow log 是 Redis 用来记录查询执行时间的日志系统。 查询执行时间指的是不包括像客户端响应(talking)、发送回复等 IO 操作,而单单是执行一个查询命令所耗费的时间。 另外,slo
阅读全文
posted @ 2019-03-20 18:02 初心tianmh
阅读(505)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页