代码搜索:access asp
找到约 10,000 项符合「access asp」的源代码
代码结果 10,000
www.eeworm.com/read/478003/6727334
cpp access.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Access.res");
USEUNIT("..\Utils.pas");
USEFORMNS("..\fAboutPrg.pas", Fabou
www.eeworm.com/read/478003/6727338
dof access.dof
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/478003/6727341
dpr access.dpr
program Access;
uses
Forms,
fMain in 'fMain.pas' {fmMain},
fSplash in 'fSplash.pas' {fmSplash},
ACCtrls in '..\ACControls\ACCtrls.pas',
Utils in 'Utils.pas',
dMain in 'dMain.pas'
www.eeworm.com/read/478003/6727343
fxd access.fxd
document Document
Height = 480000
ID = 1
ShowHint = False
Width = 640000
object Zones: TFlexLayer
ID = 379
Visible = True
end
object Building: TFlexLayer
ID = 3
www.eeworm.com/read/478003/6727344
res access.res
www.eeworm.com/read/478003/6727346
cpp access.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Access.res");
USEUNIT("..\Utils.pas");
USEFORMNS("..\fAboutPrg.pas", Fabou
www.eeworm.com/read/478003/6727347
ini access.ini
[Main]
UseDB=0
[Options]
ShowHints=1
ShowZoneCaptions=2
SelFrameWidth=2
LampsEffect=1
ShowPersonsCards=1
Emulation=1
ShowCardsInFlex=1
[Personnel]
Count=42
Item0=2;Nelson;Roberto
Item
www.eeworm.com/read/478003/6727349
cfg access.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/476738/6749161
c access.c
#include "apue.h"
#include
int
main(int argc, char *argv[])
{
if (argc != 2)
err_quit("usage: a.out ");
if (access(argv[1], R_OK) < 0)
err_ret("access error for %s", argv[1]