摘要:
laravel 默认用的登录密码加密方式是:$password = Hash::make('password');修改密码加密方式为:$password = md5('password'.'salt');打开/vender/laravel/framework/src/illuminate/Auth,... 阅读全文
摘要:
查找重复数据select id, name, memofrom Awhere id in (select id from A group by id having count(1) >= 2)mysql 当前时间SELECT NOW(); //2015-10-27 16:43:45UNIX时间... 阅读全文
摘要:
supesite有人看到的是强大的功能,我看到的是坑爷的一些用法,第一次看到block,我晕了。对于参数一头雾水,下面收集了一些,备用吧。supesite标签调用参数详解 参数:blocktype模块名称,系统有一下模块blocktype=category 系统分类模块blocktype=space... 阅读全文