会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
leoyongwei
博客园
首页
新随笔
联系
订阅
管理
2020年8月29日
PHP安装
摘要: ###下载源码包 wget https://www.php.net/distributions/php-7.4.9.tar.gz tar -zxvf php-7.4.9.tar.gz ###配置编译选项 ####编译选项 ####常用扩展模块 cd php-7.4.9 我的配置: ./configu
阅读全文
posted @ 2020-08-29 15:56 leoyongwei
阅读(223)
评论(0)
推荐(0)
2020年8月22日
Ansible 删除文件:Find 和 File
摘要: 删除单个文件 - name: Ansible delete file example file: path: /etc/delete.conf state: absent 删除多个文件 [root@localhost uat]# cat deleteJarbackup.yml - hosts: lo
阅读全文
posted @ 2020-08-22 11:56 leoyongwei
阅读(337)
评论(0)
推荐(0)
公告