跳至内容
itisxx's blog
  • 首页
  • 点赞排行
  • 热门标签
  • 网站地图
  • 登录注册
  • 用户中心

admin

  • 网站 https://www.itisxx.com
  • 简介 a phper

本地调试使用https协议的方法

1。下载附件中的 rootCA.pem,打开”钥匙串“功能,在”系统“项目下导入该 pem 2。双击该证书,在“信任”设置中设置为“始终信任” 3。将附件中的 server.key...
2021年4月17日 admin

edge和chrome禁止本地localhost强制http跳转到https方法

edge: 1.浏览器地址栏输入:edge://net-internals/#hsts 2.找到 Delete domain security policies 設定,輸入loca...
2021年2月28日 admin

一次性删除当前目录下(包括子目录)的 .ptp-sync-folder 文件夹

find ./ -name .ptp-sync-folder |xargs rm -rf   一次性删除当前目录下(包括子目录)的 .ptp-sync-folder 文件...
2020年5月12日 admin

阿里云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.cnbl...
2020年2月27日 admin

mysql的table is read only 解决方法

首先想到的是遇到了权限问题,所以就去/var/lib/mysql查看了下,果然所有者不是mysql,权限也不正确。经过下面的步骤 把问题解决了: 1、进入mysql数据库目录,使用...
2020年2月27日 admin

docker 安装 hifone

https://blog.csdn.net/xsd529/article/details/87178247 https://www.cnblogs.com/zhangjianbin...
2019年8月21日 admin

CentOS7下docker方式安装magento2

1.VMware下centos7的安装 安装VMware Tools: yum update yum groupinstall “Perl Support”...
2019年8月21日 admin

centos 6.9 安装后的一些配置

yum update yum upgrade yum install kernel kernel-devel kernel-headers gcc perl mount /dev/...
2018年1月24日 admin

Ubuntu 17.10安装nextcloud 12.0.3

关键:nginx.conf try_files $uri $uri/ /index.php$is_args$args;   https://docs.nextcloud....
2017年11月4日 admin

Ubuntu 17.10安装mysql 5.7

sudo apt-get install mysql-server mysql -u root -p show databases; use mysql; show tanles;...
2017年11月4日 admin
  • 1
  • 2
  • 3
  • »Next page

归档

  • 2021年4月
  • 2021年2月
  • 2020年5月
  • 2020年2月
  • 2019年8月
  • 2018年1月
  • 2017年11月
  • 2017年10月

分类

  • 技术
  • 生活
自豪地使用 WordPress | 版权所有: writing 由 qingzhuti.com 开发