-
Java设计模式(GOF)代码样例以及文档说明
Java设计模式(GOF)代码样例以及文档说明-Java design pattern (GOF), and sample code files note
- 2022-02-01 08:05:22下载
- 积分:1
-
JSP 网络聊天 源代码
JSP 网络聊天 源代码-JSP source code
- 2022-01-25 20:03:01下载
- 积分:1
-
通过java得到Mac地址是非常简单的,不信就look一下!
通过java得到Mac地址是非常简单的,不信就look一下!-get mac though java is very simple .
please try
- 2022-05-26 04:37:38下载
- 积分:1
-
gsm modem 发送短信 闪信 WAP PUSH开发包
gsm modem 发送短信 闪信 WAP PUSH开发包-gsm modem letter sent messages flash WAP PUSH development kits
- 2023-03-06 03:45:04下载
- 积分: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
-
ant教程,java项目生成工具,以灵活性和易用性见长,使大型项目更易部署...
ant教程,java项目生成工具,以灵活性和易用性见长,使大型项目更易部署-ant tutorial, java project build tools, known for flexibility and ease of use make it easier for the deployment of large-scale projects
- 2022-12-09 01:15:03下载
- 积分:1
-
奉献股票交易软件的JAVA版本,ECLIPSE调试通过,没有BUG。
奉献股票交易软件的JAVA版本,ECLIPSE调试通过,没有BUG。-Stock trading software, dedicated JAVA version, ECLIPSE debug through, there is no BUG.
- 2022-01-21 05:28:53下载
- 积分:1
-
用JAVA开发出模拟电风扇的功能
用JAVA开发出模拟电风扇的功能-developed with Java functional simulation fans
- 2023-07-21 16:30:02下载
- 积分:1
-
向服务器上传文件的时候对文件名称生成uuid,存储目录的工具类.
对上传图片生成缩略图的工具类...
向服务器上传文件的时候对文件名称生成uuid,存储目录的工具类.
对上传图片生成缩略图的工具类-Upload files to the server when the file name of the generated uuid, store the directory tools.
Generates thumbnail images on upload tools
- 2022-07-07 21:42:12下载
- 积分:1
-
自己制作一个音频文件播放器,能够播放多种音频格式的文件。
(1) 实现为Applet小程序
(2) 实现开始、暂停、停止等播放控制
(3) 维护一个...
自己制作一个音频文件播放器,能够播放多种音频格式的文件。
(1) 实现为Applet小程序
(2) 实现开始、暂停、停止等播放控制
(3) 维护一个或多个播放列表
(4) 能够从Internet下载歌曲并播放。
其它功能可自行扩展。
-Own an audio file player, can play a variety of audio formats. (1) to achieve for the Applet applet (2) the realization of the start, pause, stop, such as playback controls (3) the maintenance of one or more playlists (4) can be downloaded from the Internet and play songs. Other features are free to expand.
- 2022-07-27 01:52:18下载
- 积分:1