-
All correct answers to iCarnegie SSD1 course.
All correct answers to iCarnegie SSD1 course.
- 2022-06-21 18:09:12下载
- 积分:1
-
用java的swing包做的扫地雷小游戏
用java的swing包做的扫地雷小游戏-java with the swing package so small mine sweeping games
- 2023-01-24 06:15:04下载
- 积分:1
-
JSP 网络聊天 源代码
JSP 网络聊天 源代码-JSP source code
- 2022-01-25 20:03:01下载
- 积分: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
-
IBM MQ JAVA开发包,MQ 开发使用
IBM MQ JAVA开发包,MQ 开发使用-IBM MQ Java Development Kit, the development of the use of MQ
- 2022-07-21 23:29:55下载
- 积分:1
-
Java programming model model for the Delegation
JAVA模式编程中的Delegation模式举例-Java programming model model for the Delegation
- 2022-04-24 19:39:23下载
- 积分:1
-
JAVA的学习资料
JAVA的学习资料-JAVA learning materials
- 2022-10-10 03:20:02下载
- 积分:1
-
实现上述图形化界面,点击 open file 按扭,打开文件对话框,选择文件,在文本框中输出所选文件的路径;...
实现上述图形化界面,点击 open file 按扭,打开文件对话框,选择文件,在文本框中输出所选文件的路径;-To achieve the above graphical interface, click the open file button, open the file dialog box, select the file, in the text box and the output of the selected file path
- 2023-03-30 00:45:03下载
- 积分:1
-
inquistor
SNMP
snmp inquistor
Pour la communication avec les agents SNMP on utilise un package Java open source développé par Jonathan Sevy. Ce package contient notamment les différents types de données utilisés par SNMP, ainsi que des classes permettant l’envoi de requêtes GET et SET.
- 2022-03-15 21:12:39下载
- 积分:1
-
一个学习jsp好例子。可供要学习的jsp的用户学习。。
一个学习jsp好例子。可供要学习的jsp的用户学习。。 -Good example of a learning jsp. Jsp to learn for users to learn. .
- 2022-02-09 16:55:53下载
- 积分:1