上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 42 下一页

2012年10月10日

软件开发10个致命错误(转自Construx)

摘要: (转自Construx,可以从http://info.construx.com/rs/construx/images/Poster_Tombstone.pdf下载poster)混淆估计和目标的区别过度乐观的时间表不切实际的期望一厢情愿克扣质量保证过度多任务功能蔓延吵闹拥挤的办公室压力下放弃规划风险管理不够 阅读全文

posted @ 2012-10-10 12:49 fresky 阅读(194) 评论(0) 推荐(0) 编辑

飞信登录不了,错误码10032002 的解决办法

摘要: 在登录界面的下面,打开“网络设置”按钮,在“网络联接”中选择“更多设置”,“登录协议”中选择“http协议”,“确定”就行了。 阅读全文

posted @ 2012-10-10 12:31 fresky 阅读(603) 评论(1) 推荐(0) 编辑

2012年10月9日

.NET assembly结构

摘要: .NET assembly structure这篇文章讲述的很清楚。正在看CLR via C#这本书,随后会把看书的心得总结总结写出来。 阅读全文

posted @ 2012-10-09 17:11 fresky 阅读(146) 评论(0) 推荐(0) 编辑

c#中判断一个process是32bit还是64bit

摘要: 下面的代码能判断一个process是32bit还是64bit. static class ProcessDetector { public static bool IsWin64(Process process) { if (Environment.Is64BitOperatingSystem) { ... 阅读全文

posted @ 2012-10-09 15:24 fresky 阅读(517) 评论(0) 推荐(0) 编辑

怎么用python和javascript把多张png拼成一个gif

摘要: Animated GIFs the Hard Way 阅读全文

posted @ 2012-10-09 10:28 fresky 阅读(209) 评论(0) 推荐(0) 编辑

2012年10月8日

IntelliTrace Collector for Visual Studio 2012

摘要: 可以在production环境下手机IIS下的应用的intellitrace,用来debug。暂时没有需求,不过还是记在这里备用吧。Download: IntelliTrace Collector for Visual Studio 2012 - Microsoft Download Center - Download Details 阅读全文

posted @ 2012-10-08 13:51 fresky 阅读(215) 评论(0) 推荐(0) 编辑

Visual studio 可视化调试扩展。

摘要: Debugger Canvas,看了看介绍视频,挺酷的,但是暂时还没有2012的版本,登出了2012的,我也试试。 阅读全文

posted @ 2012-10-08 13:35 fresky 阅读(211) 评论(0) 推荐(0) 编辑

2012年10月6日

为什么有+0和-0?(zz)

摘要: Why computers have two zeros: +0 and -0 — The Endeavour 阅读全文

posted @ 2012-10-06 10:53 fresky 阅读(168) 评论(0) 推荐(0) 编辑

2012年10月2日

怎么回答“在C#里这样和那样写有什么区别”

摘要: What's the difference between doing this and that in C#?讲了怎么回答“在C#里这样和那样写有什么区别”,挺有意思的,值得借鉴,发现LINQPad真是个好东西,以后应该多用用。可以参看Use LINQPad for more than LINQ 阅读全文

posted @ 2012-10-02 01:05 fresky 阅读(195) 评论(0) 推荐(0) 编辑

2012年9月29日

一个有用的coding checklist(转载自code comple作者公司网站)

摘要: CodingChecklist_082411.pdf (application/pdf Object) 阅读全文

posted @ 2012-09-29 09:11 fresky 阅读(176) 评论(0) 推荐(0) 编辑

上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 42 下一页

导航