-
java程序,适合初学者,可编译运行,已测试
java程序,适合初学者,可编译运行,已测试-java procedures for beginners, the compiler can run, have tested
- 2022-04-08 09:10:53下载
- 积分:1
-
流程设计组件,可以随意画流程图,接口完整
流程设计组件,可以随意画流程图,接口完整
- 2022-04-15 18:02:07下载
- 积分:1
-
several of the procedures, there are various graphics. .
几个java的程序,有各种图形的-several of the procedures, there are various graphics. .
- 2023-03-01 01:20:03下载
- 积分:1
-
用软件做留言板,请
用软件做留言板,请-software so the message board, please look at
- 2022-07-17 12:16:46下载
- 积分:1
-
老师上课的java课的讲解,从最基本的了解java的结构,是最基础认识java的课件...
老师上课的java课的讲解,从最基本的了解java的结构,是最基础认识java的课件-Java class teacher in the class of explanations, from the most basic understanding of java, the structure of the most basic understanding of java courseware
- 2022-10-17 14:55:03下载
- 积分:1
-
在具有一定的JAVA水平上学习这个可以让佻的java水平更进一步
在具有一定的JAVA水平上学习这个可以让佻的java水平更进一步-JAVA in a certain level of learning that can further the level of java the playfully
- 2022-11-10 01:05:04下载
- 积分:1
-
专门针对一般用户的制作war包的一个小程序,对于不喜欢使用ide的朋友可以试试看!...
专门针对一般用户的制作war包的一个小程序,对于不喜欢使用ide的朋友可以试试看!-targeted users of the war produced a small package of procedures for the use of ide do not like friends can try!
- 2022-02-25 03:59:10下载
- 积分:1
-
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table...
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table pet add weight int
删除列
alter table tbl_name drop col_name
例如,删除列weight:
mysql>alter table pet drop weight
改变列
alter table tbl_name modify col_name type
例如,改变weight的类型:
mysql> alter table pet modify weight samllint
另一种方法是:
alter table tbl_name change old_col_name col_name type
例如:
mysql> alter table pet change weight weight samllint
给列更名
mysql>alter table pet change weight wei
给表更名
alter table tbl_name rename new_tbl
例如,把pet表更名为animal
mysql>alter table pet rename animal
-alter table tbl_name add col_name type for example, to form an increase in weight mysql> alter table pet add weight int Remove Columns alter table tbl_name drop col_name For example, the deletion of column weight: mysql> alter table pet drop weight change out alter table tbl_name modify col_name type for example, the type of weight change: mysql> alter table pet modify w
- 2022-02-11 13:09:52下载
- 积分:1
-
毕业设计在线考试系统源码,功能完善,使用javaBean+mysql
毕业设计在线考试系统源码,功能完善,使用javaBean+mysql-Graduation project online examination system source code, function perfect, the use of javaBean+ Mysql
- 2022-12-22 01:35:05下载
- 积分:1
-
Personnel Management in accordance with business requirements, the system needs...
根据企业对人事管理的要求,本系统需要实现以下目标:
操作简单方便、界面简洁大方。
方便快捷的档案管理。
简单适用的考勤和奖惩管理。
简单适用的培训管理。
针对企业中不同的待遇标准,实现待遇账套管理。
简单明了的账套维护功能。
方便快捷的账套人员设置。
功能强大的待遇报表功能。
系统运行稳定、安全可靠。
-Personnel Management in accordance with business requirements, the system needs to achieve the following goals: operation is simple and convenient, simple and elegant interface. convenient file management. simple application of the management of attendance and rewards and punishments. simple application of management training. for enterprises of different standards of treatment to achieve treatment账套management. 账套simple maintenance function. 账套convenient set up. Treatment powerful reporting features. system stable, safe and reliable.
- 2022-03-23 12:30:19下载
- 积分:1