代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/143967/12826473
frm server.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form Server
Caption = "Server"
ClientHeight = 3420
ClientLeft = 60
www.eeworm.com/read/143967/12826474
frx server.frx
www.eeworm.com/read/143967/12826476
log server.log
行 21: 控件 Winsock1 的类 MSWinsockLib.Winsock 不是一个已加载的控件类。
行 24: 属性名 _ExtentX 在 Winsock1 中是无效的。
行 25: 属性名 _ExtentY 在 Winsock1 中是无效的。
行 26: 属性名 _Version 在 Winsock1 中是无效的。
www.eeworm.com/read/244988/12827443
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "te.h"
#include "Server.h"
#include
www.eeworm.com/read/244988/12827448
h server.h
// Server.h: interface for the CServer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERVER_H__E1AC5F06_F751_4331_B9CE_E40592D9260E__INCLUDED_)
www.eeworm.com/read/143810/12840470
ini server.ini
[Server]
ServerName=Softboy
ClientName=Softboy
DataBaseName=PieceRate
UserName=sa
Password=
www.eeworm.com/read/244802/12842823
pl server.pl
use strict;
use warnings;
use Errno qw(EAGAIN);
use threads;
use threads::shared;
use IO::Socket::INET;
my $server_port = $ARGV[0] || '3000';
my $server = IO::Socket::INET->new( LocalPo
www.eeworm.com/read/143771/12843992
pas server.pas
unit server;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ScktComp, ComCtrls;
type
TForm1 = class(TForm)
ServerSo
www.eeworm.com/read/143771/12843999
dfm server.dfm
object Form1: TForm1
Left = 222
Top = 157
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 264
ClientWidth = 436
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font
www.eeworm.com/read/143771/12844005