-
前端调试小技巧,浏览器全局搜索 某一字符串,chrome -> F12
选中开发者工具,按下ESC
11次时间:2022-06-14
-
freemarker判断静态文件是否存在
如果需要判断相对于当前html的相对路径下的freemarker语法的html文件是否存在,可以用下面的方式,判断 attempt下的文件是否存在,如果不存在,则取recover下的文件<#attempt> <#include "../../../....html"> <#recover> …
4次时间:2022-06-14
-
.jenkins修改配置workspace
workspace放在C盘会跟着运维项目的增加, 导致C盘暴增,所以选择修改到其他盘符1.找到config.xml2.修改workspaceDir3.重启jenkins
7次时间:2022-06-14
-
vue+webpack,jsx异常,vue-cli,jsx异常
vue+webpack,jsx异常,vue-cli,jsx异常HTML tag without quotation marks assign to variable es6,没有引号的html标签直接复制给变量的语法。没接触过的不了解它是什么。(图片来自:https://developpaper.com/es6-common-questions/)它是javascript的扩展语法:JSX。…
4次时间:2022-06-14
-
vscode与chrome调试配置与常见问题 vscode怎么调试webpack查看webpack的原理 以及 vscode调试错误提示的解决办法 ?
Cannot connect to the target at localhost:0: Could not connect to debug target at http://localhost:0: Could not find any debuggable target解决方法:1)浏览器桌面快捷方式对应图标,右键属性,找到“快捷方式”选项卡->下的目标,在 "C:\Program Files…
10次时间:2022-06-14
-
未能加载Visual C++组件
在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。生成启动时间为 2022/2/17 15:02:54。节点 1 上的项目“C:\Users\Administrator\.jenkins\workspace\***\***\node_modules\node-sass\build\binding.sln”(默认目标)。ValidateSolutionConfigurati…
42次时间:2022-03-25
-
istanbul ignore if
代码覆盖率工具 Istanbul 入门教程 http://www.ruanyifeng.com/blog/2015/06/istanbul.html
27次时间:2022-02-09
-
Cannot publish over existing version
Updating the version field within package.json
21次时间: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…
39次时间: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/
29次时间:2022-01-24
-
mac中的向上的小箭头上一个横线
⌅(enter)command+enterhttps://support.apple.com/zh-cn/HT201236
208次时间:2022-01-24
-
vscode去掉自动格式化
vscode去掉自动格式化referencehttps://www.cnblogs.com/jaycethanks/p/12106158.html
24次时间:2022-01-24