代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/380008/9168699
h error.h
/// 任晶磊
/// 2008-3-1
/// renjinglei@163.com
#ifndef ERROR_H
#define ERROR_H
#include
#include
#include
#
www.eeworm.com/read/380008/9168731
obj error.obj
www.eeworm.com/read/379935/9172125
h error.h
#ifndef _JPEG_ERROR_H
#define _JPEG_ERROR_H
#define DECODE_JPEG_OK 0
#define DECODE_JPEG_END -1
#define DECODE_JPEG_SCAN_BEGIN -2
#define DECODE_JPEG_HUFFMAN_ERROR -9
#define READ_J
www.eeworm.com/read/183272/9172224
c error.c
#include "apue.h"
#include /* for definition of errno */
#include /* ISO C variable aruments */
static void err_doit(int, int, const char *, va_list);
/*
* Nonfatal error rel
www.eeworm.com/read/183260/9173966
sql error.sql
REM Error.sql
REM Chapter 1, Oracle9i PL/SQL Programming by Scott Urman
REM This block illustrates some of the error-handling features
REM of PL/SQL.
DECLARE
v_ErrorCode NUMBER; -- C
www.eeworm.com/read/183186/9175744
java error.java
import java.io.BufferedReader;
import java.io.IOException;
/*
* this class handle the error problem
* author:贺静
*/
public class Error {
/*
* outputText += "LINE " + lineNo + ":" + " ER
www.eeworm.com/read/183183/9175826
class error.class
www.eeworm.com/read/183183/9175834
java error.java
/**
* this class handle the error problem
* @author:贺静
* @version :1.2
*/
import java.io.IOException;
public class Error {
public String getError(int errorCon) throws IOException {