摘要:与其他语言的模型相比,finally 关键字是对 java 异常处理模型的最佳补充。 finally 结构使代码总会执行,而不管有无异常发生。使用 finally 可以维护对象的内部状态,并可以清理非内存资源。 如果没有 finally,您的代码就会很费解。例如,下面的代码说明,在不使用 finally 的情况下您必须如何编写代码来释放非内存资源:import java.net.*;
impor......
摘要:在 asp.net 中执行 url 重写http://www.microsoft.com/china/msdn/library/webservices/asp.net/urlrewriting.mspx
asp.net 安全性概述http://support.microsoft.com/default.aspx?scid=kb;zh-cn;306590
asp.net 指南http://sup......
解决断点不工作最近在一个动态库中调试程序,这个动态库是可执行文件在执行过程中动态加载的,所以在动态库代码中设置断点,启动调试的时候总是会出现一个断点无效的警告,并且断点变成灰色,只有当动态库被加载后才能设置断点
can´t set breakpoint in source file when corresponding symbolic info isn´t loaded into memory by debugger 【程序编程相关:菜鸟扫盲区----windows程序开发】
在msdn中找了半天,终于找到解决方案: 【推荐阅读:深入GDI(图形设备接口)编程】
...
下一页 摘要:
technotes, howto series
c# coding style guide
version 0.3by mike krüger icsharpcode.net
about the c# coding style guide
file organization
indentation
comments
declarations
st......