破解zip压缩文件 pyzipper模块
zFile pyzipper.() zFile.(.())
zFile pyzipper.() zFile.(.())
Linux 时间矫正sudo ntpdate -u ntp.api.bz第一使用可能提示ntpdate没安装,用以下命令安装即可ubuntu系统sudo apt install ntpdatecent...
k8s部署Jenkins,server中有两个端口一个是http端口,一个是ssh 端口http端口就不说了,随便映射。在服务类型是NodePort下,对外映射端口如果非50000,slave连接出现异常首先在Jenkins的web界面设置...
网络数据包截获分析工具。支持针对网络层、协议、主机、网络或端口的过滤。并提供and、or、not等逻辑语句帮助去除无用的信息。tcpdump tcp -i eth1 -t -s 0 -c 100 and dst port ! 22 and...
在实际开发过程中,服务端有部分api是比较消耗时间,例如读取文件。如果客户端等不及,刷新请求,或者不断刷新请求。服务器端将会不断打开新的文件,资源消耗很长大。很容易就导致服务宕机当然还有通过nginx提供静态文件下载的,这种情况,是分块读取...
OverviewThis document explains how to use the active or passive mode to connect to a File Transfer Protocol (FTP) server...
修改文件:即添加内容到工作区vim filepath清除工作区的内容,回溯到上次add的状态或者commit 的状态git checkout -- file添加文件到暂存区git add filepath暂存区文件重新回到工作区...