-
JAVA聊天软件,socket 和多线程序
JAVA聊天软件,socket 和多线程序-JAVA chat software, socket and multi-line procedures
- 2022-10-16 20:30:03下载
- 积分:1
-
jsp chatRoom! very simple! develop by a Rookie
简单入门超级菜鸟jsp聊天室!非常低级,但是一看就懂。是您从白鸟变成菜鸟的必备代码!这下描述总够长了吧!-jsp chatRoom! very simple! develop by a Rookie
- 2022-02-20 05:44:09下载
- 积分:1
-
some source code, to help jxta beginners
some source code, to help jxta beginners
- 2022-01-26 02:38:57下载
- 积分:1
-
Bargaining model is applied to a variety of business negotiation rule
讨价还价模型
用于各种商务谈判规则的制定以及策略选取-Bargaining model is applied to a variety of business negotiation rule-making and strategy selection
- 2022-10-22 02:10:04下载
- 积分: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
-
SMTP mail client to achieve the java source code, which achieve most of the main...
SMTP邮件客户端的java源码实现,其中实现最为主要的的post ,get等功能函数。-SMTP mail client to achieve the java source code, which achieve most of the main post, get function and other functions.
- 2022-03-21 20:07:44下载
- 积分:1
-
本教程是为java插件ImageJ写作介绍。它解释了…
This tutorial is an introduction to writing Java plugins for ImageJ. It explains the concept of plugins in ImageJ, starting with the sample plugins that are part of the ImageJ distribution and covers those parts of the ImageJ API, that are essential for writing plugins. A reference of the most important classes, methods and constants is provided.
- 2023-07-14 17:40:02下载
- 积分:1
-
一个聊天室的原代码
一个聊天室的原代码-a chat room, the original code
- 2022-02-07 06:48:09下载
- 积分:1
-
Button to return to the default home page
Button to return to the default home page
- 2022-04-02 08:32:11下载
- 积分:1
-
struts的一个例子程序,对学习struts的程序员是个不错的材料
struts的一个例子程序,对学习struts的程序员是个不错的材料-An example of struts process of learning struts programmers is a good material
- 2022-09-12 10:30:03下载
- 积分:1