代码搜索结果
找到约 10,000 项符合
Driver 的代码
db.properties
driver=org.gjt.mm.mysql.Driver
mysql.url=jdbc:mysql://localhost:3306/popten
mysql.user=user
mysql.password=user
mysql.maxconn=1000
logfile=e:\\log.txt
idbdealdatasave.java
/*
* Created on 2003-5-6
*
*/
package com.tanghan.plugin.dataSave;
import java.util.List;
import com.tanghan.db.util.DBConnection;
import com.tanghan.db.util.Driver;
/**
* 用于处理数据库浏览插件的处理类
* @au
news.txt
#news.txt
driver=org.gjt.mm.mysql.Driver
mysql.url=jdbc:mysql://localhost/news
mysql.user=
mysql.password=
mysql.maxconn=1000
logfile=C:\\ilog.txt
sources
# The sources for the Generic Port I/O device driver:
TARGETNAME=evocwdt
TARGETPATH=obj
TARGETTYPE=DRIVER
INCLUDES=..\
SOURCES=driver.c\
ioctl.c \
pnp.c \
rw.c
sources
TARGETNAME=HelloDDK
TARGETTYPE=DRIVER
TARGETPATH=OBJ
INCLUDES=$(BASEDIR)\inc;\
$(BASEDIR)\inc\ddk;\
SOURCES=Driver.cpp\
test.inf.txt
;
; File Name: test.inf.txt
; Install information file for test Driver
;
; It is not a complete .inf file. It lists sections of a .inf file that need to be
; added to a WDM function driver's .in
windows xp终极減肥大法.txt
WINDOWS XP终极減肥大法
2002-01-12 作者:
xp用起来确实不错,但是体积有点太大了,最初的安装就有1.3g,如果是使用 免激活的英文2600+中文汉化包体积会更大。我在网上征集众多高人的经验和 我的本人的意见创作出xp终极瘦身大法,在这里跟大家分享。
1. 删除系统文件备份 sfc.exe /purgecache (一般用户是不怎么用的 ...
最简洁的数据库连接方法.txt
最简洁的数据库连接方法!(ACCESS数据库)
jdbc连接db2、oracle、mysql、postgresql,并取当前时间.txt
package com.terac.util;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class DBTest {
public static void main(String[