https://blog.csdn.net/rankun1/article/details/78027027 UDP原理:A,B,客户端首先连接到S服务端 1,S知道A,B的port,ip 2,S通知A给B的ip,port发信息,此时路由器会绑定路由器port给A,路由器port可接收信息会转发给A
# Channel \`\`\`java public static void write(String path) throws Exception { RandomAccessFile aFile = new RandomAccessFile(path, "rw"); FileChannel c
# nginx证书安装 \`cloud.tencent.com_bundle.crt\` 证书文件 \`cloud.tencent.com_bundle.pem\` 证书文件 \`cloud.tencent.com.key\` 私钥文件 \`cloud.tencent.com.csr\` CSR 文
# npm(Node package manager) 使用介绍 解决包之间的依赖关系 - 需安装node.js,下载后安装即可 \`\`\` npm -v node -v \`\`\` - 更新npm \`\`\` npm install npm@5.4.0 -g npm install npm@
--- title: node date: 2022-01-16 15:04:50 tags: --- \`\`\`shell npm config set registry https://registry.npmjs.org 默认源 npm config set registry https:/
--- title: Nmap date: 2022-01-16 15:04:50 updated: 2022-01-16 15:04:50 comments: true tags: - nmap - 扫描 categories: - \[note\] lang: zh_CN --- \`\`\`s
# 1,下载安装工具 - https://www.microsoft.com/en-us/download/details.aspx?id=49117 或使用\[附件\]\[1\] - 下载后运行软件,指定一个目录(用于下载office文件),会生成2个文件 - xxx.xml - setup.ex
--- title: other date: 2022-01-16 15:04:50 tags: --- \`\`\`shell # GOOGLE 二次验证 otpauth://totp/yimcarson?secret=VIABPOEXKBBMLZD2\&issuer=CSDN \`\`\` \`
--- title: python模块pillow中的mode问题 --- 在本地找了jpg的图,convert为不同mode,将不同的图截取做了个脑图,有个直观的感觉吧。 把不同mode的图通过np.array()转化为array, 打印出array的shape, 和array\[0, 0\]的值