代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/372488/2772175
properties server.properties
# Hsqldb Server cfg file.
# See the Advanced Topics chapter of the Hsqldb User Guide
# at /opt/hsqldb/doc/guide/index.html or http://hsqldb.org .
server.database.0 file:db1/db1
server.urlid.0
www.eeworm.com/read/372488/2772290
java server.java
/* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/372380/2773319
java server.java
/*
* 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 c
www.eeworm.com/read/372339/2775043
java server.java
package org.acerge.message.support;
import java.io.*;
import java.net.*;
public class Server extends Thread{
ServerSocket serverSocket = null;
Socket clientSocket = null;
DataOutputStream
www.eeworm.com/read/371889/2778184
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/371213/2781369
java server.java
import java.io.*;
import java.net.*;
import java.util.ArrayList;
/**
* Title: chess server
* Description: chess server
* Copyright: Copyright (c) 2003
* Company: e