代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/421582/2051635
js server.js
dojo.provide("bespin.client.server");
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); y
www.eeworm.com/read/421256/2053477
java server.java
import java.io.*;
import java.util.*;
import java.sql.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class Server extends HttpServlet
{
static Connection connection1;
static
www.eeworm.com/read/421256/2053530
java server.java
package bluetoochgame;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.*;
import java.io.IOException;
import java.util.Vector;
import javax.bluetooth.Discov
www.eeworm.com/read/421256/2053801
java server.java
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
import java.io.*;
public class Server implements Runnable, CommandListener {
private Socke
www.eeworm.com/read/420998/2057191
cc server.cc
/*
* A simple "Hello World" example that uses the POA
*/
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
/*
* Hel
www.eeworm.com/read/420998/2057196
cc server.cc
/*
* A Bank factory that creates Account objects
*/
#include "account.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
/*
* Implem
www.eeworm.com/read/420998/2057203
cc server.cc
/*
* A Bank factory that creates Account objects
*
* In this example, we set up a ServantManager. The bank creates
* references to "virtual" objects. When an account object is invoked
* for the f
www.eeworm.com/read/420998/2057212
cc server.cc
/*
* A simple "Hello World" example that uses the POA
*/
#include "hello.h"
#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS
#include
#else
#include
#endif
using namespace std;
/*
* Hel
www.eeworm.com/read/420998/2057217
cc server.cc
/*
* Demonstrates the various possibilities of inheriting interfaces
*/
#include "inherit.h"
using namespace std;
/*
* Implementation for the base interface
*/
class Base_impl : virtual publi
www.eeworm.com/read/420998/2057225
cc server.cc
/*
* In this example, we create Account objects in a persistent POA.
* When the persistent POA is destructed, the objects are "etherea-
* lized," meaning we open a file and write the Account's bala