代码搜索:access asp
找到约 10,000 项符合「access asp」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6050835
s access.s
.globl _access
.globl access
access:
_access:
movl $0x21, %eax
lcall $7, $0
jb _cerror
ret
www.eeworm.com/read/124347/6050873
c access.c
/* This is file ACCESS.C */
/*
* Copyright (C) 1993 DJ Delorie
* All rights reserved.
*
* Redistribution and use in source and binary forms is permitted
* provided that the above copyright notice
www.eeworm.com/read/124347/6050909
c access.c
/* This is file ACCESS.C */
/*
* Copyright (C) 1993 DJ Delorie
* All rights reserved.
*
* Redistribution and use in source and binary forms is permitted
* provided that the above copyright notice
www.eeworm.com/read/124347/6051278
c access.c
/* This is file ACCESS.C */
/*
* Copyright (C) 1993 DJ Delorie
* All rights reserved.
*
* Redistribution and use in source and binary forms is permitted
* provided that the above copyright notice
www.eeworm.com/read/124347/6051405
c access.c
/* access for MMIXware.
Copyright (C) 2001 Hans-Peter Nilsson
Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, this
www.eeworm.com/read/118881/6093342
java access.java
/*
* Access.java
*/
package org.hsql;
import java.sql.*;
import java.util.*;
class Access {
final static int SELECT=1,DELETE=2,INSERT=4,UPDATE=8,ALL=15;
private Vector uUser;
priv
www.eeworm.com/read/115238/6119973
properties access.properties
# access.properties
# Access control file for Remote JMX API access to MBeanServer resources.
# This file defines the allowed access for different roles.
# The file format for the access file is syn
www.eeworm.com/read/115238/6119989
properties access.properties
# access.properties
# Access control file for Remote JMX API access to MBeanServer resources.
# This file defines the allowed access for different roles.
# The file format for the access file is syn
www.eeworm.com/read/113399/6131745
s access.s
.sect .text
.extern __access
.define _access
.align 2
_access:
jmp __access
www.eeworm.com/read/113399/6132056
c _access.c
#include
#define access _access
#include
PUBLIC int access(name, mode)
_CONST char *name;
int mode;
{
message m;
m.m3_i2 = mode;
_loadname(name, &m);
return(_s