-
Small
小型网上购物系统, JSP+BEAN+severlet, 初学者比较好的入门代码,其中包含登陆模块,购物模块-Small-scale online shopping system, JSP+ BEAN severlet, beginners better entry-code, which includes landing module to module
- 2022-04-11 15:41:24下载
- 积分:1
-
这是第二版,也是不错的,对了解java 也有很大的帮助
这是第二版,也是不错的,对了解java 也有很大的帮助-This is the second edition, is not a bad thing, the right understanding of java is also very helpful
- 2023-06-04 11:30:03下载
- 积分:1
-
Python在java脚本来执行实际的接口的代码,包括设置系统。
在java中执行python脚本的实际接口代码,包括python路径设置等内容-Python in java script to perform the actual interface code, including settings such as python path
- 2023-01-12 06:25:03下载
- 积分:1
-
把远程网页转成为自己想要的格式保存下来
把远程网页转成为自己想要的格式保存下来-remote website will become the format they want to preserve
- 2022-09-07 09:55:03下载
- 积分:1
-
java tools wish you hit the jackpot
随机选号彩票工具java 祝大家中奖-java tools wish you hit the jackpot
- 2022-04-12 11:41:25下载
- 积分:1
-
企业内部管理系统的源代码,很实用,希望大家能够喜欢
企业内部管理系统的源代码,很实用,希望大家能够喜欢-Internal management system source code, very useful, hope that we can love
- 2022-03-06 19:07:52下载
- 积分: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
-
成绩管理系统
成绩管理系统---部分二:
使用了struts,hibernate,spring等技术,内容相当详细,几个朋友几个月的毕业项目。
(因为23MB上传多次均失败,故分成3部分上传)-Performance management system- part II: using struts, hibernate, spring, such as technology, content in considerable detail, a few friends a few months of graduation projects. (Because many times have 23MB upload failure, it is divided into 3 parts uploaded)
- 2022-01-22 04:26:18下载
- 积分:1
-
沃达丰betavine java API的源代码,最新的快照。
Vodafone betavine java api source code, the latest snapshot.
- 2022-05-24 00:57:27下载
- 积分:1
-
DocBook可以帮助你生成更用户友好的文档。
DocBook可以帮助你生成更用户友好的文档。-DocBook can help you generate more user-friendly document.
- 2022-12-04 20:45:04下载
- 积分:1