-
java连接Oracle数据库例子(thin/oci)
java连接Oracle数据库例子(thin/oci)-java examples Oracle database connectivity (thin/oci)
- 2022-03-22 04:57:13下载
- 积分:1
-
multifunctional clock, please accept
多功能时钟,请收下-multifunctional clock, please accept
- 2022-04-28 18:46:42下载
- 积分:1
-
JAVA中的设计模式应用
JAVA中的设计模式应用-Java application design patterns
- 2022-04-01 09:07:59下载
- 积分:1
-
A Celsius
A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsius, Fahrenheit, and Kelvin degrees. For each unit, there is a text field showing the temperature, and a button that activates the conversion from that unit to the other units. Show 2 decimal places. -A Celsius-Fahrenheit-Kelvin-converter using NetBeans IDE.An application that converts between Celsius, Fahrenheit, and Kelvin degrees. For each unit, there is a text field showing the temperature, and a button that activates the conversion from that unit to the other units. Show 2 decimal places.
- 2023-06-15 04:05:04下载
- 积分:1
-
这是一个计算器脸谱网。
this a calculator to facebook AM.
-this is a calculator to facebook AM.
- 2022-07-25 22:47:06下载
- 积分:1
-
JNDI TURTORIAL java
jndi turtorial for java
- 2023-04-29 10:35:04下载
- 积分:1
-
扫雷系统:和平时的玩法差不多;设定难度,重新开始。但还有一些问题需要解决...
扫雷系统:和平时的玩法差不多;设定难度,重新开始。但还有一些问题需要解决-Mine system: and the play almost normally set the difficulty a fresh start. But there are still some problems to be solved
- 2022-01-26 01:09:08下载
- 积分: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
-
AWT代码
awt code
- 2022-03-24 13:36:49下载
- 积分:1
-
Mvc
基于mvc的宠物管理系统。servlet+jsp-Mvc-based pet management system. servlet+ jsp
- 2022-02-06 11:09:23下载
- 积分:1