会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
旭彬
GO 扩展包集锦
摘要: https://github.com/bitly/go-simplejson json操作包 regexp 正则包 官方 logrus 日志扩展
阅读全文
posted @ 2024-06-27 11:00 旭彬
阅读(3)
评论(0)
推荐(0)
编辑
node-sass 安装失败问题
摘要:
阅读全文
posted @ 2023-10-25 10:28 旭彬
阅读(8)
评论(0)
推荐(0)
编辑
phpstorm go py 30天无线试用
摘要: 1.关闭软件(建议先导出设置配置,操作会重置配置) 2.删除文件(一般AppData会被隐藏,需要通过查看选项里面打开查看隐藏文件,不懂自行百度) 删除目录 C:\Users\用户名\AppData\Roaming\JetBrains\PhpStorm2020.2\eval 删除文件 C:\User
阅读全文
posted @ 2023-02-23 09:10 旭彬
阅读(108)
评论(0)
推荐(0)
编辑
clickhouse 重启,软连接失效,增加存储路径
摘要: 1. 启动停止命令 systemctl start clickhouse-server systemctl stop clickhouse-server systemctl status clickhouse-server 2. 进入 /var/lib/clickhouse
阅读全文
posted @ 2023-02-14 09:49 旭彬
阅读(152)
评论(0)
推荐(0)
编辑
git 基础操作
摘要: Git 全局设置 git config --global user.name "马旭彬" git config --global user.email "2105007694@qq.com" 创建一个新仓库 git clone git@gitlab.cnsodata.com:data/qqgroup
阅读全文
posted @ 2023-02-06 14:18 旭彬
阅读(15)
评论(0)
推荐(0)
编辑
composer 操作
摘要: composer list 显示所有命令 composer show 显示所有包信息 composer install 在 composer.json 配置中添加依赖库之后运行此命令安装 composer create-project laravel/laravel Laravel –prefer-
阅读全文
posted @ 2022-08-12 15:57 旭彬
阅读(14)
评论(0)
推荐(0)
编辑
es 集群并设置密码
摘要: 1. 生成证书 bin/elasticsearch-certutil cert -out config/elastic-certificates.p12 -pass ""2. elastic-certificates.p12 复制到其他节点 3. 修改每一个节点配置并启动 xpack.securit
阅读全文
posted @ 2022-08-11 17:55 旭彬
阅读(481)
评论(0)
推荐(0)
编辑
linux命令添加至环境变量
摘要: vim /etc/profile 最后一行添加 /usr/local/nginx/sbin/ 命令目录 export PATH="/usr/local/nginx/sbin/:$PATH" 保存后 source /etc/profile
阅读全文
posted @ 2022-08-11 14:59 旭彬
阅读(187)
评论(0)
推荐(0)
编辑
rar 压缩解压
摘要: rar wget https://www.rarlab.com/rar/rarlinux-x64-612.tar.gz # 压缩文件 rar a -r test.rar file # 解压文件 unrar x test.rar a : 添加到压缩文件 -r : 递归处理 x : 以绝对路径解压文件
阅读全文
posted @ 2022-08-11 14:38 旭彬
阅读(155)
评论(0)
推荐(0)
编辑
ip库 可导入数据库,可使用dat文件本地执行
摘要: https://www.qqzeng.com/article/dev.html
阅读全文
posted @ 2022-07-26 17:11 旭彬
阅读(46)
评论(0)
推荐(0)
编辑
下一页
导航
博客园
首页
联系
订阅
管理
<
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
公告
昵称:
旭彬
园龄:
6年9个月
粉丝:
0
关注:
0
+加关注
统计
随笔 - 36
文章 - 0
评论 - 0
阅读 -
10万
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
docker
(2)
windows Error occurred during initialization of VM
(1)
windows
(1)
swoft
(1)
session同步
(1)
rabbitmq
(1)
python
(1)
php
(1)
p7zip
(1)
node-sass
(1)
更多
随笔分类
composer(1)
confluence(1)
docker(2)
ecshop(2)
elasticsearch(3)
git(2)
GO(1)
laravel 7.2(1)
linux(5)
mysql(4)
PHP(3)
python3.8(1)
rabbitmq(1)
ThinkPHP(1)
vue-cli4(3)
钩子(1)
更多
随笔档案
2024年6月(1)
2023年10月(1)
2023年2月(3)
2022年8月(4)
2022年7月(1)
2022年6月(1)
2022年3月(1)
2021年9月(1)
2021年6月(1)
2021年5月(1)
2021年3月(1)
2021年2月(2)
2021年1月(1)
2020年12月(1)
2020年11月(1)
2020年10月(1)
2020年9月(1)
2020年7月(2)
2020年6月(4)
2020年5月(1)
2018年10月(1)
2018年8月(1)
2018年6月(4)
更多
阅读排行榜
1. case when 多个条件 以及case when 权重排序(83973)
2. MySQL 幻读详解(3432)
3. 解决thinkphp query()执行原生SQL语句成功结果报错的问题(2058)
4. python bool值取反(1946)
5. vue-layer 弹窗z-index问题(1581)
点击右上角即可分享