代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/304657/3790593
java synchronization.java
/* Synchronization.java --
Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modif
www.eeworm.com/read/296222/3907691
cpp synchronization.cpp
#pragma ident "$Id: Synchronization.cpp 185 2006-10-05 18:21:39Z btolman $"
//============================================================================
//
// This file is part of GPSTk, the GPS T
www.eeworm.com/read/440906/1783961
java synchronization.java
/* Synchronization.java --
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it un
www.eeworm.com/read/414034/2154724
cpp synchronization.cpp
#pragma ident "$Id: Synchronization.cpp 778 2007-09-25 16:14:58Z ocibu $"
//============================================================================
//
// This file is part of GPSTk, the GPS Too
www.eeworm.com/read/404412/2303594
java synchronization.java
/*
* The contents of this file are subject to the Dyade Public License,
* as defined by the file DYADE_PUBLIC_LICENSE.TXT
*
* You may not use this file except in compliance with the License. You
www.eeworm.com/read/398634/2374806
result synchronization.result
drop table if exists t1;
CREATE TABLE t1 (x1 int);
ALTER TABLE t1 CHANGE x1 x2 int;
CREATE TABLE t2 LIKE t1;
SHOW CREATE TABLE t2;
Table Create Table
t2 CREATE TABLE `t2` (
`xx` int(11) default NUL
www.eeworm.com/read/398634/2375203
test synchronization.test
#
# Test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination
# table
#
--disable_warnings
drop table if exists t1;
--enable_warnings
connect (con1,localhost,root,,);
connect (con
www.eeworm.com/read/358237/2993007
java synchronization.java
/*
* Copyright (c) 1998-2008 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* no
www.eeworm.com/read/358128/3003784
result synchronization.result
drop table if exists t1;
CREATE TABLE t1 (x1 int);
ALTER TABLE t1 CHANGE x1 x2 int;
CREATE TABLE t2 LIKE t1;
SHOW CREATE TABLE t2;
Table Create Table
t2 CREATE TABLE `t2` (
`xx` int(11) default NULL
www.eeworm.com/read/358128/3004471
test synchronization.test
#
# Test for Bug #2385 CREATE TABLE LIKE lacks locking on source and destination
# table
#
--disable_warnings
drop table if exists t1;
--enable_warnings
connect (con1,localhost,root,,);
connect (con