FastAdmin是一款基于ThinkPHP5+Bootstrap的后台开发框架。
特性:
1、基于Auth验证的权限管理。支持无限级父子级权限继承,支持管理员多角色,支持目录和控制器结构一键生成权限节点。
2、完善的前端功能组件开发。基于AdminLTE二次开发,基于Boots...
苏 demo
6年前 (2017-09-10)
3048℃
0喜欢
加密的内容长度限制为密钥长度少11位,如128位的密钥最多加密的内容为117个长度。
私钥加签:
/**
*
* @param $data 待签名数据
* @return string 签名结果
*/
public function opensslPrivate...
苏 demo
6年前 (2017-07-27)
2467℃
0喜欢
数据来源:coding.net
mysql 格式:university
txt 格式:unverisity
人人为我,我为人人。
转载请注明:苏demo的别样人生 » 国内大学信息基础字典数据 共享...
苏 demo
6年前 (2017-06-08)
1961℃
0喜欢
安装步骤
wget http://pecl.php.net/get/zendopcache-7.0.5.tgz
tar xzf zendopcache-7.0.5.tgz
cd zendopcache-7.0.5
/usr/local/php/bin/phpize (此处根据实...
苏 demo
6年前 (2017-06-06)
2115℃
0喜欢
includes/lib_base.php里面增加函数
/**
* 获取地区名称
* @param $region_id
* @return mixed
*/
function get_region_name($region_id){
return $...
苏 demo
6年前 (2017-05-19)
2645℃
1喜欢
A PHP Error was encountered
Severity: Notice
Message: Only variable references should be returned by reference
Filename: core/Common.php
Lin...
苏 demo
6年前 (2017-04-05)
2979℃
0评论
0喜欢
在使用 Zizaco\Entrust 这个权限包…
再添加角色的时候… 报了一个错..
BadMethodCallException in Repository.php line 391: This cache store does not support...
苏 demo
6年前 (2017-04-05)
3524℃
0评论
0喜欢
操作步骤
1.创建对应的数据库表
CREATE TABLE `ecs_order_auto_confirm` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`order_id` INT(10) UNSIGNED NOT NU...
苏 demo
6年前 (2017-04-01)
2653℃
1评论
0喜欢
环境部署到Php7 的时候,遇到一个问题,
Failed to download vdb/uri from source: The Process class relies on proc_open, which is not available on your PHP inst...
苏 demo
6年前 (2017-03-27)
2306℃
0评论
0喜欢
打印变量或者默认值,这个语法会自动转义变量内容中的html标记,使得html标签原样输出
Welcome, {{ $name or 'California' }}
打印变量原始内容,不进行转义的用法
{!! 'My list <script>alert("spam s...
苏 demo
6年前 (2017-03-22)
2590℃
0评论
0喜欢