代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/390183/8479803
sh autogen.sh
#!/bin/sh -xe
#
# Simple script to run the appropriate autotools from a repository.
#
autoheader
autoconf
rm -rf autom4te.cache config.log
www.eeworm.com/read/290417/8484106
txt myservice.csproj.filelist.txt
bin\Debug\myservice.exe
bin\Debug\myservice.pdb
bin\Debug\Interop.MSCommLib.dll
bin\Debug\AxInterop.MSCommLib.dll
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\Interop.MSCommLib.dll
obj\Deb
www.eeworm.com/read/290324/8489933
txt bll.csproj.filelist.txt
bin\Debug\Bll.dll
bin\Debug\Bll.pdb
bin\Debug\DAl.dll
bin\Debug\Model.dll
bin\Debug\Model.pdb
bin\Debug\DAl.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\Bll.dll
obj\Debug\Bll.pdb
www.eeworm.com/read/290224/8495210
lua fib.lua
-- fibonacci function with cache
-- very inefficient fibonacci function
function fib(n)
N=N+1
if n
www.eeworm.com/read/389793/8501860
sql invid.sql
CREATE SEQUENCE CALLMAN.INVID
MINVALUE 1
MAXVALUE 9999999999999999999999999999
START WITH 1
INCREMENT BY 1
CACHE 5;
www.eeworm.com/read/389793/8501877
sql prid.sql
CREATE SEQUENCE CALLMAN.PRID
MINVALUE 1
MAXVALUE 9999999999999999999999999999
START WITH 1
INCREMENT BY 1
CACHE 5;
www.eeworm.com/read/389793/8501884
sql taskid.sql
CREATE SEQUENCE CALLMAN.TASKID
MINVALUE 1
MAXVALUE 9999999999999999999999999999
START WITH 1
INCREMENT BY 1
CACHE 5;
www.eeworm.com/read/389791/8502366
sql storeid.sql
CREATE SEQUENCE OSSMAN.STOREID
MINVALUE 1
MAXVALUE 9999999999999999999999999999
START WITH 1
INCREMENT BY 1
CACHE 5;
www.eeworm.com/read/389791/8502372
sql storeproid.sql
CREATE SEQUENCE OSSMAN.STOREPROID
MINVALUE 1
MAXVALUE 9999999999999999999999999999
START WITH 1
INCREMENT BY 1
CACHE 5;