摘要: #修改密码 alter user 'User'@'Host' identified by '新密码'; #创建账号 CREATE USER 'app'@'localhost' IDENTIFIED BY 'app';Grant all privileges ON 数据库.* to 'app'@'lo 阅读全文
posted @ 2018-11-08 13:46 绿静風 阅读(97) 评论(0) 推荐(0) 编辑
摘要: #switch 阅读全文
posted @ 2018-10-11 14:14 绿静風 阅读(90) 评论(0) 推荐(0) 编辑
摘要: #参考资料 CSND:https://blog.csdn.net/y_server/article/details/78781177 博客园:http://www.cnblogs.com/testway/p/9289827.html # support-files/mysql.server star 阅读全文
posted @ 2018-08-25 14:27 绿静風 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://dev.mysql.com/downloads/mysql/ Select Operating System:Linux-Generic Select OS Version:Linux - Generic (glibc 2.17) (x86, 64-bit) Select 阅读全文
posted @ 2018-08-25 14:26 绿静風 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: Centos版本:8.4 PHP版本:8.1.8 下载地址:http://php.net/downloads.php 上传目录:/usr/local/src 安装目录:/usr/local/php 参考资料:PHP官网 编译安装 # 进入源码包目录 cd /usr/local/src/ # 解压 t 阅读全文
posted @ 2018-08-08 16:50 绿静風 阅读(337) 评论(0) 推荐(0) 编辑
摘要: Centos版本:8.4 Nginx版本:1.20.2 下载地址:http://nginx.org/en/download.html 上传目录:/usr/local/src/ 安装目录:/usr/local/nginx 编译安装 # 查看版本号cat /etc/redhat-release # 解压 阅读全文
posted @ 2018-08-01 18:40 绿静風 阅读(131) 评论(0) 推荐(0) 编辑
摘要: HTML标签整理 文档 <!DOCTYPE> <html> <head> <meta /> <base /> <tittle></title> <link></link> <style></style> <script></script> <noscript></noscript> </head> 阅读全文
posted @ 2018-07-26 10:00 绿静風 阅读(98) 评论(0) 推荐(0) 编辑
摘要: #画正圆 按住鼠标左键 + shift (+alt 从中心扩散) #透明背景 选中选区,图层转换为智能对象,栅格化,按 delete #抠图 魔术棒,套索工具 #填充选区颜色 Ctrl+Del #填充选区外颜色 Ctrl+shift+i 选中选区外的内容Ctrl+Del 填充 #把图片内容调正 用裁 阅读全文
posted @ 2018-04-29 20:03 绿静風 阅读(107) 评论(0) 推荐(0) 编辑
摘要: #django-admin不是个命令 添加环境变量 D:\Python36\Scripts #localhost加载失败 命令行 python manage.py runserver 0.0.0.0:8080 阅读全文
posted @ 2018-04-25 09:42 绿静風 阅读(77) 评论(0) 推荐(0) 编辑
摘要: #addClass失败 $target.addClass('show'); show 这个单词可能和内部某处起冲突了吧,有时成功有时失败,只能换个class名了,难受…… 阅读全文
posted @ 2018-03-11 12:17 绿静風 阅读(77) 评论(0) 推荐(0) 编辑