-
扫描信息
通过登录窗口,进行系统登录,可以修改用户的密码,可以浏览学生的信息,添加、删除、修改学生的信息等-scan information
- 2022-07-26 07:47:36下载
- 积分:1
-
常用的java数据库连接。包括驱动名称和连接…
常用java连接数据库的方法。包括驱动名字以及连接的URL写法-Commonly used to connect java database. Including the driver name and connection URL writing
- 2023-03-11 07:20:03下载
- 积分:1
-
一个关于STRUTS的学习资料,一步步带你上手,感觉还可以的
一个关于STRUTS的学习资料,一步步带你上手,感觉还可以的-A learing material of struts,steply take you to start,quite good!
- 2022-10-27 20:40:03下载
- 积分:1
-
《JavaScript精彩网页特效实例精粹》一书的完整光盘源代码。
《JavaScript精彩网页特效实例精粹》一书的完整光盘源代码。-" JavaScript examples of the essence of good web page effects" of a book on CD-ROM source code integrity.
- 2022-03-31 00:08:08下载
- 积分:1
-
用JAVA实现的模拟内存管理程序,可以模拟操作系统动态管理内存,主要采用首次适应算法以及最佳适应算法。...
用JAVA实现的模拟内存管理程序,可以模拟操作系统动态管理内存,主要采用首次适应算法以及最佳适应算法。-The realization of the simulation with JAVA memory management procedures, the operating system can simulate the dynamic management of memory, the main algorithm used to adapt the first and best adaptation algorithm.
- 2022-01-24 15:35:16下载
- 积分:1
-
精通java核心技术》随书源代码,学习编程的好帮手,
精通java核心技术》随书源代码,学习编程的好帮手,-Proficient in the core java technology with the book source code, learn about programming a good helper,
- 2022-04-17 11:46:26下载
- 积分:1
-
Paste excel table for the data, convert it to support vector machines required f...
针对excel表中粘贴的数据,将其转换为支持向量机所需要的格式-Paste excel table for the data, convert it to support vector machines required format
- 2022-02-14 03:31:58下载
- 积分: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 Socket
Java Socket
- 2022-04-21 23:32:34下载
- 积分:1
-
本程序适用java语言写的CORBA构架的网络服务器程序
本程序适用java语言写的CORBA构架的网络服务器程序-This procedure applies to java language of the CORBA architecture network server program
- 2022-07-25 20:11:56下载
- 积分:1