-
使用EJB + JSP + JavaBean + Servlet开发的一个远程销售通用平台
使用EJB + JSP + JavaBean + Servlet开发的一个远程销售通用平台-use EJB JSP Servlet JavaBean development of a common platform for remote sales
- 2022-03-11 12:48:47下载
- 积分:1
-
一个简单的EJB实例.用DB2连接.JSP页面.很好用.供大家学习
一个简单的EJB实例.用DB2连接.JSP页面.很好用.供大家学习-a simple EJB examples. Connecting with DB2. JSP pages. Good use. Learning for everyone
- 2022-01-25 23:40:37下载
- 积分:1
-
realization of this new notebook, preservation, reproduction, and other basic fu...
实现记事本的新建,保存,复制,粘贴等基本功能-realization of this new notebook, preservation, reproduction, and other basic functions paste
- 2023-09-07 19:30:03下载
- 积分:1
-
简单复选框演示程序
简单复选框演示程序-simple check box Demonstration Program
- 2022-03-22 18:44:36下载
- 积分:1
-
图书馆管理系统,用jsp写的,内附使用说明,希望对大家能有所帮助...
图书馆管理系统,用jsp写的,内附使用说明,希望对大家能有所帮助-the manage system of library
- 2022-11-28 17:10:03下载
- 积分:1
-
chat聊天室的服务器,客户端的程序
chat聊天室的服务器,客户端的程序-chatclintserver program
- 2023-01-22 22:45: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
-
一个风靡世界的扑克牌游戏
一个风靡世界的扑克牌游戏-a popular poker game in the world
- 2022-07-18 03:03:38下载
- 积分:1
-
jsp表单提交之详细解释,适于初学者使用的代码。
jsp表单提交之详细解释,适于初学者使用的代码。-jsp form submission of a detailed explanation of the code is suitable for beginners to use.
- 2022-04-07 06:11:49下载
- 积分:1
-
java字符移动测试
Java move pictuer Test
- 2022-11-27 12:00:08下载
- 积分:1