小白兔晒黑了

导航

 

2019年4月30日

摘要: /** * http://localhost/src/website/legal/admin-list * */ public function actionAdminList() { $page = parent::getPostParam ( 'page', 1 ); // 当前页数 \Yii::$app->p... 阅读全文
posted @ 2019-04-30 15:16 小白兔晒黑了 阅读(267) 评论(0) 推荐(1)
 

2019年4月26日

摘要: ini_set('max_execution_time', 3600); ini_set('memory_limit', '2048M'); 阅读全文
posted @ 2019-04-26 18:11 小白兔晒黑了 阅读(296) 评论(0) 推荐(0)
 

2019年4月23日

摘要: 如果有冲突,会出现MERING 使用git merge --abort命令解决冲突 阅读全文
posted @ 2019-04-23 15:16 小白兔晒黑了 阅读(189) 评论(0) 推荐(0)
 
摘要: 根据坐标查询验证的百度地图地址 http://api.map.baidu.com/lbsapi/getpoint/index.html 阅读全文
posted @ 2019-04-23 11:32 小白兔晒黑了 阅读(317) 评论(0) 推荐(0)
 

2019年4月18日

摘要: https://www.yiichina.com/extension/1600 阅读全文
posted @ 2019-04-18 16:37 小白兔晒黑了 阅读(161) 评论(0) 推荐(0)
 

2019年4月14日

摘要: 第三范式集数要解决传递依赖问题 第三范式集数要解决传递依赖问题 第三范式集数要解决传递依赖问题 那么问题来了,啥叫传递依赖呢? 传递依赖就是,你包养了小三,小三包养了小白脸,小白脸对你就是传递依赖。让小白脸去另一张表,就满足了第三范式。太简单了 阅读全文
posted @ 2019-04-14 14:26 小白兔晒黑了 阅读(207) 评论(0) 推荐(0)
 

2019年4月12日

摘要: $sql = " SELECT cg.client_id, goods_group.parent_goods_group_id, account_role.account_role_id, account_role.parent_role_id, ... 阅读全文
posted @ 2019-04-12 13:09 小白兔晒黑了 阅读(113) 评论(0) 推荐(0)
 
摘要: xampp没事,但切换到phpstudy后发现echo中文变成了乱码 找到解决办法:在cmd里输入 chcp 65001 命令 切换字符编码 chcp 65001 就是换成UTF-8chcp 936 可以换回默认的GBKchcp 437 是美国英语 阅读全文
posted @ 2019-04-12 10:36 小白兔晒黑了 阅读(766) 评论(0) 推荐(0)
 

2019年4月10日

摘要: 转自 https://blog.csdn.net/limengke123/article/details/77850134 阅读全文
posted @ 2019-04-10 13:58 小白兔晒黑了 阅读(6940) 评论(0) 推荐(0)
 

2019年4月2日

摘要: 1 view渲染 2 上传接口 src/modules/website/controllers/ImportController.php 3 上传以后处理数据 4 同步上传 阅读全文
posted @ 2019-04-02 15:35 小白兔晒黑了 阅读(1043) 评论(0) 推荐(0)