-
我做了几个英文分词的程序,java实现的,这是第1个,共享给大家...
我做了几个英文分词的程序,java实现的,这是第1个,共享给大家-I make a few words in English sub-procedures, java realize, this is the first one to share to the U.S.
- 2022-04-16 04:34:19下载
- 积分:1
-
网龙仿阿里巴巴程序源码(java版) v2.5.rar
网龙仿阿里巴巴程序源码(java版) v2.5.rar-Network Liuzhou imitation procedures Alibaba source (java version) v2.5.rar
- 2022-02-21 07:24:47下载
- 积分:1
-
在java中实现控件的管理!
在java中实现控件的管理!-in achieving control of the management!
- 2022-01-26 03:13:38下载
- 积分:1
-
一个用最新编写的贪吃蛇手机游戏,挺不错的,游戏是北…
一个用java编写的贪吃蛇升级版手机游戏,很不错哦,正在编写手机游戏的朋友一定不要错过。-a prepared with the updated version Snake phone games, quite Oh, the game is being prepared phones friends must not miss.
- 2022-12-19 00:45:03下载
- 积分:1
-
用java做的图片制作,画面变得清晰的白色…
用java做的图片制作,将图片中的白色变为透明色,在网络开发中非常实用,-Using java to do the picture production, the picture becomes clear in the white color, in the network development is very practical,
- 2023-03-10 11:20:03下载
- 积分:1
-
用struts实现的文章系统,专门为学习struts和j2ee开发者所学习的源码,带有详细的安装说明,程序没有bug,大家可以放心使用!无解压密码...
用struts实现的文章系统,专门为学习struts和j2ee开发者所学习的源码,带有详细的安装说明,程序没有bug,大家可以放心使用!无解压密码-with struts achieve the article, devoted to the study and struts and creates developers are learning the source code with detailed installation instructions, procedures no bug, we can be assured use! Without extracting passwords!
- 2022-10-21 15:20: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
-
NS2图形化界面,对于学习NS2的新手来说非常有用
NS2图形化界面,对于学习NS2的新手来说非常有用-NS2 graphical interface, for learning is very useful for the novice NS2
- 2022-12-11 11:40:03下载
- 积分:1
-
Student mini
学生小型计算器 实现功能 加减乘除 ,适用于新手学习Java-Student mini-calculator
- 2022-05-25 09:08:49下载
- 积分:1
-
用Java实现的一个简单的寄存器分配器,用的算法是线性扫描(Linear Scan)...
用Java实现的一个简单的寄存器分配器,用的算法是线性扫描(Linear Scan)-Using Java to achieve a simple register allocator, used for linear scan algorithm (Linear Scan)
- 2023-05-18 00:40:02下载
- 积分:1