代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/479728/1330930
java server.java
/*
* @(#)Server.java ver 1.2 6/20/2005
*
* Copyright 2005 Weishuai Yang (wyang@cs.binghamton.edu).
* All rights reserved.
*
*/
package gps.protocol;
/**
* Server base class, all
www.eeworm.com/read/479246/1333833
java server.java
package net.socket;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import n
www.eeworm.com/read/477305/1362915
java server.java
/*
The Bluetooth Library for client-server communication
Copyright (C) 2006 Martin Vysny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General
www.eeworm.com/read/477305/1362933
java server.java
/*
The Bluetooth Library for client-server communication
Copyright (C) 2006 Martin Vysny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General
www.eeworm.com/read/477225/1363535
java server.java
package com.lzw;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Enumeration;
import java.util.Hashtable;
import javax.servlet.ServletConfig;
import javax.servlet.Servle
www.eeworm.com/read/477003/1364704
java server.java
import java.io.*;
import java.net.*;
import java.sql.*;
import java.util.Vector;
class ServerThread extends Thread{//继承线程
private Socket socket;//定义套接口
private BufferedReader in;//定义输入流
private
www.eeworm.com/read/476850/1366316
c server.c
#include "unpipc.h"
#include "square.h"
square_out *
squareproc_1_svc(square_in *inp, struct svc_req *rqstp)
{
static square_out out;
printf("thread %ld started, arg = %ld\n",
pr_thread_id(NU
www.eeworm.com/read/476850/1366321
c server.c
#include "unpipc.h"
#include "square.h"
square_out *
squareproc_1_svc(square_in *inp, struct svc_req *rqstp)
{
static square_out out;
printf("server procedure started\n");
out.res1 = inp->arg1 *