08 2015 档案

摘要:一、在config/web.php中添加如下代码(开启debug工具和gii工具)if (YII_ENV_DEV) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug';... 阅读全文
posted @ 2015-08-24 17:37 个人笔记 阅读(388) 评论(0) 推荐(0) 编辑
摘要:$config['bootstrap'][] = 'debug';$config['modules']['debug'] = [ 'class'=>'yii\debug\Module', 'allowedIPs'=>['192.168.*'],];$config['bootstrap']... 阅读全文
posted @ 2015-08-24 11:13 个人笔记 阅读(302) 评论(0) 推荐(0) 编辑
摘要:一:Git是什么? Git是目前世界上最先进的分布式版本控制系统。 二:SVN与Git的最主要的区别? SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而干活的时候,用的都是自己的电脑,所以首先要从中央服务器哪里得到最新的版本,然后干 活,干完后,需要把自己做完的活推送到中央服务器。... 阅读全文
posted @ 2015-08-13 23:17 个人笔记 阅读(248) 评论(0) 推荐(0) 编辑
摘要:1、在 /backend/assets/ 中新建一个文件 CollectionAsset.php * @since 2.0 */class CollectionAsset extends AssetBundle{ public $basePath = '@webroot'; public... 阅读全文
posted @ 2015-08-03 15:04 个人笔记 阅读(2532) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示