-
icarnegie practice sdd7 courses 2, perfect, the right decision, rest assured tha...
icarnegie 课程的sdd7的练习2,满分,决对正确,放心使用-icarnegie practice sdd7 courses 2, perfect, the right decision, rest assured that the use of
- 2022-09-30 19:50:04下载
- 积分:1
-
在Qt中,使用OCI访问Oracle数据库的样本
应用背景在Windows和Linux Qt,我们可以访问 ;使用OCI数据库。用于编译,在窗口中。在项目属性页,库,包括设置,链接。如果Linux,在makefile ; ;incpath,LIBS设置。例如:…incpath ; ; ;= -我/选择/ qtsdk-2010.05 / QT / mkspecs / linux-g + + -。。/。/ 6410serverqt -我/选择/ qtsdk-2010.05/qt/include/qtcore -我/选择/ qtsdk-2010.05/qt/include/qtnetwork -我/选择/ qtsdk-2010.05/qt/include/qtgui - I /选择/ qtsdk-2010.05/qt/include - I.。/调试。。/。/ 6410serverqt -我美元(qtdir)/ mkspecs默认-。。/ generatedfiles - igeneratedfiles /调试- igeneratedfiles -我-我/ usr /包括/甲骨文/ 11.2/client…LIBS ; ; ; ; ;= $(sublibs) ;- L /选择/ qtsdk-2010.05/qt/lib - lqtgui - L /选择/ qtsdk-2010.05/qt/lib - L / usr / X11R6 / lib - lqtnetwork - lqtcore - lpthread ;- / Oracle 11g/L自民党-低密度脂蛋白- lnsl - lclntsh…关键技术在Windows和Linux Qt,我们可以访问 ;使用OCI数据库。登录的步骤是ocienvcreate, ; ;ocihandlealloc,ocilogon。执行步骤ocistmtprepare, ; ; ;ocistmtexecute,ocitranscommit。如果有参数,ocistmtprepare, ; ; ;ociattrget,ocib
- 2022-08-13 11:57:58下载
- 积分:1
-
一个可以替代windows ODBC驱动程序管理器的通用ODBC数据库引擎
一个可以替代windows ODBC驱动程序管理器的通用ODBC数据库引擎- May substitute windows ODBC to actuate the program manager the
general ODBC database engine
- 2022-01-25 16:00:38下载
- 积分:1
-
链表信息
学生信息建立
// 上机实验二.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "string.h"
struct Student
{
char id[10];
char name[10];
char sex[10];
char grade[10];
char tel[10];
int age;
};
- 2022-02-14 01:40:40下载
- 积分:1
-
大型数据库系统开发指南,对大型数据库设计做了比较详细的讲解...
大型数据库系统开发指南,对大型数据库设计做了比较详细的讲解-Large-scale database systems development guidelines, for large database design has done a more detailed explanations
- 2023-02-07 03:35:10下载
- 积分:1
-
Linear chain, said the table when the realization of all basic operations, such...
线性表的链式表示时各基本操作的实现,例如链表的初始化,删除,添加,-Linear chain, said the table when the realization of all basic operations, such as the initialization list, delete, add, and so on
- 2022-08-19 16:08:07下载
- 积分:1
-
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman problem : A salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest.
- 2023-07-26 02:35:04下载
- 积分:1
-
一个能求图中任两顶点之间的最短距离的程序
一个能求图中任两顶点之间的最短距离的程序-seeking a map to the two vertices of the shortest distance between the procedures
- 2022-07-20 07:05:48下载
- 积分:1
-
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增...
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] 当然可以把数据库连接方法修改后直接用。-rewritten Microsoft SQLHelper (shared database Call Interface) a SqlHelper the connectionString caused an overall volume, uniform database connections increased by two strings to the specific name of the table in the DataSet interface. In the config files set database connection string private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings [ "ConnectionString"] lt; !-- Application specific settings-- gt; Lt; AppSettingsgt; Lt; Add key
- 2022-06-02 10:24:49下载
- 积分:1
-
网上购物
这是一个在线购物车系统,用户可以使用所有的servlet概念,并可以通过在线购买商品。
- 2022-07-22 14:46:36下载
- 积分:1