-
java初学者,一个聊天室的服务器和客户端的代码
java初学者,一个聊天室的服务器和客户端的代码-java beginners, a chat room server and client code
- 2022-02-06 21:22:39下载
- 积分:1
-
是一个小型的网上购物系统,比较实用,使用方便简单易懂
是一个小型的网上购物系统,比较实用,使用方便简单易懂-Is a small online shopping system, more practical and easy to use easy to understand
- 2022-03-18 10:48:15下载
- 积分:1
-
java实现文件的上传和下载
java实现文件的上传和下载-a file upload and download
- 2022-09-04 03:00:03下载
- 积分:1
-
五子棋模块java源程序 ,
网络五子棋涉及两台主机间的通信 ,相互需要传递棋子信息,控制指令和文本信息,...
五子棋模块java源程序 ,
网络五子棋涉及两台主机间的通信 ,相互需要传递棋子信息,控制指令和文本信息,-Backgammon java source code module, the network backgammon involves communication between two hosts, and mutual need to pass the piece of information, control instructions and text information,
- 2022-06-28 12:13:23下载
- 积分:1
-
an ant algorithm based on the procedures
一个根据蚂蚁算法编写的程序-an ant algorithm based on the procedures
- 2023-08-03 12:50: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教学讲义
java教学讲义-java Teaching Materials
- 2022-07-02 06:06:37下载
- 积分:1
-
JAVA设计模式visitor详解,电脑专卖系统源代码及详解!
JAVA设计模式visitor详解,电脑专卖系统源代码及详解!-JAVA Design Pattern Detailed visitor, proprietary computer systems and explain the source code!
- 2022-05-20 13:26:28下载
- 积分:1
-
一个不错的java 源程序 对库存寻求的添加,删除,修改和查询...
一个不错的java 源程序 对库存寻求的添加,删除,修改和查询 -Java a good source of stock sought to add, delete, modify, and query
- 2022-04-06 16:25:29下载
- 积分:1
-
参数测试,corejava
参数测试,corejava-test parameters, corejava
- 2022-03-07 09:22:35下载
- 积分:1