-
Ftp with the basic functions that can upload and download files. Pause, a fresh...
具有Ftp的基本功能,能够上传,下载文件。暂停,重新开始,批量下载等功能-Ftp with the basic functions that can upload and download files. Pause, a fresh start, a bulk download functions
- 2022-02-22 01:59:41下载
- 积分:1
-
java 写excell文件,里头含字符/金额/日期等格式。提供给客户下载使用...
java 写excell文件,里头含字符/金额/日期等格式。提供给客户下载使用-java write excel document, containing characters Erlitou/amount/date format. Provided to customers downloading
- 2022-01-23 10:28:55下载
- 积分:1
-
毕业设计在线考试系统源码,功能完善,使用javaBean+mysql
毕业设计在线考试系统源码,功能完善,使用javaBean+mysql-Graduation project online examination system source code, function perfect, the use of javaBean+ Mysql
- 2022-12-22 01:35:05下载
- 积分: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
-
模拟201卡电话机程序
模拟201卡电话机程序 -simulated 201 phone card procedures
- 2022-01-24 16:49:23下载
- 积分:1
-
一个完整的学生管理系统,初学者很好的资料
一个完整的学生管理系统,初学者很好的资料-a complete management system for students, beginners good information
- 2023-04-04 06:45:03下载
- 积分:1
-
java实现的聊天程序服务器端
java实现的聊天程序服务器端-chat server side
- 2022-11-08 20:15:07下载
- 积分:1
-
快点给我开通哦 无限感激
快点给我开通哦 无限感激-I quickly opened to the infinite gratitude oh
- 2022-02-03 08:53:36下载
- 积分: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
-
Java program to achieve a simple drawing of three randomly generated color graph...
Java实现简单画图程序随机生成三种图形颜色等-Java program to achieve a simple drawing of three randomly generated color graphics, etc.
- 2022-03-20 01:02:38下载
- 积分:1