-
自己些的java版本的按键精灵可以读取配置文件(Voter.action)
自己些的java版本的按键精灵可以读取配置文件(Voter.action)-Own some of the java version of the button configuration files can be read Elven (Voter.action)
- 2022-08-15 21:11:27下载
- 积分:1
-
该文件为编译器解释器的代码
该文件为编译器解释器的代码-document for the compiler code interpreter
- 2022-03-20 11:08:48下载
- 积分:1
-
Java实现万年历。只有一个文件,实现了万年历功能,适合初学者学习JAVA编程。...
Java实现万年历。只有一个文件,实现了万年历功能,适合初学者学习JAVA编程。-Java implementation calendar. There is only one file, realized the calendar function, suitable for beginners to learn JAVA programming.
- 2022-06-17 14:45:07下载
- 积分:1
-
线程小程序(售票员卖票)
线程小程序(售票员卖票)-small thread (conductor sells tickets for the Taiwan)
- 2022-01-26 05:23:25下载
- 积分: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
-
jsp的简单登录程序,适合初学者
jsp的简单登录程序,适合初学者-jsp simple login procedure for beginners
- 2022-10-16 03:05:04下载
- 积分:1
-
一条 显示的跑马灯
一条 显示的跑马灯-a show of a 5,250
- 2022-06-14 12:09:54下载
- 积分:1
-
这是源代码java技术
This is source code corba with java
- 2023-05-13 06:30:03下载
- 积分:1
-
移动API通讯接口 移动API通讯接口 移动API通讯接口
移动API通讯接口 移动API通讯接口 移动API通讯接口-Mobile API communication interface mobile API communication interface mobile API communication interface mobile API communication interface mobile API communication interface
- 2022-06-19 15:19:14下载
- 积分:1
-
java持久化API
Java Persistent API - JPA JEE 5-Java Persistent API- JPA JEE 5
- 2022-01-27 20:31:12下载
- 积分:1