代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/100736/15866033
c server.c
/****************************************************************************
PROGRAM: server.c
PURPOSE: server sample application
This is a very simple application to demonstate
www.eeworm.com/read/100736/15866043
c server.c
/* COPYRIGHT, (c) HEWLETT PACKARD CO. 1990,1991 */
/* All rights reserved. No part of this program */
/* may be copied or used without the express */
/* written consent of HE
www.eeworm.com/read/100695/15866839
class server.class
www.eeworm.com/read/100685/15867044
zip server.zip
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|26 Mar 2001 10:31:16 -0000
vti_extenderversion:SR|4.0.2.2717
www.eeworm.com/read/100685/15867045
zip server.zip
www.eeworm.com/read/100681/15867255
frx server.frx
www.eeworm.com/read/100681/15867262
mdb server.mdb
www.eeworm.com/read/100681/15867264
frm server.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form server
Caption = "服务管理器"
ClientHeight = 3900
ClientLeft = 60
www.eeworm.com/read/100584/15870959
c server.c
#include "unpipc.h"
void
server(int readfd, int writefd)
{
int fd;
ssize_t n;
char buff[MAXLINE+1];
/* 4read pathname from IPC channel */
if ( (n = Read(readfd, buff, MAXLINE)) == 0)
err_qu