(1)同步标记任务失败 //标记失败任务 module.exports = grunt => { grunt.registerTask('bad',()=>{ console.log('bad working~'); return false; }); grunt.registerTask('foo ...
分类:
其他好文 时间:
2021-03-04 13:12:25
阅读次数:
0
文件夹或者文件操作: 帮助 help 内部命令 man(manual) 外部命令 help cd 查看cd的帮助文档 man ls 查看ls的帮助文件 查看当前目录位置 pwd =print working directory 打印当前工作目录位置 进入文件夹 cd = change directo ...
分类:
系统相关 时间:
2021-02-20 12:09:25
阅读次数:
0
资料1: https://wladimir-tm4pda.github.io/source/git-repo.html sync命令: repo sync [project-list ] Downloads new changes and updates the working files in y ...
分类:
其他好文 时间:
2021-02-15 12:26:44
阅读次数:
0
创建目录,按目录创建会减少Jenkins吃磁盘的问题 参数化构建项目 参数配置 1、丢弃旧的项目。减少磁盘的占用 2、项目构建参数化,这个需要导入插件 3、git参数化,区别分支 4、配置仓库和分支 5、触发器 pom.xml clean package -DskipTests=true 6、获取j ...
分类:
其他好文 时间:
2021-02-08 12:51:19
阅读次数:
0
用过linux系统的朋友,基本肯定会用过ssh。因为大部分的linux登录都是通过ssh将进行登录,除非你用的是类似windows的桌面版。 一、什么是SSH SSH 为 Secure Shell 的缩写,由 IETF 的网络小组(Network Working Group)所制定;SSH 为建立在 ...
分类:
其他好文 时间:
2021-02-08 12:22:12
阅读次数:
0
先安装 npm install babel-polyfill --save-dev npm install es6-promise --save-dev npm install --save axios main.js引入 import 'babel-polyfill' import promise ...
分类:
其他好文 时间:
2021-02-06 11:39:39
阅读次数:
0
故障报错:error: db5 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db5 - Resource temporarily unavai ...
分类:
数据库 时间:
2021-02-03 10:32:44
阅读次数:
0
Dr. Tuple is working on the new data-mining application for Advanced Commercial Merchandise Inc. One of the subroutines for this application works wit ...
分类:
其他好文 时间:
2021-02-02 11:09:22
阅读次数:
0
常用dos命令 #盘符切换 f: #查看当前目录下所有文件 dir #切换目录 cd change directory (directory 目录) cd.. cd\ cd /d f: #清理屏幕 cls clean screen #退出终端 exit #查看电脑ip ipconfig #打开应用 ...
分类:
其他好文 时间:
2021-02-02 10:41:42
阅读次数:
0
Working with Images & Logistic Regression in PyTorch Part 3 of "Deep Learning with Pytorch: Zero to GANs" This tutorial series is a hands-on beginner- ...
分类:
其他好文 时间:
2021-01-30 12:20:31
阅读次数:
0