搜索:Database Connection

找到约 625 项符合「Database Connection」的查询结果

结果 625
按分类筛选
显示更多分类
https://www.eeworm.com/dl/633/492952.html Java编程

2.打开“命令行提示符”; 3.输入mysql –u root - p命令

2.打开“命令行提示符”; 3.输入mysql –u root - p命令,然后输入密码进入MySQL控制台; 4.输入create database ch9命令,建立名为ch9的数据库; 5.输入use ch9命令,对ch9数据库进行操作; 6.输入source c:\ch9.sql命令,导入BBS论坛数据库的建表代码。 ...
下载 33
·
查看 1168
https://www.eeworm.com/dl/895393.html 技术资料

基于单片机的RFID主控系统设计及实现

本设计使用宏晶科技STC12C5A60S2单片机作为微处理器,结合OLED显示技术、数据库管理技术设计制作了一款以射频识别为主要功能的主控电路,实现读卡、写卡操作。此外该主控板还可以通过板载接口拓展红外遥控解码电路ESP8266无线透传电路以实现远程管理、数据库对接等高级操作。This design uses STC12 C5 A ...
下载 3
·
查看 7948
https://www.eeworm.com/dl/542/206711.html 其他书籍

This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the

This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the field. It provides the tools to help overcome the problems of video storage, cataloging, and retrieval, by exploring content standardization and other content classification and a ...
下载 107
·
查看 1085
https://www.eeworm.com/dl/696/296957.html Jsp/Servlet

网络商店源代码用NetBeans6.1Beta开发

网络商店源代码用NetBeans6.1Beta开发,实现jsp+servlet+mysql的具体应用,完成管理员对商品的管理,用户购物等基本流程。重点突出jsp页面通过servlet和javabeans 数据库之间的互动。是学习网页和数据库之间通讯的具体实例,对于熟练应用web development+database有很大帮助。 ...
下载 162
·
查看 1047
https://www.eeworm.com/dl/689/492195.html SQL Server

SQL: A Beginner’s Guide is recommended for anyone trying to build a foundation in SQL programming.

SQL: A Beginner’s Guide is recommended for anyone trying to build a foundation in SQL programming. The book is designed specifically for those who are new or relatively new to SQL however, those of you who need a refresher in SQL will also find this book beneficial.Whether you ...
下载 191
·
查看 1110
https://www.eeworm.com/dl/638/402010.html 金融证券系统

//JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址

//JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要访问的数据库名称 private String strDBName = "atm1" //数据库用户名称 private String strUserName = "testUser" ...
下载 72
·
查看 1384
https://www.eeworm.com/dl/831403.html 技术资料

J-LINK下载器

首先下载软件,解压软件,安装在程序中找到SEGGER,选里面的J-FLASH,进入界面,刚开始的那个界面可以忽略,不用建project也可以;单击菜单栏的“Options---Project settings”打开设置,进行jlink配置;正在General选项,选择“USB”,一般都是默认配置,确认一下即可;然后在CPU选项,选择芯片型号,先 ...
下载 10
·
查看 8111
https://www.eeworm.com/dl/518/214488.html 数值算法/人工智能

关于Logistic回归统计算法的matlab实现

关于Logistic回归统计算法的matlab实现,内容包括建模、输出变量预测和预测误差分析。数据来自UCI数据库中的Ionosphere database,有351个统计实例,输出变量是二分类变量,代表电波从电离层反射的好坏情况,共有32个特征值。(压缩包中包含已经处理好的数据) ...
下载 152
·
查看 1156
https://www.eeworm.com/dl/689/169041.html SQL Server

包含有以下基本功能的BBS系统: 发表文章、回复文章、搜索文章、查看文章、文章排序 运行的时候

包含有以下基本功能的BBS系统: 发表文章、回复文章、搜索文章、查看文章、文章排序 运行的时候,需要把database目录下的Forum_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 访问路径为 http://localhost:8080/chap23/index.jsp。 ...
下载 171
·
查看 1097
https://www.eeworm.com/dl/620/207887.html Internet/网络编程

Many programs today suffer from the fact that their users have to connect using IP addresses. This i

Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collabor ...
下载 154
·
查看 1142