抓包示例 root@python:~# tcpdump -n -S tcp port 5009 # -S 参数的目的是获得ack的绝对值,不加该参数,第三次握手的ack为相对值1 tcpdump: verbose output suppressed, use -v or -vv for full p ...
分类:
其他好文 时间:
2021-01-30 11:57:32
阅读次数:
0
转:npm install 时总是报phantomjs-prebuilt@2.1.14安装失败 在npm install时总是报如下错误, 尝试单独安装:npm install phantomjs-prebuilt@2.1.14 还是报错 Please report this full log at ...
分类:
Web程序 时间:
2021-01-28 12:01:50
阅读次数:
0
1.虚拟机(WMware): 下载地址(已存网盘):https://download3.vmware.com/software/wkst/file/VMware-worqkstation-full-15.0.0-10134415.exe 许可证密码:ZC10K-8EF57-084QZ-VXYXE-Z ...
分类:
系统相关 时间:
2021-01-25 11:34:48
阅读次数:
0
LaTeX is a markup language for describing a document. To Install Tex Live LaTeX distribution : sudo dnf install texlive-scheme-full LaTeX Editors : su ...
分类:
其他好文 时间:
2021-01-25 11:19:41
阅读次数:
0
1.1 Spring是什么 full-stack(全栈式) 轻量级开源框架 两大核心:以 IOC(Inverse Of Control:控制反转)和 AOP(Aspect Oriented Programming:面向切面编程)为内核 1.2 Spring优势 1)方便解耦,简化开发 Spring就 ...
分类:
编程语言 时间:
2021-01-22 12:07:42
阅读次数:
0
1. 导出: SQL> exp \'sys/oracle@erp as sysdba \' owner=SCOTT file=/u01/app/oracle/backup/exp_scott.dmp log=/u01/app/oracle/backup/exp_scott.log; 导出SCOTT用 ...
分类:
其他好文 时间:
2021-01-21 10:50:05
阅读次数:
0
安装中文语言时出错。 手动运行G:\SolidWorks.2020.SP0.Full.Premium.DVD\swwi\lang\chinese-simplified\chinese-simplified.msi,成功。 选择切换为英文时不生效,卸载中文语言。 Customize-Keyboard- ...
分类:
其他好文 时间:
2021-01-19 12:24:57
阅读次数:
0
安装mysql 使用rpm包安装 yum remove mariadb-libs.x86_64 yum install perl rpm -ivh mysql-community-common-5.7.31-1.el7.x86_64.rpm rpm -ivh mysql-community-libs ...
分类:
数据库 时间:
2021-01-19 11:40:29
阅读次数:
0
8.3.1.返回简单值 #接受名和姓并返回整洁的姓名 def get_formatted_name(first_name,last_name): """返回整洁的姓名""" full_name=first_name+' '+last_name return full_name.title() mus ...
分类:
其他好文 时间:
2021-01-18 11:21:56
阅读次数:
0
火狐浏览器书签自动备份路径(当火狐书签意外丢失时可以通过导入自动备份的书签恢复原有书签) C:\Users\BlackWin\AppData\Roaming\Mozilla\Firefox\Profiles\5ponbxc0.Hacker\bookmarkbackups 找到我的足迹,点击进入书签 ...
分类:
其他好文 时间:
2021-01-18 11:02:53
阅读次数:
0