-
java多线程定时器
java多线程定时器-java multithreading timer
- 2022-02-02 13:00:55下载
- 积分:1
-
Java写的一个mp3文件改名的小工具,还有编译成了exe的文件
Java写的一个mp3文件改名的小工具,还有编译成了exe的文件-Java write a small tool for renaming mp3 file
- 2023-08-16 20:25:03下载
- 积分: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
-
使用Java实现的基于TCP协议的通信的小的聊天程序的客户端,可以实现基本的客户端聊天的功能。...
使用Java实现的基于TCP协议的通信的小的聊天程序的客户端,可以实现基本的客户端聊天的功能。-The realization of the use of Java-based TCP protocol communications smaller client chat program, you can achieve the basic function of chat client.
- 2022-12-18 11:30:03下载
- 积分:1
-
java 字符串处理的一些程序代码 这是java cookbook 第二章的代码
java 字符串处理的一些程序代码 这是java cookbook 第二章的代码-string handling some of the java code
- 2022-02-24 17:40:58下载
- 积分:1
-
秒表计时,可以按暂停继续并且可以清零继续秒表的计时
秒表计时,可以按暂停继续并且可以清零继续秒表的计时-stopwatch time, in accordance with the suspension and can continue to reset the stopwatch to time
- 2022-04-07 20:05:48下载
- 积分:1
-
一个学习jsp好例子。可供要学习的jsp的用户学习。。
一个学习jsp好例子。可供要学习的jsp的用户学习。。 -Good example of a learning jsp. Jsp to learn for users to learn. .
- 2022-02-09 16:55:53下载
- 积分:1
-
带验证的javaMail邮件发送程序,仅供参考
带验证的javaMail邮件发送程序,仅供参考-with verification procedures javaMail mail sent, for information purposes only
- 2022-04-19 09:30:45下载
- 积分:1
-
tree控件 tree控件 tree控件
tree控件 tree控件 tree控件 -tree control tree control tree control tree control tree control
- 2022-05-20 08:47:44下载
- 积分:1
-
java课的作业,用swing写的,涉及到图形学方面的知识,包括纺射变换,剪切过滤器,象素提取等等。...
java课的作业,用swing写的,涉及到图形学方面的知识,包括纺射变换,剪切过滤器,象素提取等等。-java class operations, used to write the swing, involving graphics, in terms of knowledge, including spinning shot transform, shear filters, image retrieval.
- 2022-08-16 06:57:26下载
- 积分:1