howtohunt https://kathan19.gitbook.io/howtohunt/ HackTricks https://book.hacktricks.xyz/pentesting-web/2fa-bypass https://github.com/EdOverflow/bugbou ...
分类:
其他好文 时间:
2021-04-26 13:24:15
阅读次数:
0
1、下载(使用开源版本,源码包) https://www.zentao.net/dl/zentao/15.0.rc3/ZenTaoPMS.15.0.rc3.zip 2、解压放入项目文件夹下面 3、配置nginx server { listen 80; #listen [::]:80 default_ ...
分类:
其他好文 时间:
2021-04-26 13:10:35
阅读次数:
0
报错信息如下图: 客户端代码: import java.io.IOException;import java.io.InputStream;import java.io.OutputStream;import java.net.Socket;public class TcpSend { public ...
分类:
编程语言 时间:
2021-04-24 13:53:36
阅读次数:
0
NAT拓扑 lvs-server VIP:10.211.55.99DIP:10.37.129.99 负载均衡器 开启路由功能(VIP桥接,DIP仅主机) rs01 RIP:10.37.129.3 后端服务器 网关指向DIP rs02 RIP: 10.37.129.4 后端服务器 网关指向DIP LV ...
分类:
其他好文 时间:
2021-04-24 13:24:31
阅读次数:
0
【Redis,Netty,Nginx 等实现高性能IO的核心原理】 I/O 输入输出(input/output)的对象可以是文件(file), 网络(socket),进程之间的管道(pipe)。在linux系统中,都用文件描述符(fd)来表示。 I/O 多路复用(multiplexing) I/O ...
分类:
Web程序 时间:
2021-04-24 13:10:34
阅读次数:
0
* * */1 * * /usr/sbin/ntpdate 172.17.14.90 18 * * * echo ''>/usr/local/nginx/logs/access.log0 14 * * * echo ''>/java/apache-tomcat-9.0.31/logs/catalin ...
分类:
系统相关 时间:
2021-04-24 11:54:24
阅读次数:
0
输入输出流 简介 System.in和System.oult分别代表了系统标准的输入和输出设备。 默认输入设备是:键盘,输出设备是:显示器 System.in的类型是InputStream System.out的类型是PrintStream,其是FilterOutputStream的子类 重定向:通 ...
分类:
编程语言 时间:
2021-04-24 11:52:30
阅读次数:
0
golang获取上传图片的宽和高: package main import ( "fmt" "image" "io/ioutil" "os" "path/filepath" ) const dir_to_scan string = "/home/da/to_merge" func main() { ...
分类:
其他好文 时间:
2021-04-23 11:57:25
阅读次数:
0
1、下载nginx包 直接去官网下载:http://nginx.org/en/download.html 2、下载完成后,在指定位置解压缩,不要直接双击nginx.exe。 3、运行cmd,进入解压的指定目录下 4、启动nginx服务,启动命令为:start nginx,启动时会一闪而过是正常的 5 ...
IPFS搜索引擎 https://ipfs-search.com/ https://www.ipse.io/ IPFS浏览 https://explore.ipld.io/ IPFS应用 https://github.com/ipfs/ipfs-desktop IPFS文件CID分享列表(可直接用I ...
分类:
其他好文 时间:
2021-04-23 11:52:01
阅读次数:
0