PHP Fatal Error – yii\base\ErrorException
Class 'Url' not found
1. in C:\wamp64\www\yii2\frontend\widgets\post\postWidget.php at line 22
Class 'Url' not found
1. in C:\wamp64\www\yii2\frontend\widgets\post\postWidget.php at line 22
2018-01-15
PHP Fatal Error – yii\base\ErrorException
Class 'Url' not found
1. in C:\wamp64\www\yii2\frontend\widgets\post\postWidget.php at line 22
Class 'Url' not found
1. in C:\wamp64\www\yii2\frontend\widgets\post\postWidget.php at line 22
2018-01-15
关于css没效果的 很简单 在create.php里面加入下面这段话:
<style>.page-header{margin-top: 0px;}.page-header h1{font-size: 18px;margin: 40px 0;display:inline-block; }.box-title{color: #333;font-size: 18px;border-bottom: 2px solid #cbcbcb;padding-bottom: 5px;}.panel-body{padding: 15px 0 5px 0;}</style>
最后请说服我前端不是美工!
<style>.page-header{margin-top: 0px;}.page-header h1{font-size: 18px;margin: 40px 0;display:inline-block; }.box-title{color: #333;font-size: 18px;border-bottom: 2px solid #cbcbcb;padding-bottom: 5px;}.panel-body{padding: 15px 0 5px 0;}</style>
最后请说服我前端不是美工!
2018-01-13
yii2.0高级框架配置时打开init.bat秒退的解决方法
http://blog.csdn.net/leesin2011/article/details/53358655
http://blog.csdn.net/leesin2011/article/details/53358655
2018-01-04
关于查询的次数和页面次数不同步是因为大佬讲师默认从0开始,所以当你先访问的时候是上一次的次数,数据库同时把你这一次的访问已经记录下来了,所以会不同步
2017-12-06
浏览量,不应该是按照访问页面的次数吧,这样的话,不符合很多价值意义啊,应该是按照访问者的访问来增加访问次数,当然不一定是按照一个访问者仅仅只能算一次访问,应该按照session来计算吧
2017-12-06