I am going to by by adapter for Cummins but I am confused between Inline 7 and NEXIQ USB Link 2….. please any advice and what is the difference betwee ...
分类:
其他好文 时间:
2019-06-26 13:41:30
阅读次数:
82
I am going to by by adapter for Cummins but I am confused between Inline 7 and NEXIQ USB Link 2….. please any advice and what is the difference betwee ...
分类:
其他好文 时间:
2019-06-26 13:33:08
阅读次数:
116
https://www.luogu.org/problemnew/show/P5348 记N = \dfrac nmN=mn? 这道题目就是要求a_m = \sum_{i=1}^N \mu(i)\mu(im)am?=∑i=1N?μ(i)μ(im) 因为\mu(ij) = \mu(i)\mu(j)[\ ...
分类:
其他好文 时间:
2019-06-25 23:26:34
阅读次数:
219
用户列表文件:/etc/passwd 用户组列表文件:/etc/group 查看系统中有哪些用户:cut -d : -f 1 /etc/passwd查看可以登录系统的用户:cat /etc/passwd | grep -v /sbin/nologin | cut -d : -f 1查看用户操作:w命 ...
分类:
其他好文 时间:
2019-06-24 21:00:36
阅读次数:
67
地址:http://ctf5.shiyanbar.com/web/wonderkun/index.php 这道题点开看见your ip is :xxx.xxx.xx.xxx 试了一些 最后发现是XFF注入 不过首先要进行ip伪造 发现X-Forwarded-For可以伪造。 题目说: 我要把攻击我的 ...
分类:
其他好文 时间:
2019-06-23 15:53:23
阅读次数:
146
第二种方法 使用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
用处 基于SVD实现模型压缩以适配低功耗平台 根据nnet3bin/nnet3-copy,nnet3-copy或nnet3-am-copy的"--edits-config"参数中,新支持了以下选项: apply-svd name= bottleneck-dim= 查找所有名字与匹配的组件,类型需要是... ...
分类:
Web程序 时间:
2019-06-21 13:08:58
阅读次数:
463
Python psutil 模块 psutil是一个跨平台库,可以获取系统的运行进程和系统利用的资源(CPU、内存、磁盘、网络)等信息。他主要应用于系统监控,分析和限制系统资源及进程管理。他实现了同等工具提供的功能,如ps,top,lsof,netstat,ifconfig,who,df,kill, ...
分类:
编程语言 时间:
2019-06-20 17:08:57
阅读次数:
122
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