代码搜索:access asp
找到约 10,000 项符合「access asp」的源代码
代码结果 10,000
www.eeworm.com/read/352523/10543771
reg access.reg
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
;
www.eeworm.com/read/352523/10543780
cpp access.cpp
// Access.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Access.h"
#include "MainFrm.h"
#include "AccessDoc.h"
#include "AccessView.h"
#ifdef _DEB
www.eeworm.com/read/352523/10543781
dsw access.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/352523/10543793
plg access.plg
Build Log
--------------------Configuration: Access - Win32 Debug--------------------
Command Lines
Results
Access.exe - 0 erro
www.eeworm.com/read/352523/10543802
dsp access.dsp
# Microsoft Developer Studio Project File - Name="Access" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/423520/10554183
gif access.gif
www.eeworm.com/read/159990/10581904
class access.class
www.eeworm.com/read/422803/10609386
cnf access.cnf
www.eeworm.com/read/422376/10639112
c access.c
/*
* access.c -- the files with access control on open
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file ca
www.eeworm.com/read/159184/10684053
c access.c
#include
#include
void main (int argc, char *argv[])
{
int access_mode;
access_mode = access(argv[1], 0);
if (access_mode)
printf("File %s does not exis