代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/180427/5285512
js folderdel_.js
function getText(s)
{
switch(s)
{
case "Folder deleted.": return "Map verwijderd.";
case "Folder does not exist.": return "Map bestaat niet.";
case "Cannot delete Asset Base F
www.eeworm.com/read/180408/5286582
java serializationexception.java
//$Id: SerializationException.java,v 1.1 2004/06/03 16:31:30 steveebersole Exp $
package org.hibernate.type;
import org.hibernate.HibernateException;
/**
* Thrown when a property cannot be serializ
www.eeworm.com/read/173141/5379581
out checkdatasource30.out
Running JDBC 3.0 connection checks on DriverManager
holdability true
JDBC 3.0 savepoint org.apache.derby.client.am.SqlException: Cannot set savepoint when in auto-commit mode.
Running connectio
www.eeworm.com/read/165337/5483340
h myled.h
/* Very Importany Updata Document
* Yes,as my opinion,There'll be 8 more or at least 4 LEDs on PortNo.0.
* But,as ur view,There are only two LEDs,and U canNOT add any LED more,because
* the res
www.eeworm.com/read/163959/5504445
java serializationexception.java
//$Id: SerializationException.java,v 1.1 2004/06/03 16:31:30 steveebersole Exp $
package org.hibernate.type;
import org.hibernate.HibernateException;
/**
* Thrown when a property cannot be serializ
www.eeworm.com/read/162614/5521985
c enum1.c
// { dg-do assemble }
// Warn if a enum cannot fit into a small bit-field.
enum TypeKind { ATK, BTK, CTK, DTK } ;
struct Type {
enum TypeKind kind : 1; // { dg-warning "" }
void setBTK();
};
www.eeworm.com/read/162614/5522658
c eb26.c
// { dg-do run }
//
// egcs-2.90.06
// cannot declare friend of enclosing class using its scope, works fine
// without scope or for definition of foo::bar::f
//
class foo
{
public:
static int f();
www.eeworm.com/read/162614/5527038
c pr15262-2.c
/* PR 15262. Similar to pr15262-1.c but with no obvious addresses
being taken in function foo(). Without IPA, by only looking inside
foo() we cannot tell for certain whether 'q' and 'b' alias
www.eeworm.com/read/162614/5528654
c labels-3.c
/* This test does not compile on mips-irix6 using the native assembler,
though it does work with gas. See PR6200. Since we cannot (???)
distinguish which assembler is being used, always pass -
www.eeworm.com/read/162614/5529780
c scalar-by-value-4_main.c
/* Test passing scalars by value. This test includes _Complex types
whose real and imaginary parts cannot be used in variable-length
argument lists. */
extern void scalar_by_value_4_x (void);