代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/224932/14562408
h extkeys.h
/**
* Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de).
* All rights reserved. See file LICENSE for licence and copyright
* information.
*
* extended key cache
*
*/
#ifndef HAM_EXTKEYS_
www.eeworm.com/read/123850/14609400
txt 让jsp页面过期, 即保证每次的jsp页面都是最新的..txt
作者:sonymusic
email: sonymusic@163.net
日期:8/7/2001 2:13:53 PM
response.addHeader("Cache-Control", "no-cache");
response.addHeader("Expires", "Thu, 01 Jan 1970 00:00:01 GMT");
www.eeworm.com/read/223823/14616379
c init.c
/* init.c - MemTest-86 Version 3.0
*
* Released under version 2 of the Gnu Public License.
* By Chris Brady, cbrady@sgi.com
* ----------------------------------------------------
* MemTest86+ V1
www.eeworm.com/read/223282/14648023
conf qdns.conf
#!/usr/local/bin/ez-ipupdate -c
#
# example config file for ez-ipupdate
#
# this file is actually executable!
#
#下面动态域名和静态域名选一个
#动态域名
service-type=qdns
#静态域名
#service-type=qdns-static
#设置用户名和密码
use
www.eeworm.com/read/223282/14648030
conf example-dyndns.conf
#!/usr/local/bin/ez-ipupdate -c
#
# example config file for ez-ipupdate
#
# this file is actually executable!
#
service-type=dyndns
#service-type=dyndns-static
user=myuserid:mypassword
host=mydomain.
www.eeworm.com/read/221218/14753241
c init.c
/* init.c - MemTest-86 Version 3.0
*
* Released under version 2 of the Gnu Public License.
* By Chris Brady, cbrady@sgi.com
* ----------------------------------------------------
* MemTest86+ V1
www.eeworm.com/read/212071/15166150
c ramfill.c
extern rsysreg(int addr);
extern wsysreg(int *addr, int data);
cache_disable()
{
asm(" sta %g0, [%g0] 2 ");
}
cache_enable()
{
asm(" set 0x81000f, %o0; sta %o0, [%g0] 2 ");
}
ramfill()
{
int
www.eeworm.com/read/169697/5412136
cvsignore .cvsignore
mpid_locksconf.h
mpid_locksconf.h.in
configure
configure.lineno
autom4te.cache
config.log
config.status
config.system
Makefile.in
Makefile
*.o
*.lo
*.bb
*.bbg
*.da
*.gcov
.deps
.state-cache
www.eeworm.com/read/166699/5473860
java constant.java
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http:/
www.eeworm.com/read/194598/8189460
sh makedep.sh
#!/bin/sh
#
# Generate dependencies from a list of source files
# Check to make sure our environment variables are set
if test x"$SOURCES" = x -o x"$output" = x; then
echo "SOURCES, and output ne