代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/245488/4503001
java server.java
/*
* @(#)file Server.java
* @(#)author Sun Microsystems, Inc.
* @(#)version 1.1
* @(#)lastedit 04/01/12
*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subjec
www.eeworm.com/read/245488/4503045
policy server.policy
grant CodeBase "file:./Login.jar" {
permission java.security.AllPermission;
};
grant CodeBase "file:./SampleServer.jar"
Principal javax.security.auth.kerberos.KerberosPrincipal
"service_
www.eeworm.com/read/245236/4505966
h server.h
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/245236/4505999
cpp server.cpp
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/245096/4507316
java server.java
package com.javahomework.Server;
import java.net.*;
import java.io.*;
import java.util.*;
import com.javahomework.Server.Log.*;
public class Server implements Runnable {
private int port;
www.eeworm.com/read/244842/4509273
cpp server.cpp
/*
Copyright 2005 Matthew J. Battey
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of
www.eeworm.com/read/244842/4509296
java server.java
/*
Copyright 2005 Matthew J. Battey
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a co
www.eeworm.com/read/244028/4513607
java server.java
// 程序:简单的联机服务端
// 范例文件:Server.java
import java.io.*;
import java.net.*;
public class Server
{
public static void main(String args[])
{
try
{
ServerSocket S =
www.eeworm.com/read/243856/4519031
java server.java
/*
* Created on 2005-11-3
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package xdevelop.nioserver.chat;
/*