-
JavaMail发送Email,工作中总结出来的
JavaMail发送Email,工作中总结出来的-JavaMail send email
- 2022-05-06 08:17:31下载
- 积分:1
-
可以实现彩票的增删查改 用netBeans可直接打开
可以实现彩票的增删查改 用netBeans可直接打开
- 2022-03-19 15:13:04下载
- 积分:1
-
本程序实现了网络五子棋的基本功能,是我自己的毕业设计,有兴趣的话可以参考参考。...
本程序实现了网络五子棋的基本功能,是我自己的毕业设计,有兴趣的话可以参考参考。-This procedure Gobang realize the basic functions of the network is to design my own graduation, who are interested can refer to the reference.
- 2022-07-18 03:43:10下载
- 积分:1
-
基于lucene的 全文检索程序。可以对office等文件pdf文件进行检索,检索到的位置进行高亮显示。...
基于lucene的 全文检索程序。可以对office等文件pdf文件进行检索,检索到的位置进行高亮显示。-Based on the Lucene full-text retrieval procedures. Office and other documents on pdf files retrieval, retrieved location highlighted.
- 2023-04-14 02:40:03下载
- 积分:1
-
A simple drawing program, to achieve a simple straight line, oval, rectangular
简单的画图程序,实现简单的直线、椭圆、矩形-A simple drawing program, to achieve a simple straight line, oval, rectangular
- 2023-05-26 19:45:03下载
- 积分:1
-
客户端端聊天工具实现,JAVA
客户端端聊天工具实现,JAVA-paying customers chat tools, JAVA
- 2023-08-21 03:50: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
-
我是我弄是一个记事本小程序,请多指教。立刻决撒地方可怜见斯大林棵就...
我是我弄是一个记事本小程序,请多指教。立刻决撒地方可怜见斯大林棵就 -I am, I get the notebook is a small program, please enlighten. Localities must immediately withdraw Gelianjian trees on Stalin
- 2022-05-10 20:00:32下载
- 积分:1
-
基于java语言开发的 和msn集成的工具
基于java语言开发的 和msn集成的工具 -Java-based language development and integration tools for msn
- 2022-03-15 10:37:39下载
- 积分:1
-
数据库SQL查询和删除数据的功能
database sql search and delete data function-sql database search and delete data functi on
- 2022-02-18 16:59:58下载
- 积分:1