代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/105274/15671941
html yvei2.bskl9x3cs.html
Save Mail Template
Save Mail Template
Select
the
Save ... option to create
www.eeworm.com/read/104928/15681190
vbs createshortcut.vbs
'create a shortcut on desktop that starts Notepad with Autoexec.bat
'as parameter
Dim objShell, strDesktop, objShortCut
'create a shortcut on desktop
Set objShell = CreateObject("WScript.Shell")
www.eeworm.com/read/104928/15681363
vbs xlformat.vbs
'xlformat.vbs
Const xlSolid = 1
Const Red = 3
Const Yellow = 6
'create new instance of Excel application
Set objExcel = CreateObject("Excel.Application")
With objExcel
.Visible = True
'
www.eeworm.com/read/104928/15681372
vbs osrecover.vbs
'osrecover.vbs
Dim objServices
Dim objWMIObject, objWMIObjects
'create an instance of a Services object for the local machine
Set objServices = _
GetObject("winmgmts:{impersonationLevel=imp
www.eeworm.com/read/104928/15681410
vbs sol15-3b.vbs
Dim objService, objFTPSite, objVirtDir
'get a reference to the FTP service on server Thor
Set objService = GetObject("IIS://thor/MSFTPSVC")
'create a new FTP site and assign it the value of 6
www.eeworm.com/read/104928/15681415
vbs sol15-3a.vbs
Const MediumProtection = 2
Dim objService, objWebSite, objVirtDir
'get a reference to the Web service on server Odin
Set objService = GetObject("IIS://odin/W3SVC")
'create a new Web site and ass
www.eeworm.com/read/104140/15706078
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls;
var
IcDev : Longint;
OutBuf: PChar;
InBuf : string;
procedure InitStatus(CommPort: Integ
www.eeworm.com/read/104140/15706210
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls;
var
IcDev : Longint;
OutBuf: PChar;
InBuf : string;
procedure InitStatus(CommPort: Integ
www.eeworm.com/read/104050/15711790
todo
TODO List:
Create X Application to handle notifications
Modify Daemon to run tests
www.eeworm.com/read/103453/15731420
sql createtestdb.sql
CREATE SEQUENCE "rank_id_seq" start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1 ;
CREATE SEQUENCE "soldier_id_seq" start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1 ;
CREATE TABL