摘要: Issue: HttpClient.GetAsync(…) never returns when using await/async Related Posts: http://stackoverflow.com/questions/9895048/async-call-with-await-in- 阅读全文
posted @ 2016-09-29 11:11 Researcher 阅读(133) 评论(0) 推荐(0) 编辑
摘要: On the command line, note: must copy and paste below lines of code and then execute them one by one: FOR /f %a IN ('WMIC OS GET LocalDateTime ^| FIND 阅读全文
posted @ 2016-08-26 22:26 Researcher 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Recently I am blocked by a very weird issue, from the VS installed machine, I can run performance testing which was distributed to multiple test agent 阅读全文
posted @ 2016-08-16 00:44 Researcher 阅读(116) 评论(0) 推荐(0) 编辑
摘要: How to solve the VS installed machine cannot run performance testing by .testsettings file, which will distribute the tests running on multiple test a 阅读全文
posted @ 2016-08-14 09:05 Researcher 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1. Refactor the following code (C#) to use polymorphism instead of if-else. Please provide your answer in C#, Java or C++. Alternatively for partial p 阅读全文
posted @ 2016-05-15 21:50 Researcher 阅读(358) 评论(0) 推荐(0) 编辑
摘要: JS:1. 如何为一个已有的对象加一个新的方法,Prototype,这个不仅要知道,还要用过,写过 2. Angular和Ember比较的优势或不同点在哪里 3. null和undefined的区别,null是为了明确对象的value,而undefined会报错 4. Jquery动画效果 5. J 阅读全文
posted @ 2016-05-15 21:26 Researcher 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1. SQL: 查出产品对应的销售数量,会用到2个表之间的连接: select Products.ProductName, Sales.SalesAmount from Product left outter join Sales where Productes.ProductId=Sales.Pr 阅读全文
posted @ 2016-05-15 21:20 Researcher 阅读(132) 评论(0) 推荐(0) 编辑
摘要: LxNx前端面试问题: 1. 你用过前端哪些框架?它们项目中会用到Angular.js Backbone.js 我回答jQuery, bootstrap, 而Augular.js只是学过 2. 那既然你对jQuery很熟,那么一个div和它同级但隔了好几个其它元素的一个span,如何选取?要求我把代 阅读全文
posted @ 2016-05-15 20:58 Researcher 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 问题: 请写一段html和CSS实现图中布局: 解析: 考察实现此种效果布局的几种方式。 答案:TBD 阅读全文
posted @ 2016-05-14 23:22 Researcher 阅读(859) 评论(0) 推荐(0) 编辑
摘要: http://ljinkai.github.io/2015/07/30/front-end-interview/ 阅读全文
posted @ 2016-05-14 16:51 Researcher 阅读(94) 评论(0) 推荐(0) 编辑