Dawei XU 徐大伟

Dawei XU 徐大伟

Flying in the free sky

    • Home
    • Archives
    • About

一个超cool的单反在线模拟网站

CameraSim simulates a digital SLR camera - SLR Photography Demystified

Oct 24 2012

.NET反编译的可视化插件-Assembly Visualizer

Denis Markelov: Assembly Visualizer可以在Plugins · icsharpcode/ILSpy Wiki找到更多的ILSpy插件。

Oct 24 2012

全球实时的IT 攻击地图,很cool

HoneyMap - Visualizing Worldwide Attacks in Real-Time HoneyMap

Oct 23 2012

关于scrum的一些有趣的讨论

Moving Beyond Scrum

Oct 19 2012

用Visual Studio做profiling

步骤可以参见:Beginners Guide to Performance Profiling刚才试了一下,挺好用的。而且能attach到process上去,很方便就能找到性能瓶颈,C#和C++都行。

Oct 19 2012

推荐一个firefox插件,可以在douban电影里显示imdb评分

推荐一个firefox插件,可以在douban电影里显示imdb评分。http://userscripts.org/scripts/show/103552也有chrom版本的,https://chrome.google.com/webstore/detail/doubanimdb

Oct 17 2012

看看stackoverflow上面这些欢乐的注释吧

polls - What is the best comment in source code you have ever encountered? - Stack Overflow

Oct 17 2012

C#中不能catch Fatal的exception

Clemens Vasters - Are you catching falling knives?里给了一个判断C#的exception是不是fatal的代码,可以参考参考。 1234567891011121314151617181920public static boo

Oct 15 2012

根据代码的现状调整估计

Grading Code这篇文章说在legacy code(遗留代码)中做开发时估计要根据现有代码的状况来做个调整了,给了如下11个评估标准:代码有单元测试,并且测试可以跑过。单元测试覆盖了主要的应用逻辑。业务逻辑和数据存储逻辑分开。业务逻辑和显示逻辑分开。大系统中代码被合适的分

Oct 11 2012

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

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

Oct 10 2012

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

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

Oct 10 2012

用windows7自带的Problem Steps Recorder制作错误报告

Help your users record and report bugs with the Problem Steps Recorder - Scott HanselmanWindows7和8自带的,开始,敲 PSR,就行了,然后开始录制,每次用户点击就做个抓屏,最后生成一个

Oct 10 2012

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

下面的代码能判断一个process是32bit还是64bit. 123456789101112131415161718192021222324252627282930static class ProcessDetector { public stat

Oct 9 2012

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

Animated GIFs the Hard Way

Oct 9 2012

.NET assembly结构

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

Oct 9 2012

Visual studio 可视化调试扩展。

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

Oct 8 2012

IntelliTrace Collector for Visual Studio 2012

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

Oct 8 2012

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

Why computers have two zeros: +0 and -0 — The Endeavour

Oct 6 2012

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

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

Oct 2 2012

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

CodingChecklist_082411.pdf (application/pdf Object)

Sep 29 2012
<span></span>Prev1…1617181920…22Next<span></span>
RSS

Total Posts: 421


Recent Posts

  • * 代码审查(Code Review)的一些最佳实践
  • * 关于Service Level Agreement (SLA)的一些建议
  • * 程序员的开发效率可以衡量吗?
  • * 开好会议的一些小技巧
  • * 什么是好的会议

Tags

  • Programming196
  • Tool132
  • Debug35
  • Other32
  • SoftSkill19
  • Development16
  • Testing13
  • Manage12
  • Design9
  • Process8
  • Life6
  • Algorithm5
  • Cloud3
  • Installer2
  • Productivity1
  • DevOps1

Powered by hexo and Theme by Jacman © 2024 Dawei XU