-
一个基于Struts的文章管理系统,使用MySQL数据库,具有以下功能: 支持国际化 Web编辑方式发表文章 分类管理 文章管理 文章搜索...
一个基于Struts的文章管理系统,使用MySQL数据库,具有以下功能: 支持国际化 Web编辑方式发表文章 分类管理 文章管理 文章搜索-an article based on the Struts management system, using MySQL database, has the following functions : to support international Web editing an article published articles classified management articles Search Management
- 2022-10-11 12:45:03下载
- 积分:1
-
一个很好的C语言源程序,实现了窗口界面编程,很值得借鉴哦
一个很好的C语言源程序,实现了窗口界面编程,很值得借鉴哦-a good source of the C language and realized the window interface programming, we can draw oh
- 2022-06-13 04:15:08下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
单文档基本的绘图功能,包括直线、椭圆、矩形等,可移动图形...
单文档基本的绘图功能,包括直线、椭圆、矩形等,可移动图形-Single document the basic drawing functions, including linear, oval, rectangular, etc., mobile graphics
- 2022-01-28 15:50:17下载
- 积分:1
-
用Visual C++.NET编写的为软件添加启动界面
用Visual C++.NET编写的为软件添加启动界面-Visual C.NET software prepared by the addition of activated interface
- 2022-02-26 08:30:47下载
- 积分:1
-
vc curriculum design, 2004
vc++课程设计,2004/11/20-vc curriculum design, 2004
- 2022-03-20 06:33:11下载
- 积分:1
-
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-MFC+5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
- 2022-02-13 03:43:27下载
- 积分:1
-
CheckBox2009软件,优化界面,让界面更漂亮~!VB的
CheckBox2009软件,优化界面,让界面更漂亮~!VB的-CheckBox2009
- 2022-09-06 00:05:03下载
- 积分:1
-
教师管理系统
教师信息管理系统是典型的信息管理系统,易使用等特点。
- 2023-01-18 04:40:03下载
- 积分:1
-
背景色控制源代码
背景色控制源代码-background color control source code
- 2022-05-25 14:28:36下载
- 积分:1