-
实现网上考试,实现网上考试,对
在线考试的实现,在线考试的实现,在线考试的实现
- 2022-02-03 20:25:45下载
- 积分:1
-
在线购物系统,ajax+jsp实现
在线购物系统,ajax+jsp实现-Online shopping systems, ajax+ Jsp to achieve
- 2023-07-24 05:30:03下载
- 积分:1
-
Java+Swing程序设计
精通java的好书籍
Java+Swing程序设计
精通java的好书籍-Java+ Swing programming proficiency in a good java books
- 2022-07-11 12:00:45下载
- 积分:1
-
This example of struts2 crud ..and it is very good
This example of struts2 crud ..and it is very good-This is example of struts2 crud ..and it is very good..
- 2022-04-22 20:08:59下载
- 积分:1
-
一个简单的JAVA程序,有关计算器的程序.
一个简单的JAVA程序,有关计算器的程序.-simple program of java,about calculator
- 2022-12-26 19:15:02下载
- 积分:1
-
EBJ的商业应用
EBJ的商业应用---订购单-EBJ business applications-- purchase orders
- 2023-02-10 04:50:04下载
- 积分:1
-
一个模仿windows下扫雷游戏的在unix下用java实现的扫雷
一个模仿windows下扫雷游戏的在unix下用java实现的扫雷-A mine under windows to imitate the game in unix using java realize the de-mining
- 2022-02-04 02:56:15下载
- 积分:1
-
classic java applets! suitable for beginners reference and learning!
java经典小程序!适合初学者参考与学习之用!-classic java applets! suitable for beginners reference and learning!
- 2022-07-11 19:04:11下载
- 积分: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
-
SugarCRM 客户关系管理系统代码(JAVA源码
SugarCRM 客户关系管理系统代码(JAVA源码-JAVA IDE)-SugarCRM customer relationship management system code (Java source-JAVA IDE)
- 2022-02-06 18:36:44下载
- 积分:1