代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/229434/4755889
policy server.policy
grant{
permission java.security.AllPermission;
};
www.eeworm.com/read/229434/4755907
policy server.policy
grant{
permission java.security.AllPermission;
};
www.eeworm.com/read/229434/4755993
java server.java
import java.io.*;
import java.net.*;
public class Server {
private int port=8000;
private ServerSocket serverSocket;
public Server() throws IOException {
serverSocket = new ServerSoc
www.eeworm.com/read/229403/4756677
init-server
#!/bin/sh
#
# $Id: init-server,v 1.1.1.1 2005/08/23 13:14:45 baustin Exp $
#
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with space
www.eeworm.com/read/228958/4760802
c server.c
/*
****************************************Copyright (c)**************************************************
** Guangzhou Zhiyuan Electronic Co.,LTD.
**
www.eeworm.com/read/228954/4761292
cs server.cs
// Fig. 19.3: Server.cs
// Set up a Server that will receive packets from a
// client and send packets to a client.
using System;
using System.Drawing;
using System.Collections;
using System.C
www.eeworm.com/read/228954/4761313
cs server.cs
// Fig. 19.1: Server.cs
// Set up a Server that will receive a connection from a client,
// send a string to the client, and close the connection.
using System;
using System.Drawing;
using Syst
www.eeworm.com/read/228954/4761321
cs server.cs
// Fig. 19.7: Server.cs
// This class maintains a game of Tic-Tac-Toe for two
// client applications.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;