-
这是一个完整的asp数据库操作例程,集中精力在里面…
这是一个完整的asp数据库操作例程,里面集中了我对asp的理解,小小的一个asp程序,集中了查询,分页,按目录排序,检索,鼠标事件,listctrl操作,以及添加、删除、编辑、保存和sesion的应用。也是我至今最后一个asp程序了。-This is a complete database operation asp routines inside concentrate on my understanding of the asp, a small asp procedures focusing on the inquiry, tabbed by catalog ordering, retrieval, mouse, listctrl operation, and add, delete, edit, preserve and sesion Application . Since my last one asp proceedings.
- 2022-07-17 12:11:39下载
- 积分:1
-
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,...
本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我选用ODBC来进行数据库程序的开发。-this program is to design a directory, it will have a simple database functions, such as the insertion, deletion, modification and other practical applications. VC and ODBC database is used to create procedures good tools, rapid development and easy to use, the two tools is the best option. I chose to ODBC database development.
- 2022-12-06 13:25:03下载
- 积分:1
-
该示例说明包含三个文件: 1
该示例说明包含三个文件: 1-数据库TEST 2-数据库驱动mm.mysql-2.0.4-bin.jar 3-数据库连接示例文件db.jsp 第一步:请把TEST导入您的数据库,如果是本机请把数据库TEST目录放到你的MYSQL/DATA/下 第二步:请把数据库驱动mm.mysql-2.0.4-bin.jar放到WEB-INF/LIB/目录下(如果是虚拟主机请放到您的虚拟主机根目录下WEB-INF/LIB/) 第三步:把db.jsp连接数据库文件放到您的具有可执行JSP的目录下,通过WEB执行.如果看到恭喜数据库连接成功字样那么恭喜您数据连接成功!^_^-example of the notes contain three documents : 1-database TEST 2-database-driven mm.mysql- 2.0.4- bin.jar 3-database connection sample file db.jsp first step : Please TEST into your database, if this is Requests for database TEST Putting your MYSQL/DATA/second under : database-driven mm.mysql- 2.0.4- bin.jar put WEB-INF/LIB/directory (if it is virtual mainframe please put your virtual server root directory WEB-INF/LIB /) Third step : put db.jsp connecting to the database into your document with a list of executable JSP, through the implementation of WEB. Congratulations to see if the database linking the words so successful congratulate your data connectivity success! ^ _ ^
- 2023-01-21 05:50:03下载
- 积分:1
-
this source code contains the VC using ADO operation of the database all the det...
此源代码包含了在VC下利用ADO进行数据库操作的所有细节,值得一看-this source code contains the VC using ADO operation of the database all the details, an eye-catcher
- 2022-02-10 11:17:02下载
- 积分:1
-
用VC编的数据库查询器,适合数据库/MIS的开发人员和VC进阶学习人员。...
用VC编的数据库查询器,适合数据库/MIS的开发人员和VC进阶学习人员。-VC series for database query, for database/MIS staff and the development of higher learning VC staff.
- 2022-03-02 07:42:46下载
- 积分:1
-
runtime environment :'d software for the Delphi programming support tools to...
运行环境:Win9x/Me/NT/2000/XP
本软件为DELPHI的编程辅助工具,能够提供信息框设计、ASCII查询、键码查询、颜色码查询等功能。为绿色自由软件,不需安装和注册,下载后即可直接使用。
-runtime environment :"d software for the Delphi programming support tools to provide information box design, ASCII inquiries, and the key code inquiries, color code query capabilities. Green free software, installation and without registration, can be downloaded directly after use.
- 2022-04-20 07:46:28下载
- 积分:1
-
用VB写的库存查询系统,是一个完整的系统。 供初学者使用。...
用VB写的库存查询系统,是一个完整的系统。 供初学者使用。-VB inventory write the query system is a complete system. For beginners.
- 2022-07-22 15:05:53下载
- 积分:1
-
VC++ environment to operate access database query, modify, insert, delete and co...
VC++环境下操作access数据库的查询、修改、插入、删除各种操作齐全-VC++ environment to operate access database query, modify, insert, delete and complete a variety of operations
- 2023-08-04 15:10:04下载
- 积分:1
-
telephone information system, using visual basic realization sql
电话信息系统,用visual basic+sql实现-telephone information system, using visual basic realization sql
- 2022-03-30 05:51:02下载
- 积分:1
-
考虑霍夫曼每个选择的是最小的两个频率(..
时考虑到在哈夫曼中要每次挑选两个频率最小(即出现次数最小,我那个hNode里的value
是出现的次数),很自然的就想到了std::priority_queue容器,优先队列每次都会弹出队列
中权值最高的元素,这个特性无疑是实现哈夫曼算法的最佳选择。 ...
-to consider the Huffman each selected to be the smallest two frequencies (that is, the minimum number, which I hNode"s value is the number of occurrences), it is natural to think of the std : : priority_queue containers, each priority queue queue will pop the top right elements, the Characteristics undoubtedly Huffman algorithm is the best choice. ...
- 2022-01-31 20:06:11下载
- 积分:1