-
使用Java编写的一个邮件代理程序,里面可以自己配置服务器。...
使用Java编写的一个邮件代理程序,里面可以自己配置服务器。-use Java to prepare the mail a proxy program, which can own server configuration.
- 2022-03-18 09:47:51下载
- 积分:1
-
简单入门 单选案件演示
简单入门 单选案件演示-simple entry danxuan cases demo
- 2022-02-13 18:41:36下载
- 积分:1
-
这是数据结构中的描述二叉树的一个JAVA 程序。
这是数据结构中的描述二叉树的一个JAVA 程序。-This data structure is the description of a binary tree JAVA program.
- 2023-05-19 23:05:03下载
- 积分: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
-
Realize using Java source Windows system tray icon, very creative
用Java实现Windows系统托盘图标源码,很有创意-Realize using Java source Windows system tray icon, very creative
- 2022-01-28 20:37:15下载
- 积分:1
-
在Struts2中的jar包xwork的源代码.版本为2.0.7
在Struts2中的jar包xwork的源代码.版本为2.0.7-Struts2 in the jar in the xwork source code package. Version 2.0.7
- 2022-07-16 16:16:54下载
- 积分:1
-
This is my practice when learning java is a trophy! !
这是我在学习java时的练习,是一个战利品-This is my practice when learning java is a trophy! !
- 2022-03-19 22:42:20下载
- 积分:1
-
java版的冒泡算法
java版的冒泡算法-java version of the algorithm Bubble
- 2022-08-23 21:47:22下载
- 积分:1
-
一个简单的语义检索框架,实现了简单的查询界面,提交查询请求,处理查询扩展,简单搜索,推理,可以进一步的扩展。最初没有结果是因为没有添加待检索数据,添加数据后即会...
一个简单的语义检索框架,实现了简单的查询界面,提交查询请求,处理查询扩展,简单搜索,推理,可以进一步的扩展。最初没有结果是因为没有添加待检索数据,添加数据后即会有结果。-a simple semantic retrieval framework to achieve a simple query interface, the author inquiry request, to handle inquiries expansion simple search, reasoning, can be further expanded. Initially no results because it is not added to retrieval of data, add the data after the yield results.
- 2022-12-18 02:30:02下载
- 积分:1
-
查询sun公司软件java的api,
查询sun公司软件java的api,-failed to translate
- 2022-12-17 00:00:03下载
- 积分:1