上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 58 下一页
摘要: 1、python3不支持mysql-python了,直接安装pip install PyMySQL 2、pip install flask-sqlalchemy,flask-sqlalchemy一个sql orm框架 3、 阅读全文
posted @ 2018-12-27 15:56 agang_19 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 转载 https://xuexb.com/post/nginx-url-rewrite.html nginx配置url重写 rewrite 语法 简单例子 last和break的区别 if判断 语法 内置的全局变量 例子 location 语法 优先级 例子 - 假地址掩饰真地址 link url重 阅读全文
posted @ 2018-12-26 10:56 agang_19 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 1、下载的镜像是ubuntu最简版,默认没有安装crontab 2、业务需求需要crontab 最早解决方案 1、在宿主机里面 1 3 * * * root cd /data/wwwroot/xxx && docker-compose exec app php think xxx >> /var/l 阅读全文
posted @ 2018-12-25 17:38 agang_19 阅读(8405) 评论(0) 推荐(0) 编辑
摘要: 文档 https://getbootstrap.com/docs/3.3/getting-started/ text-left text-right text-center text-lowercase text-uppercase <table class="table table-striped 阅读全文
posted @ 2018-12-24 15:48 agang_19 阅读(125) 评论(0) 推荐(0) 编辑
摘要: sql server中变量要先申明后赋值: 局部变量用一个@标识,全局变量用两个@(常用的全局变量一般都是已经定义好的); 申明局部变量语法:declare @变量名 数据类型;例如:declare @num int; 赋值:有两种方法式(@num为变量名,value为值) set @num=val 阅读全文
posted @ 2018-12-21 10:57 agang_19 阅读(2973) 评论(1) 推荐(0) 编辑
摘要: 如果导出的数据是乱码,需要制定--default-character-set= mysqldump -h wn-fala-v2-cluster.cluster-cczg3tb617nn.eu-central-1.rds.amazonaws.com -u fala --default-characte 阅读全文
posted @ 2018-12-18 18:58 agang_19 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 命令行下具体用法如下: mysqldump -u用戶名 -p密码 -d 數據库名 表名 脚本名; 1、导出數據库為dbname的表结构(其中用戶名為root,密码為dbpasswd,生成的脚本名為db.sql) mysqldump -uroot -pdbpasswd -d dbname >db.sq 阅读全文
posted @ 2018-12-14 15:50 agang_19 阅读(6782) 评论(0) 推荐(0) 编辑
摘要: 安装docker tool http://mirrors.aliyun.com/docker-toolbox/windows/docker-toolbox/ 安装1.8.3 有把vbox等服务器地址加入环境变量 阅读全文
posted @ 2018-12-13 11:58 agang_19 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 转载 https://www.zybuluo.com/phper/note/1016714 啥是Opcode? 我们在日常的PHP开发过程中,应该经常会听见Opcache这个词,那么啥是Opcode呢? Opcache 的前生是 Optimizer+ ,它是PHP的官方公司 Zend 开发的一款闭源 阅读全文
posted @ 2018-12-12 16:42 agang_19 阅读(1325) 评论(0) 推荐(0) 编辑
摘要: https://xlange.com/post/dockerfile-baseon-official-php-image.html 阅读全文
posted @ 2018-12-11 11:46 agang_19 阅读(290) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 58 下一页