摘要: 允许本地 IP访问localhost的Mysql数据库 mysql> create user 'test'@'localhost' identified by 'test123456'; Query OK, 0 rows affected (0.06 sec) 允许所有的IP都可以访问该数据库 my 阅读全文
posted @ 2021-12-10 13:10 叶冬凌 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 安装 yum install subversion svnserve -d -r /application/svndata 查看版本 svnserve --version 可能遇到的错误 svnadmin: error while loading shared libraries: libaprut 阅读全文
posted @ 2021-11-04 14:59 叶冬凌 阅读(130) 评论(0) 推荐(0) 编辑
摘要: (把52.65.98.23换成服务器地址,把project替换为你的项目名称) svn目录:/var/www/svn项目目录:/home/wwwrootsvn地址:svn://52.65.98.23/project网站地址:http://52.65.98.23/project 新建项目相关目录:mk 阅读全文
posted @ 2021-10-27 12:46 叶冬凌 阅读(100) 评论(0) 推荐(0) 编辑
摘要: /* * RSA签名 * */ protected function rsaSign($data) { $str = $this->getSignContent($data); $encryptData = ''; $privateKey = file_get_contents(ROOT_PATH. 阅读全文
posted @ 2020-06-11 11:20 叶冬凌 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 需要配置伪静态 location / { try_files $uri $uri/ /index.html; } 阅读全文
posted @ 2019-12-20 18:41 叶冬凌 阅读(4168) 评论(0) 推荐(1) 编辑
摘要: 在nginx配置中加入 http { include /etc/nginx/mime.types; .......... } /etc/nginx/mime.types types { text/html html htm shtml; text/css css; text/xml xml; ima 阅读全文
posted @ 2019-12-10 09:51 叶冬凌 阅读(520) 评论(0) 推荐(0) 编辑
摘要: chmod -R 777 文件夹 chown www 文件夹 -R 阅读全文
posted @ 2019-09-05 16:32 叶冬凌 阅读(1379) 评论(0) 推荐(0) 编辑
摘要: 生成一组公私钥并查看公钥 在git上添加ssh证书 进入项目文件夹,重新remote一下 如果不行,在~/.ssh里新建config文件 阅读全文
posted @ 2019-09-03 17:23 叶冬凌 阅读(468) 评论(0) 推荐(0) 编辑
摘要: Auto Close TagAuto Rename TagBeautifyBracket Pair ColorizerChinese (Simplified) LanguageHMTLHintIntelephensejshintPartial DiffPath IntellisensePHP Int 阅读全文
posted @ 2019-08-27 11:30 叶冬凌 阅读(156) 评论(0) 推荐(0) 编辑
摘要: host 文件新增 再运行桌面上生成的phpstorm 2019软件图标,选择do not import settings点击ok 弹出注册界面,选择"activation code"输入注册码即可激活。 如果想汉化成中文,可以将软件包中汉化文件resources_cn.jar复制替换。打开安装目录 阅读全文
posted @ 2019-08-26 17:01 叶冬凌 阅读(526) 评论(1) 推荐(0) 编辑