代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/290309/3979869
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/290309/3979870
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/279087/4139574
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/274148/4187618
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/274148/4187619
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/274079/4190399
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/274079/4190400
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/273665/4200231
readme
25 Mar 2001
pam_smbpass is a PAM module which can be used on conforming systems to
keep the smbpasswd (Samba password) database in sync with the unix
password file. PAM (Pluggable Authentication Modu
www.eeworm.com/read/271651/4225783
install
Compiling
=========
To compile the Sync4j C++ Client API on POSIX systems like Linux the
GNU autotools (libtool/autoconf/automake) are used. All files
necessary to invoke the normal
configur