-
使用java.util.zip包将zip文件解压的类
使用java.util.zip包将zip文件解压的类-a class for decpressing the zip file by java.util.zip
- 2022-12-08 16:15:02下载
- 积分:1
-
一个用ajax作的树插件,可以加载到工程里进行改写成自己的树。...
一个用ajax作的树插件,可以加载到工程里进行改写成自己的树。-For a tree with ajax plug-ins can be loaded into the work carried out into its own tree rewriting.
- 2023-02-21 23:05:04下载
- 积分:1
-
关于Swing设计,一种新的皮肤。带有透明效果。
关于Swing设计,一种新的皮肤。带有透明效果。-Swing on the design, a new skin. With a transparent effect.
- 2022-06-17 09:41:42下载
- 积分:1
-
java开发的聊天应用程序从不同的系统进行通信
Chat application developed in java to communicate from different systems
- 2022-01-21 19:32:13下载
- 积分:1
-
java鼠标事件,在窗口内任意点击鼠标,可以画出一个个圆点。
java鼠标事件,在窗口内任意点击鼠标,可以画出一个个圆点。-java mouse events, in the window any clicking of the mouse, you can draw a dot.
- 2022-12-04 04:20:03下载
- 积分:1
-
UDP服务器和客户端通信的简单例子,但麻雀虽小,五脏俱全,适合于初学者。...
UDP服务器和客户端通信的简单例子,但麻雀虽小,五脏俱全,适合于初学者。-UDP server and client communication simple examples, but Sparrow small, perfectly formed, and suitable for beginners.
- 2022-01-31 00:41:39下载
- 积分:1
-
a software based on java for touch screen mobile phone
一款用于触摸屏手机的java程序,适用于带java的各类手机-a software based on java for touch screen mobile phone
- 2022-07-10 20:25:58下载
- 积分: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
-
前台的CSS教程,帮助教师做好网站的重构的第一步
前台的CSS教程,帮助教师做好网站的重构的第一步-CSS Tutorial prospects to help teachers do a good job in the first step in reconstruction of the site
- 2022-02-06 04:56:38下载
- 积分:1
-
JNLP协议样本,从java.sun.com
JNLP sample, from Java.sun.com-SERVER sample, from Java.sun.com
- 2023-03-01 20:20:04下载
- 积分:1