摘要: 在开始软件开发之后,为了保证产品的质量和提高代码的可维护性,应该安排一些代码审查的工作以保证所有人员遵守规则。下面是推荐的3种代码审查: Peer review – 请其他的团队成员审查代码,确保代码遵守编码规范和满足需求。这个级别的review也可以包含UT, 每个源码文件都要过一遍。 Archi 阅读全文
posted @ 2016-03-04 19:39 Fintech技术汇 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 整理一下,自己常用的VS插件: Resharper Web Essentials CodeMaid OzCode AutoHistory Developer Assistant Funnel Grunt Lanucher ILSpy Sql Server Compact/Sqlite Toolbox 阅读全文
posted @ 2016-03-04 19:05 Fintech技术汇 阅读(436) 评论(1) 推荐(1) 编辑
摘要: 查找目录下的所用文件并且输出到指定文件 find /path -type f > filelist.txt Unix和windows格式转换 unix2dos filename dos2unix filename 阅读全文
posted @ 2016-03-04 19:04 Fintech技术汇 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 问题 在使用WCF的过程中,有时候需要在service端截取client和service之间的消息来做一些如写log,检查message是否合法的操作。 那么如何才能实现呢? 解决方案 使用WCF提供的Inspector功能。我们可以通过实现WCF提供的IParameterInspector或者ID 阅读全文
posted @ 2016-03-04 18:59 Fintech技术汇 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 配置环境: git config 初始化本地库: git init 分支相关操作: git branch 创建+切换分支:git checkout –b name 切换分支: git checkout 合并某分支到当前分支:git merge name stage所有文件: git add . co 阅读全文
posted @ 2016-03-04 18:56 Fintech技术汇 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 如何在Visual studio中修改所使用C#语言的版本 阅读全文
posted @ 2015-07-15 22:37 Fintech技术汇 阅读(13947) 评论(0) 推荐(1) 编辑
摘要: 什么是Node.js?它有什么优缺点及适用于什么场景? 阅读全文
posted @ 2015-07-09 21:12 Fintech技术汇 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 翻译Async In C# 5.0一书 阅读全文
posted @ 2015-06-12 08:01 Fintech技术汇 阅读(133) 评论(0) 推荐(0) 编辑
摘要: How to troubleshoot IIS website hang 阅读全文
posted @ 2015-06-07 20:08 Fintech技术汇 阅读(931) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://blogs.msdn.com/b/tess/archive/2008/04/17/how-does-the-gc-work-and-what-are-the-sizes-of-the-different-generations.aspx https://msdn.micro 阅读全文
posted @ 2015-05-10 10:52 Fintech技术汇 阅读(211) 评论(0) 推荐(0) 编辑