-
shooting small game, a tank game, a tank game
射击小游戏,又一个坦克game ,又一个坦克game-shooting small game, a tank game, a tank game
- 2022-02-04 22:49:43下载
- 积分:1
-
Using class MouseMotionAdapter.
Using class MouseMotionAdapter.
- 2022-06-14 07:57:01下载
- 积分:1
-
- 2023-08-07 05:45:05下载
- 积分: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
-
基于微软的 ASP.NET+C#开发的PETSHOP(网上宠物店)项目,在性能及开发效率上明显优于基于SUN J2EE框架开发的PETSHOP.
项目包括所...
基于微软的 ASP.NET+C#开发的PETSHOP(网上宠物店)项目,在性能及开发效率上明显优于基于SUN J2EE框架开发的PETSHOP.
项目包括所有源码及数据库建库脚本,是不错的学习 ASP.net/C#的源码例子.-Based on Microsoft
- 2023-02-02 04:10:04下载
- 积分:1
-
jsp + servlete + jdbc开的管理系统
jsp + servlete + jdbc开的管理系统
- 2022-01-25 18:18:04下载
- 积分:1
-
J2ME的蓝牙移动终端程序,可以运行在手机搜索附近…
j2me 蓝牙手机端midlet,可以在手机上运行搜索附近的蓝牙设备。-j2me Bluetooth mobile terminal midlet, can be run on mobile phones search nearby Bluetooth devices.
- 2022-09-26 05:45:02下载
- 积分:1
-
java源码
学生管理系统,详细的设计,精简的源码
实用的技术
java源码
学生管理系统,详细的设计,精简的源码
实用的技术-err
- 2022-05-15 10:37:09下载
- 积分:1
-
根据蚂蚁算法模拟的程序
根据蚂蚁算法模拟的程序-under the ant algorithm simulation procedures
- 2022-12-21 22:20:03下载
- 积分:1
-
这是JAVA的教程,非常详细的讲稿,可以参考
这是JAVA的教程,非常详细的讲稿,可以参考-This is the Java Directory, a very detailed script, they can refer to
- 2022-02-15 11:17:55下载
- 积分:1