代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/229434/4755897

java stackimpl.java

package sync; import java.rmi.*; import java.rmi.server.*; public class StackImpl extends UnicastRemoteObject implements Stack{ private String name; private String[] buffer=new String[100]
www.eeworm.com/read/229434/4755898

java simpleclient.java

package sync; import javax.naming.*; import java.rmi.*; public class SimpleClient { public static void main(String args[]) throws Exception{ String url="rmi://localhost/"; Context na
www.eeworm.com/read/190666/5180968

java syncfailedexception.java

/* SyncFailedException.java -- The sync failed (?) Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redist
www.eeworm.com/read/190666/5182472

cpp zfstream.cpp

#include #include "zfstream.h" gzfilebuf::gzfilebuf() : file(NULL), mode(0), own_file_descriptor(0) { } gzfilebuf::~gzfilebuf() { sync(); if ( own_file_descriptor ) close(
www.eeworm.com/read/186856/5229737

cpp zfstream.cpp

#include #include "zfstream.h" gzfilebuf::gzfilebuf() : file(NULL), mode(0), own_file_descriptor(0) { } gzfilebuf::~gzfilebuf() { sync(); if ( own_file_descriptor ) close(
www.eeworm.com/read/177407/5327860

sql ad_field_check.sql

/** * AD_Field_Check.sql * * For AD_Field create * - Missing Translations * * Sync Fields in tab with other tab UPDATE AD_Field f SET (IsDisplayed,IsReadOnly,DisplayLogic,SeqNo,IsSame
www.eeworm.com/read/175436/5347150

cpp cpipefindsync.cpp

/*! \file \brief Implementation of AxPipe::Stock::CPipeFindSync, skip until sync @(#) $Id: CPipeFindSync.cpp,v 1.2 2004/02/02 12:10:47 svante Exp $ AxPipe - Binary Stream Framework
www.eeworm.com/read/349711/3141468

cpp zfstream.cpp

#include #include "zfstream.h" gzfilebuf::gzfilebuf() : file(NULL), mode(0), own_file_descriptor(0) { } gzfilebuf::~gzfilebuf() { sync(); if ( own_file_descriptor ) close(
www.eeworm.com/read/347002/3178265

c gdbmsync.c

/* gdbmsync.c - Sync the disk with the in memory state. */ /* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson. Copyright (C) 1990, 1991, 1993 Free Software Foundati
www.eeworm.com/read/340665/3284178

cpp zfstream.cpp

#include #include "zfstream.h" gzfilebuf::gzfilebuf() : file(NULL), mode(0), own_file_descriptor(0) { } gzfilebuf::~gzfilebuf() { sync(); if ( own_file_descriptor ) close(