代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/440906/1777107
c arm2.c
// Build don't link:
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick is
www.eeworm.com/read/440906/1777311
c p8460.c
// Build don't link:
// prms-id: 8460
class A {
public:
A();
A(int) { }
A(const A&) { }
private:
};
int main()
{
A a;
a.A(1); // ERROR - cannot find name this way
}
www.eeworm.com/read/366702/2876459
f semicolon_fixed.f
! { dg-do compile }
! PR 19259 Semicolon cannot start a line
x=1; y=1;
x=2;;
x=3;
; ! { dg-error "Semicolon at" }
;; ! { dg
www.eeworm.com/read/361774/2943632
mdx getdata.mdx
-- Following call will return no data since MDX queries cannot be executed using AdomdServer.AdomdCommand
CALL Chapter19AdomdServer.Chapter19AdomdServer.StoredProcedures.GetData()
www.eeworm.com/read/358128/3004768
test rpl_known_bugs_detection.test
# Test to see if slave can detect certain known bugs present
# on the master, and appropriately decides to stop
# (assuming the bug is fixed in the slave, slave cannot of course
# imitate the bug, so
www.eeworm.com/read/352227/3096115
java keynotfoundexception.java
package com.hadeslee.audiotag.tag;
/**
* Thrown if the key cannot be found
*
* Shoudl not happen with well written code, hence RuntimeException.
*/
public class KeyNotFoundException ext
www.eeworm.com/read/260165/4335480
h object_enumerators_unittest_.h
#if !defined(DOTNETSTL_INCL_DOTNETSTL_COLLECTIONS_HPP_OBJECT_ENUMERATORS)
# error This file cannot be directly included, and should only be included within dotnetstl/collections/object_enumerators.
www.eeworm.com/read/161040/5563827
txt back.txt
In addition, when a function is called from within a query or DML statement, the function cannot:
Have OUT or IN OUT parameters
Commit or roll back the current transaction, create or roll back
www.eeworm.com/read/161040/5563992
txt back.txt
In addition, when a function is called from within a query or DML statement, the function cannot:
Have OUT or IN OUT parameters
Commit or roll back the current transaction, create or roll back
www.eeworm.com/read/174006/9612533
txt 15.6.txt
Listing 15.6 Communicating with a Remote Server
// Get the stream
Stream s;
try
{
s = client.GetStream();
}
catch (InvalidOperationException exc)
{
Console.WriteLine(“Cannot connect to {0}: {