代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/391899/7107884
po qtrdesktop-jp.po
# This is a Qt message file in .po format. Each msgid starts with
# a scope. This scope should *NOT* be translated - eg. translating
# from French to English, "Foo::Bar" would be translated to "Pub"
www.eeworm.com/read/391899/7107885
bak qtrdesktop-jp.po.bak
# This is a Qt message file in .po format. Each msgid starts with
# a scope. This scope should *NOT* be translated - eg. translating
# from French to English, "Foo::Bar" would be translated to "Pub"
www.eeworm.com/read/391899/7107894
makefile_svga
CC = gcc
CFLAGS = -Os -DWITH_OPENSSL -DL_ENDIAN -Wall
RESTOBJ = ../tcp.o ../iso.o ../mcs.o ../secure.o ../rdp.o ../rdp5.o ../orders.o ../cache.o ../mppc.o ../licence.o ../bitmap.o ../channels.o ../pst
www.eeworm.com/read/100768/7114663
dynamic makefile.dynamic
INC=-I/home/mysql/include/mysql
LIB=-L/home/mysql/lib/mysql
CC=gcc
CCFLAG=-c $(INC)
LDFLAG=-D_REENTRANT $(LIB) -pthread -lmysqlclient -lpthread -lcrypt
socketchat : socketchat.o actface.o base.o
www.eeworm.com/read/100768/7114674
static makefile.static
INC=-I/usr/include/mysql -I/usr/local/include/mysql
LIB=-L/usr/lib/mysql -L/usr/local/lib/mysql
CC=gcc
CCFLAG=-c $(INC)
LDFLAG=-D_REENTRANT $(LIB) -static -pthread -lpthread -lmysqlclient -lcrypt
sock
www.eeworm.com/read/161088/7122875
dfm datamodule.dfm
object DataModule1: TDataModule1
OldCreateOrder = False
Left = 192
Top = 107
Height = 267
Width = 344
object Database: TDatabase
AliasName = 'MIS'
Connected = True
Dat