-
STRUTS network
基于STRUTS的网络调查应用,支持单选,多选,图形等多种样式问答。
Web based test / exam system, supports profiles, groups and categories. Questions with one or more correct answers, open answers. Graphical results. Struts, J2EE, MVC.-STRUTS network-based survey application support danxuan more elections, graphics and other forms quiz. Web-based test/exam system, supports profiles, groups and categories. Questions with one or more correct answers, and open answers. Graphical results. Struts, J2EE, MVC.
- 2023-01-31 16:10:03下载
- 积分:1
-
based GDI graphics examples
图形基础 GDI 的例子-based GDI graphics examples
- 2022-03-21 12:38:50下载
- 积分: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
-
rtp transmitter, not tests, the need to upload five, the only hair, copied to th...
rtp发送端,未测试,因需要上传5个,所以才发,书上抄的,只供学习用好了。-rtp transmitter, not tests, the need to upload five, the only hair, copied to the book, only to learn from it.
- 2022-12-12 04:50:03下载
- 积分:1
-
使用Java 编制的小游戏,实现了客户端与服务器端的简单连接
使用Java 编制的小游戏,实现了客户端与服务器端的简单连接-Prepared using the Java game to achieve the client and server-side of the simple connection
- 2022-09-02 07:45:03下载
- 积分:1
-
java源码
java source book
- 2022-03-11 01:38:31下载
- 积分:1
-
网上花店销售系统,用jsp开发的,特别的漂亮美观,很好的程序。...
网上花店销售系统,用jsp开发的,特别的漂亮美观,很好的程序。-Online florist sales system, using jsp development, in particular, beautiful appearance, very good procedures.
- 2023-08-21 15:15:04下载
- 积分:1
-
非
非Applet的java电子时钟与秒表小程序 包括多线程控制与界面切换-the non- java applet electronic clock with a stopwatch small programs including multithreaded control and interface switching
- 2022-02-07 08:43:17下载
- 积分:1
-
(一个用标准JDBC连接Oracle数据库的包)
(一个用标准JDBC连接Oracle数据库的包)-(a JDBC connections using standard Oracle database packages)
- 2022-02-11 13:42:31下载
- 积分:1
-
一个MP3播放器
用java写的mp3播放器-with an MP3 player
- 2023-02-24 08:50:03下载
- 积分:1