1.第一步需要到github上下载Auth类放入 extend/auth/Auth.php https://github.com/5ini99/think-auth 2.第二步,添加固定的三个数据表。 -- think_auth_rule,规则表, -- id:主键,name:规则唯一标识, tit ...
分类:
Web程序 时间:
2020-02-19 18:44:17
阅读次数:
79
前期测试使用免费的网络资源: 推荐使用阿贝云 https://www.abeiyun.com 这里提供了免费的免费虚拟主机、免费云服务器。足以供日常使用和测试。使用还算方便,都需要实名认证,不过可以不备案合法使用,免费的配置有点鸡肋,但是还是足够搭建一些小型网站的,如果要搭建中大型,那推荐氪金了。下 ...
分类:
其他好文 时间:
2020-02-18 18:27:12
阅读次数:
56
~ 家目录符号 putty无密码登录CentOS https://www.tecmint.com/ssh-passwordless-login-with-putty/ ...
分类:
系统相关 时间:
2020-02-17 21:28:13
阅读次数:
99
As we said, sqlsever fail over cluster is perviously version of always on. The HA was guarenteed by OS not database. Therefor, we can not use windows ...
分类:
数据库 时间:
2020-02-16 20:20:37
阅读次数:
110
XXE漏洞复现步骤 0X00XXE注入定义 XXE注入,即XML External Entity,XML外部实体注入。通过 XML 实体,”SYSTEM”关键词导致 XML 解析器可以从本地文件或者远程 URI 中读取数据。所以攻击者可以通过 XML 实体传递自己构造的恶意值,是处理程序解析它。当引 ...
分类:
其他好文 时间:
2020-02-15 15:32:53
阅读次数:
203
绑定事件 点击事件 双向绑定显示输入的数据 单选框和下拉框 ...
分类:
其他好文 时间:
2020-02-15 10:16:40
阅读次数:
64
记录! 结果: F8:跑飞 F7:继续跟0040109F,位置丢 ...
分类:
其他好文 时间:
2020-02-13 21:16:35
阅读次数:
78
解决方案 参考 1. https://bbs.deepin.org/forum.php?mod=viewthread&tid=176979&extra= 2. https://bbs.deepin.org/forum.php?mod=viewthread&tid=159729&extra=&page ...
分类:
系统相关 时间:
2020-02-13 19:14:42
阅读次数:
75
ylbtech-汉语-汉字:累/纍 累是一个汉字,读音为léi、lèi、lěi。上下结构,部首为糸。总笔画数为11。会意字。可作名词,也可作动词。本质是失衡的一种表现,与性急有较大的关联。 1.返回顶部 1、 中文名:累外文名:tired fatigue汉字笔画数:11汉字结构:上下结构汉字部首:糸 ...
分类:
其他好文 时间:
2020-02-13 14:38:46
阅读次数:
131
1.创建表:注意:` ` ' ' , 三种符号 if not exists primary key(`id`)engine= innodb charset=utf8 create table if not exists `stu`( `id` int(4) auto_increment commen ...
分类:
数据库 时间:
2020-02-12 16:14:29
阅读次数:
87