-
Using JSP+ JAVA+ html development of a Web site voting system. System is a compl...
用JSP+JAVA+html开发的一个网站投票系统。是一个完整的系统并有详细的源代码-Using JSP+ JAVA+ html development of a Web site voting system. System is a complete and detailed source code
- 2022-09-21 17:30:02下载
- 积分:1
-
JAVA的nat 穿透的实现,先运行服务器在运行客户端1,运行客户端2的时候要把no改为2,即可...
JAVA的nat 穿透的实现,先运行服务器在运行客户端1,运行客户端2的时候要把no改为2,即可-JAVA realization of the nat penetration, first run the server running the client 1, run 2, when the client should be no change 2, can be
- 2022-10-26 07:45:03下载
- 积分:1
-
java基础小例程1,有多个例程供初学者学习参考
java基础小例程1,有多个例程供初学者学习参考-java routines, a small basis, a number of routines for beginners learning reference. .
- 2022-11-05 09:00:03下载
- 积分:1
-
还是一些有用的JAVA小程序,简单,易懂,谢谢!
还是一些有用的JAVA小程序,简单,易懂,谢谢!-a few of java of programs ,easy,understand,thinks!
- 2023-05-27 10:30:04下载
- 积分:1
-
一个JAVA下的多媒体编程
一个JAVA下的多媒体编程-a JAVA programming under the Multimedia
- 2022-03-31 14:44:28下载
- 积分:1
-
java的继承机制的演示,有关swing 界面的继承机制的实现。
java的继承机制的演示,有关swing 界面的继承机制的实现。-the inheritance mechanism of the display, the swing interface inheritance mechanism to achieve.
- 2022-03-17 08:08:43下载
- 积分:1
-
大连cstp学校课堂练习,java编写的学籍管理系统
大连cstp学校课堂练习,java编写的学籍管理系统-Dalian cstp school classroom exercises, java, prepared by school management system
- 2023-03-25 04:50:03下载
- 积分:1
-
用java编写的,工资管理,文字是很伟大的,它可以移动
用JAVA做的工资管理系统,内容充实,可以运行-made by java,gongzi manergement,the text is very great,it can be moving
- 2022-08-05 20:08: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
-
一个画1~6次方程的JAVA源程序,用滑条来选定各项系数,由于时间问题未能做得。...
一个画1~6次方程的JAVA源程序,用滑条来选定各项系数,由于时间问题未能做得。-A painting equation 1 ~ 6 times the JAVA source code, to be selected by sliding the coefficient, as a matter of time failed to do.
- 2022-02-12 15:25:33下载
- 积分:1