代码搜索:标准库
找到约 10,000 项符合「标准库」的源代码
代码结果 10,000
www.eeworm.com/read/133840/14021498
url 中华源码库下载站.url
[InternetShortcut]
URL=http://www.codek.cn/
Modified=D025DCA4DCF4C4010A
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/133840/14021504
url 中华源码库下载站.url
[InternetShortcut]
URL=http://www.codek.cn/
Modified=D025DCA4DCF4C4010A
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/236098/14031885
txt oracle数据库的创建文档 .txt
create table books (
ID number(3),
BookName varchar2(20),
Press varchar2(20),
Author varchar2(20),
PressDate Date,
Price number(5,2),
Com varchar2(20),
books_count number(2),
borrowed_count n
www.eeworm.com/read/236098/14031907
txt oracle数据库的创建文档 .txt
create table books (
ID number(3),
BookName varchar2(20),
Press varchar2(20),
Author varchar2(20),
PressDate Date,
Price number(5,2),
Com varchar2(20),
books_count number(2),
borrowed_count n
www.eeworm.com/read/133550/14035967
url 中华源码库下载站.url
[InternetShortcut]
URL=http://www.codek.cn/
Modified=D025DCA4DCF4C4010A
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/133550/14035974
url 中华源码库下载站.url
[InternetShortcut]
URL=http://www.codek.cn/
Modified=D025DCA4DCF4C4010A
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/133550/14035980
url 中华源码库下载站.url
[InternetShortcut]
URL=http://www.codek.cn/
Modified=D025DCA4DCF4C4010A
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/133386/14046629
url 中华源码库下载站.url
[InternetShortcut]
URL=http://www.codek.cn/
Modified=D025DCA4DCF4C4010A
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/133056/14055879
txt 如何建立mysql数据库的连接.txt
如何建立MYSQL数据库的连接?
在安装好MYSQL ODBD的驱动程序后,应如何建立ASP文件连接数据库?
我们有两种方法:
一种是在ODBC数据源中建立一个DSN。具体方法是:
1、打开控制面板中的ODBD数据源;
2、选择系统DSN,添加一个新的DSN驱动程序;
3、选择MyODBD,出现一个对话框供输入MySQL:
(1)Windows DSN name:所要建立DSN的 ...