搜索资源列表
liangku
- 数据库编程的简单举例.原创.使用了一些小技巧.不是最简单的控件使用. 如: function GetDsXml(sql:string):string begin with FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add(sql) try qry.Open cds1.Open if not qry.Eof then begin Result:=cds1.XML
CWin32Error_src
- Simplified Exception Handling For Win32 API Errors
Exception
- Win32 结构化异常处理其核心是操作系统提供的服务,你能找到的关于 SEH 的所有文档都是描述一个特定的编译器运行时库,这个运行库包装着操作系统实现。在本文中,我将一层一层对 SEH 进行剥离,以便展现其最基本的概念-Win32 structured exception handling are its core operating system services, you can find about SEH all documents are to describe a specific
Exception
- 文件异常处理的一个例子,其他人不需帐号就可自由下载此源码。-Paper an example of exception handling, others do not account for this source can be downloaded free.
Exception
- C# 异常处理典型实例,分别演示C#如何处理除0异常、无效对象异常以及自定义异常的操作,学会异常处理将会使你的程序运行更加稳定,因些本实例将非常有用处。-C# exception handling typical examples, demonstrates how to handle inter 0 C# exception, invalid object exception, and the operation of custom exception, exception handling
exception
- SQLServer2005异常包 异常包-Exception sql2005
VC_MFC_programming_information_on_exception_handli
- VC MFC编程异常处理机制资料VC MFC programming information on exception handling mechanism-VC MFC programming exception handling data VC MFC programming information on exception handling mechanism
exception
- C est un code en c++ pour la classe exception
Exception.tar
- samples for exception handling
Exception
- 异常处理示例。以一订票系统为实例,实现异常处理。-Exception handling example. As an example of a reservation system to achieve exception handling.
Exception
- this is sample how can i use Exception in C-this is sample how can i use Exception in C++
Exception
- 很哟用的异常处理方法 方便使用 参考学习 C-Very yo exception handling method is convenient to use reference learning C++
Exception-handling
- 理解什么是异常及异常可能产生的原因,掌握异常抛出和捕获语句并理解专有catch块的使用 -Understand what is the cause abnormalities and anomalies that may arise, master exception is thrown and caught statement and understand the use of proprietary catch block
6-Exception-handling
- VS2008平台 异常处理 使用异常处理将带来更多的系统开销。因此慎用异常。-VS2008 platform Exception handling The use of exception handling will lead to more system overhead.Therefore careful anomalies.
Exception-handling-
- 用控制台观察,用户输入数据求取平均过程中的异常处理。-With console observation, the user input data to calculate the average process of exception handling.
异常
- 关于异常的一些小例子,可以帮助大家理解java的异常处理机制(Some small examples of exceptions can help you understand Java's exception handling mechanism)
exceptintest_app
- it is a exception test app
stacktrace
- 对Java中的exception进行了一些测试,主要是先定义一个有exception抛出的方法,如何在调用这个函数(the test of java exception)
error handling
- Error handler tutorial on C# for beginner using try and catch exception handler