搜索资源列表
AtlDebugHeap_demo.zip
- 使用ATL跟踪内存错误的例子(如MFC里的try..catch)
timeConsoleincSharp
- 在c#对于时间的精确控制,并且演示了try{}catch{}和if{}else{}在部分程序上效率的差距-c # in time for precision control. and demonstrated a try () catch () and (if)) else (Part of the procedure in the gap on efficiency
FileCopy-
- vc 做的文件文件拷贝以及try/catch示例程序,-vc do document copy and try / catch sample program,
TypeFile-
- vc 做的文件文件显示以及try/catch应用示例程序,-vc do document display and try / catch application procedures example,
demo
- Visual C++.NET实用编程,进行异常处理。学习try catch的使用和异常处理的基本思想。
TryException
- vc 使用TRY-THROW-CATCH结构捕获处理异常\TryException的程序源码,很不错的demo-vc use TRY-THROW-CATCH exception handling structure to capture \ TryException the program source code, very good demo
AtlDebugHeap_demo
- 使用ATL跟踪内存错误的例子(如MFC里的try..catch) -The example of tracking the error in memory using ATL
2005
- 学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS信使 IIS 开发环境:Windows XP Microsoft Visual Studio .NET 2003 SQL Server 2000 2.使用方法 附数据库Manage,文件夹为D
AutoCode
- 一个可以自动编写动态库引入代码的小程序。对于一个开发好的动态库,写装载这个动态库的上层程序时,我们每次碰到这种需要装载动态库的程序时,都需要写装载动态库的代码,包括装载dll文件,然后就是获取每个接口函数的入口,还有就是每一个接口函数调用前的增加try catch保护,这些代码都是重复死板的东西,可以用这个小程序来自动完成代码编写工作,对于写大型软件的vc程序员有用。-Auto Coding tools for up program to load dll of interface api.
adoEncapsual
- 本次封装的CadoInterface类仅针对MFC的使用,目的是优化对ADO的操作,避免频繁写try catch(…)以及在连库、开表、写数据、读数据等过程中一些重复性的工作。该类仅对一些常用的操作进行封装,用户可以根据需要进行修改和扩展.rar-The package type CadoInterface use MFC only for the purpose of optimizing the operation of the ADO, to avoid frequent write tr
TryCatchTest
- This simple Try Catch Test application that show try catch is trapped when calling other classes methods. It demonstrate the fact that whatever and wherever error happens inside one try catch statement its passed to parent.-This is simple Try Ca
java-try-catch
- java 自定义异常处理 swing 界面实现 -java custom exception handling swing interfaces
AdoAccess
- // 使用ADO创建数据库记录集 m_pRecordset.CreateInstance(__uuidof(Recordset)) // 在ADO操作中建议语句中要常用try...catch()来捕获错误信息, // 因为它有时会经常出现一些想不到的错误。jingzhou xu try { m_pRecordset->Open("SELECT * FROM pru", // 查询DemoTable表中所有字段 -//Create a dat
exception
- 此程序可用来学习异常处理机制,用例题演示了怎样利用try-catch-finally语句捕获和处理异常-This procedure can be used to study exception handling mechanism, with the example demonstrates how to use try-catch-finally statement to catch and handle exceptions
CH6
- 错误和异常的管理,如TRY CATCH FINNALLY形式,普通异常和特殊异常,EXCEPTION NOTVALIDEXCEPTION等-GOOD
VB_NET_Language_How_To_Try_Catch_Finally
- VB.NET - Language - How-To Try, Catch, Finally-VB.NET- Language- How-To Try, Catch, Finally
try-catch
- 这是一段使用try - catch 的代码,包含完整的exe程序-this is a code of discribing "try-catch".
Language---How-To-Try-Catch-Finally
- Language - How-To Try Catch Finally
How-to-use-try-catch
- try-catch 用法详解, 包括相关介绍及使用注意事项-how to use try-catch
Try-Catch-Finally
- 帮助大家理解try catch的功能,很实用的小工具。-the program can help us to learn try catch .this is a useful tool