-
java教学讲义
java教学讲义-java Teaching Materials
- 2022-02-01 02:22:21下载
- 积分:1
-
《Java程序设计入门教程》中国青年出版社 一书配套光盘
《Java程序设计入门教程》中国青年出版社 一书配套光盘-"Introduction to Java Programming Guide" China Youth Publishing a book, CD
- 2022-01-21 02:41:05下载
- 积分:1
-
javascript一些基本的用法,正规表达式,验证码.
javascript一些基本的用法,正规表达式,验证码.-javascript use of some basic regular expressions, Verification Code.
- 2022-03-14 03:10:45下载
- 积分:1
-
这是实际使用中的项目,应用Struts技术,视图
这是实际使用中的项目,应用Struts技术,视图-模型-控制机制,运用软件工程思想,是学习Struts的很好例子-this is the actual use of the project, application Struts, View-model-control mechanism, using software engineering thinking and learning is a good example of Struts
- 2022-04-16 06:25:30下载
- 积分:1
-
java编写的定时作业源码,可以定时规定作业和程序,和程序下次运行的时间,间隔等等,里面包含2个不同的方式实现...
java编写的定时作业源码,可以定时规定作业和程序,和程序下次运行的时间,间隔等等,里面包含2个不同的方式实现-java prepared by the regular operations FOSS can provide regular operations and procedures, and procedures for running the next time interval, etc., which contains two different ways to achieve
- 2022-03-21 04:55:14下载
- 积分: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
-
java入门的几个代码,很实用,初学者不可错过
java入门的几个代码,很实用,初学者不可错过-Some entry-java code, it is useful, for beginners not to be missed
- 2022-02-11 19:30:46下载
- 积分:1
-
Java curriculum design Short cases the source code Java curriculum design Short...
Java课程设计案例精编源代码 Java课程设计案例精编源代码-Java curriculum design Short cases the source code Java curriculum design Short cases the source code
- 2023-05-07 06:25:02下载
- 积分:1
-
深度学习JSP网址导航系统,通过学习具体的实现代码,可以快速掌握jsp编程...
深度学习JSP网址导航系统,通过学习具体的实现代码,可以快速掌握jsp编程-Depth study and JSP web site navigation systems, through learning to achieve a specific code, programmers can quickly grasp the jsp
- 2022-02-13 13:32:41下载
- 积分:1
-
这是一个简单的小程序,使用Hibernate分页。供初学者查看
这是一个简单的利用hibernate 分页的小程序。可供初学者查看-This is a simple to use hibernate paging small procedures. For beginners to view
- 2022-02-05 13:39:10下载
- 积分:1