-
simple ftp function
实现简单的ftp功能-simple ftp function
- 2023-05-15 07:20:02下载
- 积分:1
-
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部...
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部运行的机制,程序可以转到不同的状态,在不同的状态下程序实现了不同的功能 -Using java realized Tftp (Sftp) client and server program. In this procedure used a
- 2022-05-13 22:17:44下载
- 积分:1
-
一套网上书店系统采用JAVABEAN+SERVLET+JSP
一套网上书店系统采用JAVABEAN+SERVLET+JSP-this is a bookstore system,it s use JAVABEAN+SERVLET+JSP
- 2022-07-18 07:13:49下载
- 积分:1
-
很高兴
Contents
* Introduction
* Installation
* SmartPool 1.5
* Features from earlier releases
* Features expected in future releases
* System Requirements
* User Documentation
* Source
* Java Doc-Contents
* Introduction
* Installation
* SmartPool 1.5
* Features from earlier releases
* Features expected in future releases
* System Requirements
* User Documentation
* Source
* Java Doc
- 2022-03-18 12:54:28下载
- 积分:1
-
ZF接收机的remoan 3azmi做
ZF reciever done by remoan 3azmi
- 2022-02-05 00:06:07下载
- 积分:1
-
prepared with a HTTP mirrors procedures
一个用java编写的HTTP镜像的程序-prepared with a HTTP mirrors procedures
- 2022-01-25 17:40:35下载
- 积分: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中awt应用的例子,希望能给大家帮助
java中awt应用的例子,希望能给大家帮助-java application which awt example, in the hope of giving everyone!
- 2023-05-16 14:20:02下载
- 积分:1
-
Swing组件演示
Swing组件演示-Swing components demo
- 2022-02-11 22:04:49下载
- 积分:1
-
Java 编程思想第三版并且内有源码适合初学者学习
Java 编程思想第三版并且内有源码适合初学者学习-Java program idea
- 2022-05-12 18:17:17下载
- 积分:1