• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
一个PHPer的自白
a PHPer,love .NET/C# and QT/C++
博客园 首页 新随笔 联系 订阅 订阅 管理
上一页 1 2 3 4 5 6 下一页

2026年3月26日

阿里云ECS主机 windows server 1909 core 添加 GUI的方法
摘要: xcopy e:\1909*.* c:\1909 /S /E c:\7-Zip\7z.exe x 1909.iso -oc:\1909 -aoa https://www.cnblogs.com/ye123456789jun123456789/articles/4612329.html https:/ 阅读全文
posted @ 2026-03-26 22:25 breezecn 阅读(14) 评论(0) 推荐(0)
 
一次性删除当前目录下(包括子目录)的 .ptp-sync-folder 文件夹
摘要: find ./ -name .ptp-sync-folder |xargs rm -rf 一次性删除当前目录下(包括子目录)的 .ptp-sync-folder 文件夹 阅读全文
posted @ 2026-03-26 22:24 breezecn 阅读(10) 评论(0) 推荐(0)
 
edge和chrome禁止本地localhost强制http跳转到https方法
摘要: edge: 1.浏览器地址栏输入:edge://net-internals/#hsts 2.找到 Delete domain security policies 設定,輸入localhost按下Delete鍵 chrome: 1.地址栏输入:chrome://net-internals/#hsts 阅读全文
posted @ 2026-03-26 22:23 breezecn 阅读(123) 评论(0) 推荐(0)
 
本地调试使用https协议的方法
摘要: 1。下载附件中的 rootCA.pem,打开”钥匙串“功能,在”系统“项目下导入该 pem2。双击该证书,在“信任”设置中设置为“始终信任”3。将附件中的 server.key 和 server.crt 文件下载,放入 工程 根目录下4。在 hosts 文件中添加映射关系: 127.0.0.1 开发 阅读全文
posted @ 2026-03-26 22:22 breezecn 阅读(15) 评论(0) 推荐(0)
 
Ubuntu 17.10 设置php7.1和nginx使用root权限运行
摘要: nginx修改nginx.conf user data-www 改为user root即可, php7.1修改/etc/php/7.1/fpm/pool.d/www.conf, user = data-www 和group = data-www 修改为 user = root group = roo 阅读全文
posted @ 2026-03-26 22:21 breezecn 阅读(10) 评论(0) 推荐(0)
 
Ubuntu 17.10安装mysql 5.7
摘要: sudo apt-get install mysql-server mysql -u root -p show databases; use mysql; show tanles; select * from user; update user set Host=’%’ where User=’ro 阅读全文
posted @ 2026-03-26 22:20 breezecn 阅读(10) 评论(0) 推荐(0)
 
centos 6.9 安装后的一些配置
摘要: yum update yum upgrade yum install kernel kernel-devel kernel-headers gcc perl mount /dev/cdrom /mnt sh ./VBoxLinuxAdditions.run 设置自动挂载 vi /etc/rc.d/r 阅读全文
posted @ 2026-03-26 22:19 breezecn 阅读(6) 评论(0) 推荐(0)
 
CentOS7下docker方式安装magento2
摘要: 1.VMware下centos7的安装 安装VMware Tools: yum update yum groupinstall “Perl Support” mount -t auto /dev/cdrom /mnt/cdrom cd /mnt/cdrom cp VMwareTools-10.0.1 阅读全文
posted @ 2026-03-26 22:05 breezecn 阅读(13) 评论(0) 推荐(0)
 
docker 安装 hifone
摘要: https://blog.csdn.net/xsd529/article/details/87178247 https://www.cnblogs.com/zhangjianbin/p/8021941.html https://www.cnblogs.com/lamp01/p/6934257.htm 阅读全文
posted @ 2026-03-26 22:04 breezecn 阅读(7) 评论(0) 推荐(0)
 
mysql的table is read only 解决方法
摘要: 首先想到的是遇到了权限问题,所以就去/var/lib/mysql查看了下,果然所有者不是mysql,权限也不正确。经过下面的步骤 把问题解决了: 1、进入mysql数据库目录,使用命令”chown -R mysql <数据库文件夹名称>” 和 “chgrp -R mysql <数据库文件夹名称>”将 阅读全文
posted @ 2026-03-26 22:03 breezecn 阅读(17) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 下一页

公告


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3