Welcome![Sign In][Sign Up]
Location:
Search - exception

Search list

[Windows Developfatherwindow

Description: 如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制和修改MDI应用的窗口标题。-If you use MFC prepared excessive document interface (MDI) Windows procedures, Well know for sure : If the father window entitled "PCaption" Subwindow entitled "CCaption," then maximize the window whenever son was in a state of activation, Subwindow heading generally patriarchal heading into one window, become "PCaption-[CCaption]." This is a MDI default behavior. C# prepared multi-document interface procedures are no exception. Many users do not like this default characteristics are often customized to use the title of the window replaced. The examples demonstrate how C# procedures customization and modification of MDI application's window title.
Platform: | Size: 27212 | Author: | Hits:

[Other resourceCpp_Primer3rd_Edition

Description: 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Platform: | Size: 3994916 | Author: gong | Hits:

[Other resourceoracle-plsql-best-practices

Description: Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best practices in the program development process. It covers coding style, writing SQL in PL/SQL, data structures, control structures, exception handling, program and package construction, and built-in packages.-Oracle PL / SQL Best Practices is a concise, easy-to-use summary of best practices in the pr ogram development process. It covers coding st yle, writing SQL in PL / SQL, data structures, control structures, exception handling, program and package construction, and built-in packages.
Platform: | Size: 422860 | Author: 张雯 | Hits:

[CommunicationSocketStructure

Description: fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说, fd_set数据类型代表着一系列特定套接字的集合-fd_set parameters : a check for readability (readfds) one could write a check for (writefds) Another exception for the data (exceptfds). Fundamentally speaking, fd_set data types represent the range of specific set of socket
Platform: | Size: 142237 | Author: 黄妮丽 | Hits:

[Other resourceLINUXIndex

Description: LINUX目录详解 根文件系统一般应该比较小,因为包括严格的文件和一个小的不经常改变的文件系统不容易损坏。损坏的根文件系统一般意味着除非用特定的方法(例如从软盘)系统无法引导,所以不应该冒这个险。 根目录一般不含任何文件,除了可能的标准的系统引导映象,通常叫/vmlinuz 。所有其他文件在根文件系统的子目录中。 -LINUX Comments on the root directory system in general be relatively small, because including strict documentation and a small change of the regular file system is not easy to damage. Damage to the root system generally means that unless you use a specific method (for example, from floppy disks) system is unable to guide, they should not take the risk. Root directory generally do not contain any documents, with the possible exception of the standard guide mapping system, usually called / vmlinuz. All other documents in the root file system subdirectories.
Platform: | Size: 8633 | Author: h | Hits:

[Hook apiMouseHook_dc9cn

Description: 一直在用VC++做项目,乐趣无穷,但一直没有什么可以发出来的东西,很多东西拿出来怕被行家笑话,其实这个也不例外-VC has been a project of fun, but nothing has been issued to the things show a lot of things to be afraid of being able joke, in fact this is no exception
Platform: | Size: 11454 | Author: 赵志强 | Hits:

[Other resourceExceptionalC++Style40NewEngineeringPuzzles

Description: 这本也是经典中的经典。它已经深入到接触 C++ Object Model 的层次。特别是 Exception-Safety 这一章一系列的步步深入,很大 程度上改变了我对 C++ 的认识。此外,它有提到 Pimpl Idiom,这 对改善 C++ 编译效率也有一定的帮助。其他的主题,例如泛型编程 和对标准库的几个讨论议题、暂时物件、物件寿命、自动转换…等,也 颇有深度。如果没看过这本,且对自己的 C++ 功力颇有信心的人,可 以测试看看。 -This is the classic classic. It has in-depth exposure to C Object Model level. Especially Exception-Safety of this chapter a series of in-depth step by step. I changed to a large extent on C awareness. Moreover, it mentioned Pimpl Idiom, to improve the efficiency of the C compiler is also helpful to a certain extent. Other themes, such as Generic programming and the standards of several topics for discussion, temporary objects, object lifetime, automatic conversion, etc. quite deep. If they read this, and C for their skill very confident in, we may look at the test.
Platform: | Size: 559308 | Author: 朱邾 | Hits:

[Other resourceARM_MMU_Manual

Description: ARM MMU详细图解及使用存储器管理,访问权限,异常处理等-ARM MMU detailed diagrams and the use of memory management, access permissions, exception handling, etc.
Platform: | Size: 67567 | Author: wyq | Hits:

[Graph Recognizereconize

Description: 对彩色车牌图象的截取与识别 包括灰度化,均衡,除噪.截取等-right color plates and image recognition, including the interception of gray, balanced, with the exception of noise. Interception etc.
Platform: | Size: 65278 | Author: 刘海风 | Hits:

[Other resourcethinking_in_C++_programming

Description: 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-book is divided into 18 chapters, covering the evolution of object, data abstraction, hiding realized, initialization and removals, function overloading and default parameters, input and output flow, the constant link function, naming control, the application and copy constructor function, Operators heavy, dynamic object creation, and the combination of inheritance, polymorphism and virtual functions, templates and package containers, multiple inheritance, Exception handling and runtime type identification.
Platform: | Size: 14495846 | Author: 陈乔 | Hits:

[Compress-Decompress algrithmsdwt_hh_Source

Description: DWT变换源代码,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.
Platform: | Size: 4799 | Author: 王君 | Hits:

[Other resourceads_zlg

Description: ADS的使用资料,来自周立功ARM培训教材,包括3个PPT:ADS介绍.ppt、ADS异常处理.ppt及ADS交互工作.ppt-ADS use information from Zhou, who ARM training materials, including three PPT : ADS introduced. ppt, ADS exception handling. ppt ADS and interactive work. ppt
Platform: | Size: 780297 | Author: 陈建 | Hits:

[Other resourceEssentialC++

Description: 本书以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的)。本书的组织围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,你不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。 你可以由本书发现以下关键主题: ● Generic (泛型)编程风格和Standard Template Library(STL) ● Object-based(个别对象)编程风格和class的设计 ● Object-oriented(面向对象)编程风格和classes阶层体系的设计 ● Function template 和class template 的设计和运用 ● Exception handling(异常处理)与执行期型别鉴定(Run-Time Type Identification)
Platform: | Size: 8250573 | Author: zhj | Hits:

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \\{ item.write(upFile) fileInfo.put(\"infotip\", \"上传成功.\") } catch (java.lang.Exception e) \\{ fileInfo.put(\"infotip\", \"上传失败.\") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org / apache / commons / io / output / DeferredFil eOutputStream. Later, an investigation will know less commons-io - 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons - fileupload - 1.1.1.jar. servlet-api.jar, commons-io - 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 578002 | Author: 商务通 | Hits:

[Internet-Networkexceptionmanagement

Description: 异常处理包,通用 异常处理包,通用 -Exception Handling package, generic Exception Handling package, generic Exception Handling package, General Exception Handling package, generic Exception Handling package, GE
Platform: | Size: 79812 | Author: 11-11 | Hits:

[ConsoleStudentInformation11

Description: 此为学生信息管理小控制台程序 该程序除输入人名,性别,父母姓名,血性外,还可对身份证的合法性进行判断功能,有异常处理-this as a small student information management console procedures in addition to the importation of the procedure names, gender, names of parents, gutsy, ID cards may also be right to judge the legality of functions, the Exception Handling
Platform: | Size: 3166 | Author: wodezui-i | Hits:

[OtherHuge

Description: 编写一个巨型整数类HugeInt,可以用默认值0或长整型数或字符串进行对象的初始化(构造) 然后用成员、友元或普通函数等重载相应的运算符实现下述功能(必须优化算法、同时进行异常处理):“巨型整数”OP“巨型整数/长整型数/字符串” [其中OP为:加+、减-、乘*、整除/、求余%、复合运算(+=、-=、*=、/=、%=)和关系运算(>、>=、<、<=、!=和==)] “长整型数/字符串”OP “巨型整数”(其中OP为:+、-、*、/、%和关系运算),求负(-巨型整数),巨型整数++、++巨型整数,--巨型整数、巨型整数--,插入(输出)运算符<<。 最后编写一个主函数(测试程序)对以上功能进行全面的测试。-prepared a giant HugeInt type Integer, can use the default value 0 or long integer or string for a few object initialization (Construction) then members Friends yuan or ordinary functions such as heavy corresponding Operators achieve the following functions (must optimization algorithm, Exception handling simultaneously) : "Mega-integer" OP "giant integer / long integer / strings" [which OP :, plus or minus-, x *, divisibility /, I requested% Composite Operators (=,-=,*=,/=,%=) relations and operations (
Platform: | Size: 9998 | Author: 小吴 | Hits:

[Other resourceException_recovery_using_Signal

Description: tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.-tServer task executes functions at low pri ority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer's priority. First tServer task exec utes the i () system call to print the summary of t Shell task. Next an address exception is caused in tServer task by trying to execute at a funtion non-aligned word boundry. As a result SIGBUS si gnal is raised automatically. Signals (setjmp () and longjmp ()) are used to allow the tServer t ask to recover gracefully from an address error exception. For more information about signals , please refer to sigLib manual pages.
Platform: | Size: 3938 | Author: 于凤新 | Hits:

[Other resourceexceptionAop

Description: 应用AOP,进行异常处理的源码示例程序,只提供一个思路,应用的话可以扩展-AOP application for exception handling the sample program source code, only one thinking, the application can be extended
Platform: | Size: 14958 | Author: zys | Hits:

[Other resourceInside.Microsoft.SQL.Server.2005.T-SQL.Programming

Description: This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.-This thorough, hands-on reference for database developers an d administrators delivers expert guidance on s ophisticated uses of Transact-SQL (T-SQL)
Platform: | Size: 2757371 | Author: li ming | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net