会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
风吹南下
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页
2023年9月18日
git配置用户名和邮箱
该文被密码保护。
阅读全文
posted @ 2023-09-18 22:41 程序员小艺
阅读(0)
评论(0)
推荐(0)
编辑
php多张图片拼接成长图
摘要: $pic_list = array( 'images/temp/5.png', 'images/temp/6.png', 'images/temp/7.png', 'https://www.baidu.com/image/202309/202309180921113826.jpg', ); func
阅读全文
posted @ 2023-09-18 10:33 程序员小艺
阅读(52)
评论(0)
推荐(0)
编辑
2023年9月2日
mac wireguard
该文被密码保护。
阅读全文
posted @ 2023-09-02 19:20 程序员小艺
阅读(0)
评论(0)
推荐(0)
编辑
mac中php安装sqlsrv扩展
摘要: 安装php扩展 sudo pecl install sqlsrv-5.10.0 sudo pecl install pdo_sqlsrv-5.10.0 M系列芯片 sudo CXXFLAGS="-I/opt/homebrew/opt/unixodbc/include/" LDFLAGS="-L/op
阅读全文
posted @ 2023-09-02 12:35 程序员小艺
阅读(287)
评论(0)
推荐(0)
编辑
2023年8月22日
php二维数组根据key去重
摘要: 一、性能高,不易理解: /** * 二维数组去重 * @param $array 二维数组 * @param $field 根据二维数组中的某个字段进行去重 * @return array|false */ public function array_unique_key($array,$field
阅读全文
posted @ 2023-08-22 21:36 程序员小艺
阅读(185)
评论(0)
推荐(0)
编辑
2023年8月3日
pycharm配置QtDesigner
摘要: 一、安装需要的库 pip install pyqt5 pip install pyqt5-tools 或者 pip install pyside6 提示:mac上安装失败的话,需要使用brew install pyqt5 安装,然后将对应的文件复制到当前使用的虚拟环境中 二、配置QtDesigner
阅读全文
posted @ 2023-08-03 16:18 程序员小艺
阅读(153)
评论(0)
推荐(0)
编辑
python使用mqtt
摘要: 一、安装mqtt服务器 安装对应的软件:https://www.emqx.io/zh/downloads 推荐使用docker安装 默认账号和密码:admin、public 设置用户认证信息(注意:认证信息和登录信息时不一样的) 二、编写代码 消息发布程序 import time import js
阅读全文
posted @ 2023-08-03 11:20 程序员小艺
阅读(337)
评论(0)
推荐(0)
编辑
2023年7月31日
批量修改mysql多表的字段值
该文被密码保护。
阅读全文
posted @ 2023-07-31 14:10 程序员小艺
阅读(0)
评论(0)
推荐(0)
编辑
2023年7月23日
docker安装nacos
摘要: mac m1系列安装: docker pull zhusaidong/nacos-server-m1:2.0.3 docker run --env MODE=standalone --name nacos-server -d -p 8848:8848 -p 9848:9848 -p 9849:984
阅读全文
posted @ 2023-07-23 21:04 程序员小艺
阅读(202)
评论(0)
推荐(0)
编辑
2023年7月11日
Dockerfile与docker-compose搭建php环境
摘要: 目录结构 php.conf文件内容 server { listen 80; server_name localhost; location / { root /usr/share/nginx/html/web; index index.php index.html index.htm; } erro
阅读全文
posted @ 2023-07-11 22:45 程序员小艺
阅读(221)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页
公告