会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风吹南下
博客园
首页
新随笔
联系
订阅
管理
随笔 - 225
文章 - 0
评论 - 0
阅读 -
99463
03 2021 档案
Error: You don't have permission to access that port.
摘要:一般是由于权限不足原因,需要在运行的命令前加上sudo
阅读全文
posted @
2021-03-31 22:48
程序员小艺
阅读(1520)
评论(0)
推荐(0)
编辑
mac pip install mysqlclient mysql_config not found
摘要:系统环境: MacOS 10.13.1python版本:3.6.1问题:安装mysqlclient的时候报错。报错信息:OSError: mysql_config not found 解决方法:执行这条命令,即可ln -s /usr/local/mysql/bin/mysql_config /usr
阅读全文
posted @
2021-03-30 23:57
程序员小艺
阅读(104)
评论(0)
推荐(0)
编辑
tp6开启多应用模式
摘要:app.php新增auto_multi_app=true;安装composer require topthink/think-multi-app
阅读全文
posted @
2021-03-15 13:54
程序员小艺
阅读(85)
评论(0)
推荐(0)
编辑
公告
昵称:
程序员小艺
园龄:
5年3个月
粉丝:
1
关注:
1
+加关注
<
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
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
php
(40)
python
(15)
mysql
(15)
docker
(15)
go
(11)
django
(11)
nginx
(9)
linux
(7)
springboot
(5)
mac
(5)
更多
随笔档案
2024年10月(4)
2024年9月(11)
2024年8月(8)
2024年6月(2)
2024年5月(5)
2024年3月(1)
2024年2月(5)
2024年1月(3)
2023年12月(1)
2023年11月(6)
2023年10月(4)
2023年9月(4)
2023年8月(3)
2023年7月(3)
2023年6月(2)
2023年5月(1)
2023年4月(3)
2023年1月(1)
2022年11月(1)
2022年10月(2)
2022年9月(1)
2022年8月(5)
2022年7月(9)
2022年6月(4)
2022年5月(2)
2022年4月(1)
2022年3月(1)
2022年2月(3)
2022年1月(6)
2021年12月(1)
2021年11月(1)
2021年10月(2)
2021年9月(5)
2021年8月(1)
2021年7月(25)
2021年6月(9)
2021年5月(5)
2021年4月(3)
2021年3月(3)
2021年1月(3)
2020年12月(1)
2020年11月(12)
2020年10月(3)
2020年9月(1)
2020年8月(5)
2020年7月(4)
2020年6月(3)
2020年5月(4)
2020年4月(17)
2020年3月(2)
2020年2月(3)
2020年1月(4)
2019年12月(6)
更多
阅读排行榜
1. phpword读取word的文本内容(5229)
2. 彻底解决【“curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused”】错误(4045)
3. centos切换用户以及退出(3638)
4. 阿里云对象存储OSS设置永不过期(3244)
5. opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'(2941)
推荐排行榜
1. docker安装openresty(1)
2. MacOS环境变量source生效但重启后又失效(1)
3. python获取bilibili视频oid(1)
4. python识别车牌号(1)
5. 高版本mysql关闭严格模式(1)
点击右上角即可分享