-
我甚至不知道这是什么
i don t even know what this is
don t download it
- 2023-05-18 19:00:04下载
- 积分:1
-
包含linux的所有指令,对于linux开发和管理人员,特别方便
包含linux的所有指令,对于linux开发和管理人员,特别方便-linux contains all the instructions for linux development and management of staff, particularly convenience
- 2022-08-16 11:34:59下载
- 积分:1
-
1、 具有以数字形式显示时、分、秒的功能。 2、 小时计时要求为“12翻1”,分和秒计时要求为60进位。 3、 校正时间的功能。 4、 定时功能。 5、 报整点...
1、 具有以数字形式显示时、分、秒的功能。 2、 小时计时要求为“12翻1”,分和秒计时要求为60进位。 3、 校正时间的功能。 4、 定时功能。 5、 报整点时间的功能。-one is in digital form, the minute and second functions. 2, the time required for hours, "turned a 12", will require time and the second for 60 to rounding. 3, time correction function. 4, the timer function. 5, at the time the whole function.
- 2022-11-14 06:25:03下载
- 积分:1
-
TCL2543电压表中的应用,内存管理部分
TCL2543电压表中的应用,内存管理部分-TCL2543 voltage meter application, the memory management component
- 2023-02-05 01:45:03下载
- 积分:1
-
用java开发的扫雷游戏
与windows下的有基本的相似度,基于swing的
控件处理机制...
用java开发的扫雷游戏
与windows下的有基本的相似度,基于swing的
控件处理机制-with java development of the mine games and windows of a basic similarity, based on the swing mechanism of control
- 2022-08-06 02:03:08下载
- 积分:1
-
network designers examination information. Feel good. Some hope to those who wan...
网络设计师考试资料。个人觉得不错的。希望对一些想考试的人有帮助-network designers examination information. Feel good. Some hope to those who want to test help
- 2022-01-25 18:14:40下载
- 积分:1
-
NS2实现Zigbee Tcl代码。
ns2 zigbee implementation tcl code.
- 2023-02-22 15:20:03下载
- 积分:1
-
excel2000 VBA
excel2000 VBA
- 2022-02-03 18:42:56下载
- 积分:1
-
为了循序渐进的了解投票功能,本人专门开发了这套简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。 本系统的实现原来是用户每投一次,将在数据库...
为了循序渐进的了解投票功能,本人专门开发了这套简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。 本系统的实现原来是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDataSource,其中自定义了很多方法和函数。 管理地址为/ItemManager.aspx
-Step-by-step understanding of voting in order to function, I developed a set of specialized simple voting system, the voting data stored in the Sql database, only to vote to preserve the items and the number of votes. Realize the system was user vote once each, will be in the database corresponds to the item number of votes plus one. The system data source using the SqlDataSource, which a lot of custom methods and function. Management of address/ItemManager.aspx
- 2022-08-18 05:42:52下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1