代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/100285/6271529
h hsearch.h
/*-------------------------------------------------------------------------
*
* hsearch.h
* for hashing in the new buffer manager
*
*
* Copyright (c) 1994, Regents of the University of Califor
www.eeworm.com/read/490855/6443294
asm spce.asm
//========================================================================================
//
//
// Last modified date:
// 2002/09/27: first version
// Note: This file contains a variable dec
www.eeworm.com/read/481239/6645582
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/481045/6656770
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/477538/6738199
vb returncode.vb
Namespace Common
Public Class ReturnCode
Public Const NO_ERROR As Integer = 0
' Communication error codes
Public Const INVALID_COM_PORT As Integer = 1001
www.eeworm.com/read/476355/6757793
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/409272/11337374
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/406613/11438974
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/405315/11466477
js formvalidator.js
//====================================================================================================
// [插件名称] jQuery formValidator
//--------------------------------------------------------------