虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Exception

  • how to extend an OLE DB consumer template class and make it much easier to use in applications. I ha

    how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ Exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article.

    标签: applications consumer template extend

    上传时间: 2014-11-26

    上传用户:royzhangsz

  • Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o

    Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained Exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API

    标签: Fundamentals Completely up-to-date coverage

    上传时间: 2016-01-02

    上传用户:标点符号

  • jSP编写的了BBS系统 架設方法 : 解壓縮dzbbs.zip後

    jSP编写的了BBS系统 架設方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下 try{ cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼 }catch(Exception e){ } String bbs_name="DzBBS" //論壇名稱 String temple="default" //風格模版 String adminpass="pass" //管理員密碼 設定好後運行http://user.net/dzbbs,然後再注冊成為會員即可,密碼需要和上面所設定的一樣 免費論壇空間推荐 MyJavaServer+db4free 完美組合 MyJavaServer是國外免費5mb空間 如何申請請看 http://blog.csdn.net/leafxx/archive/2006/10/02/1317960.aspx db4free是國外免費Mysql空間

    标签: dzbbs jSP BBS zip

    上传时间: 2013-12-10

    上传用户:yimoney

  • 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码

    华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstraction 8 Operator Overloading 9 Define integer type with arbitrary precision 10 Virtual functions 11 Templates 12 Exception handling

    标签: 大学 代码 对象 程序设计

    上传时间: 2016-02-24

    上传用户:baiom

  • 基于TCP的java多线程server

    基于TCP的java多线程server,程序包含server和client,支持多多种文件多线程访问,支持Exception。访问端口为6789

    标签: server java TCP 多线程

    上传时间: 2016-04-05

    上传用户:llandlu

  • The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order Number 245472), is

    The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order Number 245472), is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel® Architecture processors. The IA-32 Software Developer’s Manual, Volume 3, describes the operating-system support environment of an IA-32 processor, including memory management, protection, task management, interrupt and Exception handling, and system management mode. It also provides IA-32 processor compatibility information. This volume is aimed at operating- system and BIOS designers and programmers.

    标签: Programming Developer Software 245472

    上传时间: 2013-12-23

    上传用户:小码农lz

  • 是一个自定义异常的文件

    是一个自定义异常的文件,里面有一个自定义异常类继承了Exception。然后实现了里面的方法

    标签: 自定义

    上传时间: 2016-10-04

    上传用户:Thuan

  • THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Facto

    THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 A GardenMaker Factory 26 How the User Interface Works 28 Consequences of Abstract Factory 30 Thought Questions 30 The Singleton Pattern 31 Throwing the Exception 32 Creating an Instance of the Class 32 Static Classes as Singleton Patterns 33 Creating Singleton Using a Static Method 34

    标签: Creational COMPANION PATTERNS Patterns

    上传时间: 2013-12-20

    上传用户:xwd2010

  • uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomL

    uart全功能实现.实现如下函数: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID, U_SetAutoBaud_Div, /*TY adds these to expand flexibility 2004/10/15*/ U_Register_TX_cb, U_Register_RX_cb, /*TY adds these to let virtual COM port can retrive Exception log 2005/3/8*/ U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes, /*for virtual com port to return DCB configuration*/ U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus

    标签: U_GetBytesAvail U_GetTxRoomL U_GetBytes U_PutBytes

    上传时间: 2013-12-08

    上传用户:GHF

  • 在进入正题之前

    在进入正题之前,我想先把ARM920T的异常向量表(Exception Vectors)做一个简短的介绍。

    标签:

    上传时间: 2013-12-19

    上传用户:nanshan