-
mindoc安装
1.windows下载安装包(图片来自:https://github.com/mindoc-org/mindoc/releases)2.解压3.配置zoneinfo.zip(图片来自:https://github.com/mindoc-org/mindoc)如果没有zoneinfo.zip文件的情况下,去源文件里可以找到:(图片来自:https://github.com/mindoc-org/min…
29次时间:2022-03-25
-
gitblit服务启动失败
①打开gitblitw.exe,管理员身份运行②指定jvm.dll的路径③services.msc启动gitblit服务
14次时间:2022-03-25
-
未能加载Visual C++组件
在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。生成启动时间为 2022/2/17 15:02:54。节点 1 上的项目“C:\Users\Administrator\.jenkins\workspace\***\***\node_modules\node-sass\build\binding.sln”(默认目标)。ValidateSolutionConfigurati…
25次时间:2022-03-25
-
windows任务管理器内存90%
windows任务管理器占百分之九十,但是看用户用总内存才1G多,感觉明显对不上,也不知道什么原因:管理员身份运行cmd,输入如下命令:sfc /scannow360全盘扫描关掉火狐的默认启动卸载掉一些不常用但是后台在跑的服务可是还是有一大堆svchost服务,windows服务主进程,不知…
13次时间:2022-03-25
-
istanbul ignore if
代码覆盖率工具 Istanbul 入门教程 http://www.ruanyifeng.com/blog/2015/06/istanbul.html
21次时间:2022-02-09
-
Cannot publish over existing version
Updating the version field within package.json
18次时间:2022-02-09
-
npm ERR Error: EPERM:operation not permitted, rename npm erno -4048
npm ERR Error: EPERM:operation not permitted, renamenpm erno -40481.删除.npmrc文件无效 2.如下clean缓存也无效npm cache clean --force3.integrity checksum failed when using sha512: wanted ,复制but got 后面的识别码(yyyy),替换package-lock.json中 but go…
23次时间:2022-02-09
-
vue官方文档
vue1的官方文档 https://v1-cn.vuejs.org/vue1.02的官方文档 https://012.vuejs.org/guide/vue2的官方文档 https://cn.vuejs.org/vue3的官方文档 https://v3.cn.vuejs.org/
24次时间:2022-01-24
-
AppScan 检测到其已不在会话环境中,因此正在尝试重新登录”的解决方法
AppScan 检测到其已不在会话环境中,因此正在尝试重新登录”的解决方法在手动测试,或者重新扫描某一个扫描问题的时候可能会去重新尝试恢复登录会话,但是却一直提示无法恢复,过了一段时间后就中断,特别浪费时间,因此索性就关掉登录配置扫描配置,登录管理,设置为无。…
255次时间:2022-01-24
-
jenkins清理空间、缓存
1.清理空间2.删除历史构建3.批量删除Jenkins.instance.getItemByFullName(1).builds.findAll { it.number > 10 && it.number < 63 }.each { it.delete() }Jenkins.instance.getItemByFullName(2).builds.findAll{ it.number > 1 && it.number &…
367次时间:2022-01-24
-
mac中的向上的小箭头上一个横线
⌅(enter)command+enterhttps://support.apple.com/zh-cn/HT201236
163次时间:2022-01-24
-
vscode去掉自动格式化
vscode去掉自动格式化referencehttps://www.cnblogs.com/jaycethanks/p/12106158.html
21次时间:2022-01-24