代码搜索:sql server

找到约 10,000 项符合「sql server」的源代码

代码结果 10,000
www.eeworm.com/read/382403/9030808

dsp server.dsp

# Microsoft Developer Studio Project File - Name="Server" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/382403/9030815

h server.h

// Server.h : main header file for the SERVER application // #if !defined(AFX_SERVER_H__474FEF7F_3E15_4096_B9DB_A55833D27BFB__INCLUDED_) #define AFX_SERVER_H__474FEF7F_3E15_4096_B9DB_A55833D27BFB
www.eeworm.com/read/382403/9030826

clw server.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CServerDlg LastTemplate=CAsyncSocket NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Se
www.eeworm.com/read/382403/9030829

ncb server.ncb

www.eeworm.com/read/382403/9030838

opt server.opt

www.eeworm.com/read/382403/9030843

aps server.aps

www.eeworm.com/read/382403/9030846

plg server.plg

Build Log --------------------Configuration: Server - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/283196/9036848

c server.c

#include "client.h" #include int main() { int server_fifo_fd, client_fifo_fd; struct data_to_pass_st my_data; int read_res; char client_fifo[256]; char *tmp_char_ptr;
www.eeworm.com/read/283196/9036879

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/185386/9040607

java server.java

import java.io.*; import java.net.*; public class Server implements Runnable { ServerSocket serverSocket; PrintStream streamToClient; BufferedReader streamFromClient; Socket fromClient; stati