代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/260165/4335444
h literal_cast_unittest_.h
// Updated: 11th June 2006
#if !defined(STLSOFT_INCL_STLSOFT_CONVERSION_HPP_LITERAL_CAST)
# error This file cannot be directly included, and should only be included within stlsoft/conversion/lit
www.eeworm.com/read/260165/4335447
h ptr_cast_unittest_.h
// Updated: 24th December 2006
#if !defined(STLSOFT_INCL_STLSOFT_CONVERSION_HPP_PTR_CAST)
# error This file cannot be directly included, and should only be included within stlsoft/conversion/ptr
www.eeworm.com/read/260165/4335450
h union_cast_unittest_.h
#if !defined(STLSOFT_INCL_STLSOFT_CONVERSION_HPP_UNION_CAST)
# error This file cannot be directly included, and should only be included within stlsoft/conversion/union_cast.hpp
#endif /* !STLSOFT_
www.eeworm.com/read/260165/4335462
h commandline_parser_unittest_.h
// Updated: 10th June 2006
#if !defined(STLSOFT_INCL_STLSOFT_SYSTEM_HPP_COMMANDLINE_PARSER)
# error This file cannot be directly included, and should only be included within stlsoft/system/comma
www.eeworm.com/read/260165/4335484
h string_unittest_.h
// Updated: 14th July 2006
#if !defined(DOTNETSTL_INCL_DOTNETSTL_SHIMS_ACCESS_STRING_HPP_STRING)
# error This file cannot be directly included, and should only be included within dotnetstl/shims
www.eeworm.com/read/257673/4361518
c dup2.c
#include
#include
void main(void)
{
dup2(2, 1); // stdout is handle 1 stderr is handle 2
printf("This message cannot be redircted!\n");
}
www.eeworm.com/read/254049/4390065
properties messages.properties
ERR_INVALID_DATE_1 =The date field "{0}" is not valid.
ERR_NO_INT_ENTERED_0 =Cannot change the history settings. No integer value was entered.
ERR_NO_POSITIVE
www.eeworm.com/read/162614/5535315
java unknownerror.java
/* UnknownError.java -- thrown when the VM cannot provide more information
about a catastrophic error
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GN
www.eeworm.com/read/162614/5535352
java clonenotsupportedexception.java
/* CloneNotSupportedException.java -- thrown when an object cannot be cloned
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Cla
www.eeworm.com/read/162614/5535685
java unrecoverablekeyexception.java
/* UnrecoverableKeyException.java -- Cannot recover a key from the key store
Copyright (C) 1998, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is fr