nginx(4)-实用知识点技术分享 / 2018-11-06 / 中间件proxy_set_header 语法 proxy_set_header header value 默认值 H […] nginx(4)-实用知识点 Read More »
git命令(3)技术分享 / 2018-11-02 / gitwarning:LF will be replaced by CRLF CR: “\r” git命令(3) Read More »
windows中杀死占用某个端口的进程技术分享 / 2018-10-17 / 服务器查看端口对应进程 netstat -ano | findstr 80 根据进程号杀死进程 taskkill – windows中杀死占用某个端口的进程 Read More »
node 调用 exe文件技术分享 / 2018-10-10 / node1、node调用exe文件 const exec = require(‘child_process’).exe node 调用 exe文件 Read More »
openbabel使用经验技术分享 / 2018-10-10 / openbabel1、安装openbabel apt install openbabel 2、下载openbabel-cli包 openbabel使用经验 Read More »
npm的基本使用技术分享 / 2018-10-09 / node一、安装依赖 一键安装依赖(生产服务器) npm install 一键安装依赖(开发服务器) npm inst npm的基本使用 Read More »