代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/444596/7611101
c incr_fcntl1.c
/* Although this program compiles and runs for 1 thread, you cannot run
it with more than 1 thread, since fcntl locks are between processes,
not threads */
/* include main */
#include "unpipc.h
www.eeworm.com/read/437118/7754956
java nonassoc_action.java
package java_cup;
/** This class represents a shift/reduce nonassociative error within the
* parse table. If action_table element is assign to type
* nonassoc_action, it cannot be changed, and
www.eeworm.com/read/199560/7845460
h global.h
/*
* libmad - MPEG audio decoder library
*/
# ifndef LIBMAD_GLOBAL_H
# define LIBMAD_GLOBAL_H
# if defined(DEBUG) && defined(NDEBUG)
# error "cannot define both DEBUG and NDEBUG"
www.eeworm.com/read/197570/7985674
java serverdatabase.java
//class to handle all info the server needed,cannot be instantiated once
import java.io.*;
import java.util.*;
public class ServerDatabase implements Serializable{
private long registeredClient
www.eeworm.com/read/297205/8045202
java nonassoc_action.java
package java_cup;
/** This class represents a shift/reduce nonassociative error within the
* parse table. If action_table element is assign to type
* nonassoc_action, it cannot be changed, and
www.eeworm.com/read/142299/12952776
inf usbtouch.inf
;; UsbTouch.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your
www.eeworm.com/read/241729/13123659
h _ansi.h
/* Provide support for both ANSI and non-ANSI environments. */
/* Some ANSI environments are "broken" in the sense that __STDC__ cannot be
relied upon to have it's intended meaning. Therefore
www.eeworm.com/read/241728/13123841
h _ansi.h
/* Provide support for both ANSI and non-ANSI environments. */
/* Some ANSI environments are "broken" in the sense that __STDC__ cannot be
relied upon to have it's intended meaning. Therefore
www.eeworm.com/read/241364/13151250
sql no_create.sql
CREATE OR REPLACE TRIGGER no_create
AFTER DDL ON SCHEMA
BEGIN
IF ORA_SYSEVENT = 'CREATE' THEN
RAISE_APPLICATION_ERROR(-20000,'Cannot create the ' || ORA_DICT_OBJ_TYPE ||
www.eeworm.com/read/240628/13210610
h _ansi.h
/* Provide support for both ANSI and non-ANSI environments. */
/* Some ANSI environments are "broken" in the sense that __STDC__ cannot be
relied upon to have it's intended meaning. Therefore