上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 391 下一页
摘要: What is mocking? Mocking is a process used in unit testing when the unit being tested has external dependencies. The purpose of mocking is to focus on 阅读全文
posted @ 2018-05-31 19:12 ChuckLu 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Test double - Wikipedia In computer programming and computer science, programmers and developers employ a technique called automated unit testing to e 阅读全文
posted @ 2018-05-31 18:28 ChuckLu 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 通过这种方式绑定数据 $("#modalTarget").data("target", paras); 然后取出数据, data: JSON.stringify($("#modalTarget").data("target")), data-dismiss https://stackoverflow 阅读全文
posted @ 2018-05-31 14:13 ChuckLu 阅读(505) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.placeholder?view=netframework-4.7 Using Panel or PlaceHolder https://stackoverfl 阅读全文
posted @ 2018-05-31 13:51 ChuckLu 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 在SiteManager中,Settings中,选择好站点,然后Content,Default alias path 阅读全文
posted @ 2018-05-30 11:32 ChuckLu 阅读(186) 评论(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 阅读(653) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Microsoft/nodejstools/wiki/Projects 1. 安装vs2017的时候,需要勾选Node.js 2.新建项目的时候,选择其他语言,然后JavaScript,Node.js 阅读全文
posted @ 2018-05-29 13:24 ChuckLu 阅读(4754) 评论(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 阅读(875) 评论(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 阅读(481) 评论(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 阅读(291) 评论(0) 推荐(0) 编辑
上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 391 下一页