CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - exception

搜索资源列表

  1. excMon

    0下载:
  2. vxworks上开发的异常监控模块,可以用来监控异常,并记录异常信息到热重启不丢失内存中。使用命令行可以把异常信息显示-vxworks developed abnormal monitoring module can be used to monitor abnormal, and record the exception information into a hot restart without losing memory. Using the command line can displa
  3. 所属分类:VxWorks

    • 发布日期:2017-11-12
    • 文件大小:50245
    • 提供者:金银
  1. 001008

    0下载:
  2. 对一个任意维数组进行键盘赋值,并能够处理数组下标的溢出异常-Keyboard assignment of an arbitrary dimensional array, and be able to handle an array subscr ipt overflow exception
  3. 所属分类:.net

    • 发布日期:2017-11-12
    • 文件大小:19493
    • 提供者:王丽丽
  1. Retangle

    0下载:
  2. 根据四个在第一象限的点(两个坐标都是在为0到20之间),判断它们能否构成一个矩形,进而判断该矩形是否为正方形,并输出相关信息。处理过程中的某些错误会以异常的方式抛出。-According to the four points in the first quadrant (both coordinates are in the 0 to 20), to determine whether they can form a rectangle, and then determine whether t
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:8718
    • 提供者:黄金周
  1. atm-code

    0下载:
  2. java 编写的模拟ATM取款的代码,并对取款过程可能出现的异常进行异常处理。-the simulated ATM withdrawals code written in Java, and the withdrawal process may appear abnormal exception handling.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-02
    • 文件大小:11879
    • 提供者:王智
  1. atm-GUI(CPP).

    0下载:
  2. java 编写的模拟ATM取款的代码,并对取款过程可能出现的异常进行异常处理。-the simulated ATM withdrawals code written in Java, and the withdrawal process may appear abnormal exception handling.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-04
    • 文件大小:10751
    • 提供者:王智
  1. Java2_150_Code

    0下载:
  2. Java源码,书籍源码,Java随书源码   Java2程序设计150例书籍的随书光盘源代码,包含全部章节的源代码,内容方面涉及数据库、异常处理、数组、简单界面设计、多媒体等方面,对于新手学习JAVA的各种操作是一份有益的参考-Abstract: Java source code, books, source, Java with source book Java2 programming 150 cases the books CD with the book source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:1226679
    • 提供者:君落
  1. LowVoltageExceptionCollector

    0下载:
  2. 实现storm集群中低电压异常类的判断过滤功能-Judgment filter function to achieve the storm cluster low voltage exception class
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:1024
    • 提供者:今年明月
  1. Demo_Exception

    0下载:
  2. 自己做了一个封装.NET平台下C#开发系统异常报错框,人性化显示异常内容并邮件发送开发人员-A package exception error box C# NET platform development system, user-friendly display abnormal content and send messages developer
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:631771
    • 提供者:acstars
  1. XluoUpAndDown

    0下载:
  2. Xluo大型文件上传下载系统,采用asp.net 2.0+ms sqlserver2005开发,最大可上传50MB文件,任何文件类型均可上传,xluo独家的文件名扩展技术,可防止用户上传恶意文件对web服务器的危害,根据上传时间随机生成文件名技术,防SQL注入,空引用错误处理,以及其他故障处理。 本程序采用单层架构,系统虽小,但承载力还是很大的。 系统目录里面附带程序日志记录文件,程序的每一次异常都会存储在XluoUpAndDown.log文件里面。 您可以随时查询系统运行情况
  3. 所属分类:.net

    • 发布日期:2017-12-09
    • 文件大小:630834
    • 提供者:dsgdg5089
  1. test11

    0下载:
  2. 为前面所编写的Point类增加一个方法,用于设置Point的x值。该方法会抛出异常(异常需要自己定义),条件是:当设置的x值不在[0,100]区间时抛出异常。写测试程序对抛出的异常进行捕获和处理。-Written before the Point class to add a method for the set the Point of x value. This method will throw an exception (Exception own definition): throw
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:719
    • 提供者:上官婉儿
  1. address

    0下载:
  2. 在设计的时候,考虑到由于能力有限,只是使用了一些许的面向对象程序设计的设计方法,在软件的设计与实现的时候更多的是使用面向过程的设计方法,在软件中,我们提供了两个封装的方法函数:public void read() 和public void write().在这两个方法中,都使用了异常处理机制,当用户进行非法操作时,提供相应的异常(主要是显示出错信息)。在两个基本点封装的方法中,并没有要求用户提供具体的参数,而是直接地去调用它们,具体的实现方式对用户来说是不可见的,在write方法中,其功能是获取
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-19
    • 文件大小:162956
    • 提供者:蒋鹏
  1. banjiv1.0

    0下载:
  2. 只是使用了一些许的面向对象程序设计的设计方法,在软件的设计与实现的时候更多的是使用面向过程的设计方法,在软件中,我们提供了两个封装的方法函数:public void read() 和public void write().在这两个方法中,都使用了异常处理机制,当用户进行非法操作时,提供相应的异常(主要是显示出错信息)。在两个基本点封装的方法中,并没有要求用户提供具体的参数,而是直接地去调用它们,具体的实现方式对用户来说是不可见的,在write方法中,其功能是获取用户所写入的字符串,并将它写入文件
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-20
    • 文件大小:6401877
    • 提供者:蒋鹏
  1. chapter28

    0下载:
  2. 详细的介绍了并讲解了VC编程时的异常处理方法及过程-Introduced and explained the method and process of exception handling in VC program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:51960
    • 提供者:南宫真琪
  1. DivisionByZeroException.java

    0下载:
  2. This an example of how to create an exception in Java. This exception is given as an example of division by zero. -This is an example of how to create an exception in Java. This exception is given as an example of division by zero.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:980
    • 提供者:bod_bop
  1. Log4jYahoo-master

    0下载:
  2. Log4jYahoo 是一个 Log4j 的扩展,用来将所有的异常信息发送到 Yahoo 的邮箱上。-Log4jYahoo is a Log4j extension for the all exception information sent to Yahoo mailbox.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:14432
    • 提供者:kkpudn28
  1. admin4j-1.0.2-rc2

    0下载:
  2. Admin4J 为 J2EE 应用提供了一组管理的支持,包括异常管理、线程争用告警、内存使用告警、应用错误报告和运行时日志管理的功能。-Admin4J J2EE application provides a set of management support, including exception management, the thread contention alarms, memory usage alarm application error reporting and log ma
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:10683091
    • 提供者:pudn
  1. yichang

    0下载:
  2. 处理异常的一个例子(密码验证系统,密码全数字,个数4到6位)-An example of the exception handling (password authentication system, the password number, number 4-6)
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:1268
    • 提供者:胡晓波
  1. MusiCMS

    0下载:
  2. 本程序是国内首款免费且强大的专门针对音乐网站的内容管理系统,它完全可以助你快速建立一个专业级大型音乐试听网 它可以使用盗链地址,也可以使用本地存储(为了音乐地址长期有效,建议使用本地存储) 本系统是针对专业级音乐试听网站而设计的,采用DIV+CSS布局、生成纯静态页面、AJAX异步加载部分数据、多服务器文件存储和数据缓存机制,这大大缓解了服务器的压力,可支撑庞大的访问量 随着互联网的迅猛发展,如今互联网行业日益开放化,我们当然也不例外,所以MusiCMS是永久免费的,它没有任何限制。-This
  3. 所属分类:.net

    • 发布日期:2017-11-28
    • 文件大小:1666516
    • 提供者:sdgfasg
  1. AJAX-verification-code

    0下载:
  2. 我们在做登录的时候往往会加上验证码,然后提交form表单到action验证,然而,传统的这种做法往往验证不通过,返回INPUT页面时,出现验证码图片不显示,并抛出空指针异常,遇到这种情况,通常的解决方法是将action页面跳转到input页面的时候定义成重定向,这样则可以解决图片不显示的问题,并不会抛异常,但验证错误信息和文本框输入信息却不会显示在返回页面,这只是我在实际中遇到的问题,当然,传统做法很可能还会带来诸多各种各样问题,AJAX的使用则彻底解决上述种种问题,下面是一个简易登录页面验证流
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-07
    • 文件大小:3713
    • 提供者:hsm
  1. except

    0下载:
  2. C语言接口与实现中对异常处理的实现,通过setjmp和longjmp实现了c语言处理异常的优雅方式。-Implementations of exception handling in the C language interface and implementation by setjmp and longjmp the the c language processing abnormalities elegant way.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:15358
    • 提供者:zeropointer
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com