代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/100285/6271988
out errors.out
QUERY: select 1
select
select * from nonesuch;
ERROR: parser: parse error at or near "select"
QUERY: select nonesuch from pg_database;
ERROR: attribute 'nonesuch' not found
QUERY: select * from pg_d
www.eeworm.com/read/100285/6272018
sql errors.sql
--
-- errors.source
--
-- $Header: /usr/local/cvsroot/pgsql/src/test/regress/sql/errors.sql,v 1.2 1997/05/22 00:17:24 scrappy Exp $
-- bad in postquel, but ok in postsql
select 1
--
-- UNSUPPORTE
www.eeworm.com/read/100206/6273266
c errors.c
#include
#include "chkudf.h"
#include "../nsrHdrs/nsr.h"
#include "protos.h"
void DumpError(void)
{
if (Error.Code > 0) {
printf("**[%08x] ", Error.Sector);
printf(Error_Msgs[Erro
www.eeworm.com/read/136566/6285968
inc errors.inc
;=========================================================;
; errors 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS
www.eeworm.com/read/322905/6301304
c errors.c
/*---------------------------------------------------------------------------+
| errors.c |
|
www.eeworm.com/read/288939/6352211
java errors.java
// FrontEnd Plus for JAD
// DeCompiled : Errors.class
package sms;
public interface Errors
{
public static final int SMPP_ROK = 0;
public static final int SMPP_RINVMSGLEN = 1;
www.eeworm.com/read/489261/6477292
js errors.js
var infoList = new Array();
var warnList = new Array();
var errorList = new Array();
function updateError(type) {
with (document.options) {
switch (type) {
case 0:
if (info.checked) p
www.eeworm.com/read/488226/6498734
java errors.java
// FrontEnd Plus for JAD
// DeCompiled : Errors.class
package sms;
public interface Errors
{
public static final int SMPP_ROK = 0;
public static final int SMPP_RINVMSGLEN = 1;