码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
实验吧之【who are you?】(时间盲注)补充
第二种方法 使用brup进行盲注 也是一个道理 不多贴了 这里提一下 burp怎么判断超时 Options->Connections->Tiimeouts->Normal这一空 改成你想要的超时时间(默认为120秒)。 在进行Intruder攻击时,如果连接超时,则状态码和length一栏为空。由此 ...
分类:其他好文   时间:2019-06-23 15:50:27    阅读次数:118
心雨(三)【英语】
1. Only I can change my life. No one can do it for me. 改变人生只能靠自己,别人无法代劳。 2. You don't need anybody to tell you who you are or what you are. You are wh ...
分类:其他好文   时间:2019-06-23 09:12:56    阅读次数:105
Python psutil 模块
Python psutil 模块 psutil是一个跨平台库,可以获取系统的运行进程和系统利用的资源(CPU、内存、磁盘、网络)等信息。他主要应用于系统监控,分析和限制系统资源及进程管理。他实现了同等工具提供的功能,如ps,top,lsof,netstat,ifconfig,who,df,kill, ...
分类:编程语言   时间:2019-06-20 17:08:57    阅读次数:122
失误1: 把i放到循环体内部,i++失效
54 while($lines_num_of_whole_table>=1){ 55 my $i = 1; 56 print "i:".$i."\n"; 57 @column_values_of_each_line = split(/,/, $table_column_name_and_value_ ...
分类:其他好文   时间:2019-06-20 14:16:41    阅读次数:100
通过Java代码获取系统信息
在开发中,我们需要获取JVM中的信息,以及操作系统信息,内存信息,CPU信息,磁盘信息,网络信息等,通过Java的API不能获取内存等信息,需要sigar的第三方依赖包。 ①:加入依赖 ②:将POM下载的sigar.dist压缩包中的sigar 系统文件放到 C:\Program Files\Jav ...
分类:编程语言   时间:2019-06-16 09:33:59    阅读次数:112
poj 1330 Nearest Common Ancestors
Nearest Common Ancestors Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 37386 Accepted: 18694 Description A rooted tree is a well-known da ...
分类:其他好文   时间:2019-06-12 21:38:29    阅读次数:132
fluid.io.load_inference_model 载入多个模型的时候会报错 -- [paddlepaddle]
将多个模型部署到同一个服务时,会出现stack错误. 原因是program为全局. 改成这样,可以解决. solved by myself. for those who need it:use a new scope for every model scope = fluid.Scope() wit ...
分类:其他好文   时间:2019-06-11 13:29:13    阅读次数:331
RFC2119 规范内容
RFC2119 https://www.ietf.org/rfc/rfc2119.txt Network Working Group S. Bradner Request for Comments: 2119 Harvard University BCP: 1... ...
分类:其他好文   时间:2019-06-10 10:43:58    阅读次数:218
CSharpGL(57)[译]Vulkan清空屏幕
本文是对(http://ogldev.atspace.co.uk/www/tutorial51/tutorial51.html)的翻译,作为学习Vulkan的一次尝试。 不翻译的话,每次都在看第一句,那就学不完了。 ...
分类:其他好文   时间:2019-06-10 00:02:06    阅读次数:131
s's
s's ...
分类:其他好文   时间:2019-06-09 00:28:54    阅读次数:104
2492条   上一页 1 ... 33 34 35 36 37 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!