ubuntu(10)——xshell和xftp使用小技巧技术分享 / 2018-12-26 / 服务器xshel以root用户登录 xftp以root用户登录 vim /etc/ssh/sshd_conig Pe […] ubuntu(10)——xshell和xftp使用小技巧 Read More »
Array.map、 Object.values、 Object.keys技术分享 / 2018-12-21 / js使用Array.map、Object.values、Object.keys处理对象中有对象,数组中有对象的情况 Array.map、 Object.values、 Object.keys Read More »
git合并分支命令技术分享 / 2018-11-26 / git标签 添加本地标签 git tag v2.1 切换到标签对应版本 git checkout v2.1 删除本地 git合并分支命令 Read More »
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 »