上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 399 下一页
摘要: 在SiteManager中,Settings中,选择好站点,然后Content,Default alias path 阅读全文
posted @ 2018-05-30 11:32 ChuckLu 阅读(199) 评论(0) 推荐(0)
摘要: https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+MSBuild Features The SonarScanner for MSBuild is the recommended way to l 阅读全文
posted @ 2018-05-30 09:47 ChuckLu 阅读(670) 评论(0) 推荐(0)
摘要: https://github.com/Microsoft/nodejstools/wiki/Projects 1. 安装vs2017的时候,需要勾选Node.js 2.新建项目的时候,选择其他语言,然后JavaScript,Node.js 阅读全文
posted @ 2018-05-29 13:24 ChuckLu 阅读(4767) 评论(0) 推荐(0)
摘要: 可以直接在vs code里面调试 在debug侧边栏里,创建一个launch.json,选择node.js。然后会自动生成 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions 阅读全文
posted @ 2018-05-29 12:51 ChuckLu 阅读(901) 评论(0) 推荐(0)
摘要: https://wiki.jenkins.io/display/JENKINS/Email-ext+plugin General This plugin extends Jenkins built in email notification functionality by giving you m 阅读全文
posted @ 2018-05-29 10:14 ChuckLu 阅读(495) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio 直接用everything搜索vs_installer.exe C:\Program Files (x86)\Microsoft Visual Stu 阅读全文
posted @ 2018-05-28 21:23 ChuckLu 阅读(305) 评论(0) 推荐(0)
摘要: https://github.com/node-inspector/node-inspector 前提 1.npm install -g node-pre-gyp https://github.com/mapbox/node-pre-gyp/wiki/FAQ On Windows for Node 阅读全文
posted @ 2018-05-28 19:36 ChuckLu 阅读(1777) 评论(2) 推荐(0)
摘要: 安装visual studio的时候,安装Node.js会同时安装npm 查看版本 PS C:\Users\clu\Desktop> npm --version5.6.0 PS C:\Users\clu\Desktop> npm version{ npm: '5.6.0', ares: '1.14. 阅读全文
posted @ 2018-05-28 19:32 ChuckLu 阅读(12912) 评论(0) 推荐(0)
摘要: 安装 官方的安装包 安装完成之后,会自动添加到环境变量中 通过visual studio安装 命令行 查看版本 阅读全文
posted @ 2018-05-28 19:11 ChuckLu 阅读(2783) 评论(0) 推荐(0)
摘要: 在页面上右键view page source(Ctrl+U),然后在弹出来的界面可以查找JavaScript函数 注意:这个只能看到内嵌在网页上的JavaScript函数 一般来讲,JavaScript函数都是单独写在js文件中的: F12调出菜单,选择Network,然后选择JS 阅读全文
posted @ 2018-05-28 17:36 ChuckLu 阅读(3897) 评论(0) 推荐(0)
上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 399 下一页