最新回答 / 程序小工
是默认值的问题,实际工作中大多数对时间格式都是直接使用int类型,保存时间戳格式,使用的时候再对其格式化的,所以这个你可以直接使用int类型,而不要用timestamp类型,这是细节问题,不用深究,主要学习权限管理功能的。
2018-05-02
建议这里把源代码下下来 ,再跟着学好点,刚看到老师在文档里有apache相关配置的方法,我自己也总结了一下,大家可以参考,http://tianyalive.com/?p=220
2018-04-29
显示 The requested URL /rabc/web/gii/model was not found on this server.
1、确定apache httpd.conf配置文件中加载了mod_rewrite.so模块
2、在httpd.conf找到.htaccess处的AllowOverride None 将None改为 All
3、在web下创建一个.htaccess
1、确定apache httpd.conf配置文件中加载了mod_rewrite.so模块
2、在httpd.conf找到.htaccess处的AllowOverride None 将None改为 All
3、在web下创建一个.htaccess
2018-04-29
显示 The requested URL /rabc/web/gii/model was not found on this server.
可在web后面手动加index.php
如:http://127.0.0.1/yii/rbac/web/index.php/gii/model
可在web后面手动加index.php
如:http://127.0.0.1/yii/rbac/web/index.php/gii/model
2018-04-28
最新回答 / 慕村0974132
post请求如果出现400报错,配置文件web.php中,添加代码'components' => ['request' => ['cookieValidationKey' => 'asfsfdfdsfsd',"enableCsrfValidation"=>false],即可解决。
2018-04-22