古越剑箫

学习是一种习惯

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::
  175 随笔 :: 6 文章 :: 17 评论 :: 52万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

摘要: 1、今年的目标是博客要写够200篇,将这几年的开发经验和零碎的知识点写出来做个积累! 2、在github分享一个开源项目! 3、每天至少喝8杯水,戒烟! 4、重点研究区块链金融! 5、加大对大数据,python的投入! 阅读全文
posted @ 2017-02-25 10:56 古越剑箫 阅读(242) 评论(8) 推荐(0) 编辑

摘要: 爪哇岛上程序猿,5载忙忙未等闲, 醉里挑灯秒登VPN解决Bug,梦里手撕产品战PM; 但行好事,莫问前程, 泰山崩于前,我依然沐浴更衣焚香沏茶; 诚心正意,手起键落。 Hello World ! 今天正式搬家到博客园,CSDN,51CTO博客就不再继续更新! 阅读全文
posted @ 2016-05-21 11:48 古越剑箫 阅读(270) 评论(0) 推荐(0) 编辑

2025年2月19日

摘要: docker run \ -p 8123:8123 \ --name clickhouse-server \ --ulimit nofile=262144:262144 \ -e CLICKHOUSE_DB=test_bbc \ -e CLICKHOUSE_USER=root \ -e CLICKH 阅读全文
posted @ 2025-02-19 13:43 古越剑箫 阅读(4) 评论(0) 推荐(0) 编辑

2025年2月12日

摘要: 例如以下日志 2025-02-12 10:55:17.657 [9f1f81bf0064836b,9f1f81bf0064836b] [http-nio-8080-exec-1] INFO com.jhddsz.gateway.filter.AuthGlobalFilter[54] - AuthGl 阅读全文
posted @ 2025-02-12 12:42 古越剑箫 阅读(1) 评论(0) 推荐(0) 编辑

2024年6月14日

摘要: 查看当前NPM仓库地址 npm config get registry 这个命令会返回当前配置的NPM仓库URL,通常默认是 https://registry.npmjs.org/。 切换到官方NPM仓库npm config set registry https://registry.npmjs.o 阅读全文
posted @ 2024-06-14 11:12 古越剑箫 阅读(20) 评论(0) 推荐(0) 编辑

2023年12月12日

摘要: mysql> show processlist; 如果想要解锁,查询当前没有提交的事务,执行: select trx_state, trx_started, trx_mysql_thread_id, trx_query from information_schema.innodb_trx 直接kil 阅读全文
posted @ 2023-12-12 10:55 古越剑箫 阅读(66) 评论(0) 推荐(0) 编辑

2023年5月15日

摘要: [mysqld] # 设置3306端口 port=3306 # 设置mysql的安装目录 basedir=D:\lvse\mysql-5.7.41-winx64 # 设置mysql数据库的数据的存放目录 datadir=D:\lvse\mysql-5.7.41-winx64\data # 允许最大连 阅读全文
posted @ 2023-05-15 11:25 古越剑箫 阅读(88) 评论(0) 推荐(0) 编辑

2022年12月21日

摘要: https://www.jb51.net/article/226030.htm 这篇文章整体逻辑是对的,但是有一点需要更正,影响索引是 explain 执行结果的rows,这个值代表是 MySQL认为它执行查询时必须检查的行数。(越少越好) 阅读全文
posted @ 2022-12-21 16:17 古越剑箫 阅读(164) 评论(0) 推荐(0) 编辑

2022年4月26日

摘要: 官网:https://mapstruct.org/documentation/installation/ dto entity utils Test 阅读全文
posted @ 2022-04-26 18:26 古越剑箫 阅读(226) 评论(0) 推荐(0) 编辑

2021年12月30日

摘要: https://www.cnblogs.com/xiaowan7/p/14297552.html 阅读全文
posted @ 2021-12-30 14:42 古越剑箫 阅读(113) 评论(0) 推荐(0) 编辑

2021年12月24日

摘要: linux下拉取git代码 阅读全文
posted @ 2021-12-24 17:33 古越剑箫 阅读(570) 评论(0) 推荐(0) 编辑

摘要: centos7替换yum淘宝源 阅读全文
posted @ 2021-12-24 15:11 古越剑箫 阅读(261) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示