-
C2C电子
C2C的电子商务网站,需要eclipse编程环境,简单实现了交易,付款的功能,供参考-C2C e-commerce site needs to eclipse programming environment, a simple realization of the transaction, payment functions, for reference
- 2022-04-12 11:46:33下载
- 积分: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
-
Hibernate is a very popular object
Hibernate是非常流行的对象关系映射工具。本书详细介绍了运用目前最成熟的Hibernate 2.1版本进行Java对象持久化的技术。Hibernate是连接Java对象模型和关系数据模型的桥梁,通过本书,读者不仅能掌握用Hibernate工具对这两种模型进行映射的技术,还能获得设计与开发Java对象模型和关系数据模型的先进经验。-Hibernate is a very popular object-relational mapping tools. The book details the use of the most mature Hibernate 2.1 version of Java Object Persistence technology. Hibernate is to connect Java object model and relational data model of the bridge, through this book, readers not only can use Hibernate tools to master these two models mapping technology, but also access to design and development of Java object model and relational data model of the advanced experience of .
- 2022-06-18 00:01:52下载
- 积分:1
-
Описание: Улицы города тонут в олне преступности, криминал процветает, и даже дн...
Описание: Улицы города тонут в олне преступности, криминал процветает, и даже днём выходить из дома мирным жителям стало небезопасно. Полиция бессильна, помочь горожанам может только супер-герой Разрушитель! Словно высеченный из камня, со своей могучей булавой он выходит на улицу, чтобы положить конец всем негодяям, которых он встретит на пути. Вершите правосудие вместе с Разрушителем, верните мир в родной город.- Описание: Улицы города тонут в волне преступности, криминал процветает, и даже днём выходить из дома мирным жителям стало небезопасно. Полиция бессильна, помочь горожанам может только супер-герой Разрушитель! Словно высеченный из камня, со своей могучей булавой он выходит на улицу, чтобы положить конец всем негодяям, которых он встретит на пути. Вершите правосудие вместе с Разрушителем, верните мир в родной город.
- 2022-07-05 04:48:00下载
- 积分:1
-
java图书管理系统,个人以为比较好用,可以试试看
java图书管理系统,个人以为比较好用,可以试试看-java library management systems, personal thought more convenient, could give it a try
- 2022-06-01 00:52:07下载
- 积分:1
-
一个用JAVA编写的ELM
一个用JAVA编写的ELM-VE 服务器-客户端系统,比较全面地展示了该类系统的结构。-a prepared with JAVA ELM-VE server-client system, more comprehensive display of the structure of such systems.
- 2022-01-26 06:41:01下载
- 积分:1
-
ssd 3 practical quiz2
ssd 3实用问答2
- 2022-06-02 02:09:22下载
- 积分:1
-
A typical algorithm is described in Java, and we share with learning and common...
一种Java典型算法的描述,和大家分享一起学习,共同进步-A typical algorithm is described in Java, and we share with learning and common progress
- 2023-08-14 07:20:02下载
- 积分:1
-
a simple entry procedures for the examination system
一个简单的考试系统录入程序-a simple entry procedures for the examination system
- 2022-07-23 01:42:58下载
- 积分:1
-
address book in java
address book in java
- 2022-04-30 21:44:40下载
- 积分:1