Hacking Windows Passwords with Pass the Hash Leave a reply In Windows, you don’t always need to know the actual password to get onto a system (believe ...
Assume we want to add a data-cy attribute to all of our form controls. We need this as a hook to later be able to easily grab our input fields from wi ...
分类:
其他好文 时间:
2020-01-09 20:58:58
阅读次数:
78
关于thinkPHP 5.0-5.1部分版本index.php被修改为首页HTML代码问题,首先这个是thinkPHP的一个bug; 如果网站系统已经被入侵,那么要做以下操作: 1. 在thinkPHP核心类库 \thinkphp\library\think\App.php::module() 添加 ...
分类:
Web程序 时间:
2020-01-08 10:23:56
阅读次数:
104
When you need a simpler or more convenient format for some of the data to display in JSPs 上面是从help.hybris.com摘录出来的原话,解释为什么我们需要DTO. 简单来说,就是因为Service La ...
分类:
其他好文 时间:
2020-01-05 22:46:29
阅读次数:
107
CLIENT SIDE ATTACKS Backdoor delivery method2 - backdooring exe downloads Backdoor any exe the target downloads. We need to be in the middle of the co ...
分类:
数据库 时间:
2020-01-05 13:40:25
阅读次数:
87
1、关心你的技艺 Care About Your Work 如果你不在乎能否漂亮地开发出软件,你又为何要耗费生命区开发软件呢? 2、思考!你的工作 Think!About Your Work 关掉自动驾驶仪,接管工作。不断地批评和评估你的工作。 3、提供各种选择,不要找蹩脚的借口 Provide O ...
分类:
其他好文 时间:
2020-01-04 14:30:56
阅读次数:
76
<?php namespace app\admin\model; use think\Model; class GoodsCate extends Model { //获取分类树 public function get_tree ($pid = 0,$field = '*'){ $list = se ...
分类:
其他好文 时间:
2020-01-03 19:36:14
阅读次数:
65
https://www.cnblogs.com/f-ck-need-u/p/10481466.html 操作系统学习总结 1、linux上面cpu通过上下文切换达到进程的不断切换,通过动态计算切换执行的时长叫时间片。2、操作系统系统进程分为内核态和用户态进程3、操作系统为了具备最高权限让用户进程不具 ...
分类:
系统相关 时间:
2020-01-03 19:14:00
阅读次数:
111
TP6默认是单应用模式,开启多应用要分以下几个步骤 1.安装多应用模式扩展think-multi-app composer require topthink/think-multi-app 2.删除原有的controller (PS:这个必须得删,tp6按这个判断是否为单应用模式!!!) 3.新建应 ...
分类:
其他好文 时间:
2020-01-03 15:39:28
阅读次数:
3394
Problem: In web UI automation testing, we always need to upload files, it will work well on local machines, but doesn't work on remote node machines w ...
分类:
系统相关 时间:
2020-01-03 13:54:50
阅读次数:
86