上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 88 下一页
摘要: 接口: //上传代码到目标服务器 const uploadCode = (req, res) => { const { buildPath, targetPath } = req.body const buildBat = ` echo unzip start cd /temp/zip 7z x / 阅读全文
posted @ 2021-11-12 13:51 徐同保 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 安装7zip: https://www.7-zip.org/ 压缩: 7z.exe a \temp\a.tar \temp\demo 解压: 7z x /temp/zip/build.tar -o/temp/unzip/666 解压2: 7z e \temp\zip\build.tar -o\tem 阅读全文
posted @ 2021-11-11 18:40 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 下载: xxhttps://itefix.net/cowaxess goaccess.exe C:/tools/nginx-1.21.3/logs/access.log -o D:/temp/report.html --log-format=COMBINED --real-time-html 更加简 阅读全文
posted @ 2021-11-10 14:36 徐同保 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 免密配置: 阿里云windows server2012 Openssh-server(服务端-免密登陆设置)_徐同保的专栏-CSDN博客https://blog.csdn.net/xutongbao/article/details/120702658 阅读全文
posted @ 2021-11-09 16:01 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: robots.txt在线生成: robots文件生成 在线网站robots.txt文件生成器 robots.txt: # robots.txt User-agent: * Disallow: Disallow: /cgi-bin/ Sitemap: http://blog.xutongbao.top 阅读全文
posted @ 2021-11-09 14:23 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 安装插件: 格式化: 阅读全文
posted @ 2021-11-09 14:16 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 安装: 网页: 购买 Windows Terminal - Microsoft Store zh-CN 下载: https://sourceforge.net/projects/windows-terminal.mirror/ 商店: 自定义菜单: 效果: 阅读全文
posted @ 2021-11-05 15:10 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 点击文件-退出 如果直接点击右上角的x,页面状态不会被保存: 阅读全文
posted @ 2021-11-05 09:56 徐同保 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 通过mis安装的Jenkins启动时保持 查看windows错误日志: 启动信息: 对应的目录不知道什么原因文件已经不存在了, 重新安装java到对应的目录就可以解决这个问题 阅读全文
posted @ 2021-11-03 16:04 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.100人分成10组,1组10人 2.使用react脚手架创建10个项目,分别传到10个git仓库,分头开发 3.做一个首页,上面有10个链接,可以链接到这10个项目 4.团队之间如何共享代码?可以使用npm共享代码。建议使用已经比较成熟的技术库,而不是自己团队开发公共的代码库。 阅读全文
posted @ 2021-11-02 18:42 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 88 下一页