-
一个java的局域网聊天室软件,可以实现单人对单人或单人对多人的聊天。...
一个java的局域网聊天室软件,可以实现单人对单人或单人对多人的聊天。-a java chat room LAN software, can achieve single pair of single or single people to chat.
- 2022-02-14 03:07:23下载
- 积分:1
-
Using JAVA Netbean 6.1 to create ChatRoom GUI. This application can learn how to...
Using JAVA Netbean 6.1 to create ChatRoom GUI. This application can learn how to use Netbean IDE and operate the thread API.
- 2022-01-26 08:35:57下载
- 积分:1
-
achieve a servlet with the procedures Cart
一个用servlet实现购物车的程序 -achieve a servlet with the procedures Cart
- 2023-07-20 14:40:02下载
- 积分:1
-
网页分块的例子,教你如何分配平面
网页分块的例子,教你如何分配平面-website Block example, teach you how to allocate Plane
- 2022-03-26 09:19:55下载
- 积分:1
-
ajax+jsp+Hibernate实现的Blog源代码.rar,如题,综合采用ajax技术,jsp作为显示部分,hibernate作为持久层进行数据库的操作封...
ajax+jsp+Hibernate实现的Blog源代码.rar,如题,综合采用ajax技术,jsp作为显示部分,hibernate作为持久层进行数据库的操作封装的blog,转自互联网-ajax+ jsp+ Hibernate realize the Blog source code. rar, such as the title, a combination of ajax technology, jsp as a display part, hibernate as a persistence layer for database operations package blog, carried over the Internet
- 2023-01-22 23:20:05下载
- 积分: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源码,需要的朋友可以下载参考研究-Stock trading system standard JAVA source code, need friends can download the reference and
- 2022-03-02 05:34:14下载
- 积分:1
-
客房管理系统
客房管理系统,需要JAVA和SQL2000
- 2022-05-16 13:49:25下载
- 积分:1
-
短信猫 java二次开发包
里面带有编程示例
短信猫 java二次开发包
里面带有编程示例-GSM MODEM java
- 2023-01-17 21:10:04下载
- 积分:1
-
java基于图形界面的JDBC程序开发 是一个综合性的实验 大家可以下载...
java基于图形界面的JDBC程序开发 是一个综合性的实验 大家可以下载-java-based graphical user interface JDBC application development is a comprehensive experiment that we can download the
- 2023-03-19 20:10:03下载
- 积分:1