当前位置:首页 > 技术记录

技术记录

  • 最新
  • 浏览
  • 评论

mariadb 在低配 VPS 上崩溃问题处理方案

ogfogf4年前 (2021-02-20)1677
本文章向大家介绍mariadb 在低配 VPS 上崩溃问题处理方案,主要包括mariadb 在低配 VPS 上崩溃问题处理方案使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要...

centos7.0 安装php mysql nginx 环境

ogfogf4年前 (2021-02-20)1667
systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动yum i...

autojs 入门及安装

ogfogf4年前 (2021-02-20)1654
autojs 入门及安装
下载Visual Studio Code https://pc.qq.com/detail/16/detail_22856.htmlAuto.js是什么#安卓脚本框架可以做的事情#数据监控:...

PHP读取word docx文档内容及处理图片

ogfogf4年前 (2021-02-20)1620
PHP读取word文档里的文字及图片,并保存一、composer安装phpWordcomposer require phpoffice/phpword传送门:https://pac...