2013年6月20日

Ken Norton和软件工程师打交道的10个秘诀

摘要: How to work with software engineers - by Ken NortonDeflect praiseAbsorb blameSweat the detailsInvolve them earlyStreamline processAlways tell the reasonsNever commit without themRespect their timeBe s... 阅读全文

posted @ 2013-06-20 17:45 fresky 阅读(195) 评论(0) 推荐(0) 编辑

创业从 手动 开始

摘要: Yipit的创始人Vinicius Vacanti在博客The Manual-First Startup中提到他们的公司一开始是全凭人工的,没有实现自动化,一直到9月的时候才开始有爬虫来自动化这个流程。但是凭借好的创意和人工带来的准确性在成立3个月的时候就融到了130万美金。Vinicius列出的“手动开始”的几个优势:最快的展示给用户。遇到问题很容易改变解决方案。当手动了一段时间之后会更好的理解... 阅读全文

posted @ 2013-06-20 15:50 fresky 阅读(200) 评论(0) 推荐(0) 编辑

谁动了我的timer?——C#的垃圾回收和调试

摘要: 先来看如下的一段代码: 1 2 3 4 5 6 7 8 9101112131415161718 using System;using System.Threading;public static class Program{ public static void Main() ... 阅读全文

posted @ 2013-06-20 11:16 fresky 阅读(2217) 评论(2) 推荐(0) 编辑

导航