代码搜索:sql server

找到约 10,000 项符合「sql server」的源代码

代码结果 10,000
www.eeworm.com/read/472413/1410974

java server.java

/** * @(#)server.frm.Server.java 2008-8-28 * Copy Right Information : Tarena * Project : JavaQQ * JDK version used : jdk1.6.4 * Comments : JavaQQ服务端。 * Version : 1.0
www.eeworm.com/read/471038/1435096

java server.java

import java.io.*; import java.net.*; public class Server { public static void main(String args[]) { ServerSocket serverSocket = null; Utilities.printMsg("creating server socket");
www.eeworm.com/read/470793/1443699

cpp server.cpp

// Server1.cpp: implementation of the CServer class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Server.h" #include "TCP IP DemoDlg.h
www.eeworm.com/read/470793/1443701

h server.h

// Server1.h: interface for the CServer class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SERVER1_H__4A060243_7B02_421F_BAEA_8E5CE3333112__INCLUDED
www.eeworm.com/read/470509/1470216

php server.php

www.eeworm.com/read/470230/1475530

c server.c

// Some global variables, a prototype for process_command and a signal catcher to ensure // a clean exit. #include #include #include #include #include
www.eeworm.com/read/470023/1478135

policy server.policy

// These lines grant permissions to any code loaded from the directory shown. // Edit the directory to match the installation on your system. // On Windows systems, change the forward slashes to doubl
www.eeworm.com/read/470023/1478141

java server.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/469939/1478271

pm server.pm

################################################### # server boilerplate generator # Copyright tridge@samba.org 2003 # Copyright metze@samba.org 2004 # released under the GNU GPL package Parse::Pidl:
www.eeworm.com/read/469304/1481717

java server.java

import java.io.*; import java.net.*; public class Server { public static void main(String args[]) { ServerSocket serverSocket = null; Utilities.printMsg("creating server socket");