代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/321465/3536397
c server.c
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyrig
www.eeworm.com/read/319506/3555685
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/319506/3555699
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/319147/3558582
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/319072/3558921
rc server.rc
#include "windows.h"
#include "server.h"
npserver ICON npserver.ico
MidLive BITMAP midlive.bmp
MidDead BITMAP middead.bmp
EndLive BITMAP endlive.bmp
EndDead BITMAP enddead.bmp
STRINGTABLE
www.eeworm.com/read/319072/3558922
h server.h
#define MAX_PIPE_INSTANCES 100
#define LINE_LEN 80
#define NAME_SIZE 25
// Bitmaps and coordinates.
#define END_LIVE 1
#define END_DEAD 2
#define MID_LIVE 3
#define MID_DEAD 4
#
www.eeworm.com/read/319072/3558923
c server.c
#define STRICT
#include
#include "server.h"
#include
#include
#include
// clients[] is a global array of
www.eeworm.com/read/318883/3561211
java server.java
package com.test;
import java.io.*;
import java.net.*;
import java.util.*;
public class server
{
public static void main(String args[])
{
ServerSocket ss = null;
Server_thread st;
www.eeworm.com/read/318736/3563484
c server.c
/*server.c*/
#include
#include
#include "inet.h"
int init_ser( int);
int max( int a, int b)
{
int themax;
if ( a > b) themax = a;
else the
www.eeworm.com/read/318736/3563488
c server.c
#include
#include
#include
#include
#include
#define MAX_LINE 100
#define MAX_NAME 100
#define MAX_CLIENT 30
int init_ser( in