-
java midlets code samples (j2me)
java midlets code samples (j2me)
- 2022-06-29 10:38:48下载
- 积分:1
-
你首先要在优酷网上找到你想要的视频地址(请参考如何寻找视频链接地址 ),这个代码是不能自动播放的。
这是不自动播放的视频地址(带有播放器):...
你首先要在优酷网上找到你想要的视频地址(请参考如何寻找视频链接地址 ),这个代码是不能自动播放的。
这是不自动播放的视频地址(带有播放器):
- 2022-03-19 02:59:19下载
- 积分:1
-
俄罗斯方块游戏java俄罗斯方块游戏java开源,开源
俄罗斯方块游戏java开发源代码,俄罗斯方块游戏java开发源代码-Tetris game java open source, Tetris game java open source
- 2023-08-28 05:35:03下载
- 积分:1
-
杰表服务器 部分源码
杰创网络报表(简称“杰表”)是一款国产的网络报表开发工具,也是国内为数不多的基于纯java技术实现的报表开发工具。杰表产品兼容j2e...
杰表服务器 部分源码
杰创网络报表(简称“杰表”)是一款国产的网络报表开发工具,也是国内为数不多的基于纯java技术实现的报表开发工具。杰表产品兼容j2ee平台,该报表工具可以使广大软件开发商,大大节降低开发成本,轻松实现基于互联网的报表打印,预览。
-Jie-jie table server part of a network source statements (referred to as the
- 2022-02-12 18:55:59下载
- 积分:1
-
这是一个用Java语言编的一个小程序,主要教java初学者如何使用java语言,本例实现使用栈的例程...
这是一个用Java语言编的一个小程序,主要教java初学者如何使用java语言,本例实现使用栈的例程-This is a use of the Java language in a series of small procedures, the java java beginners how to use the language, the use of cases to achieve the stack routines
- 2022-05-10 13:45:02下载
- 积分:1
-
objects first with java: a practical introduction using bluej 英国爱丁堡大学java教程源代码...
objects first with java: a practical introduction using bluej 英国爱丁堡大学java教程源代码-first with java objects : a practical introduction using Bluej University of Edinburgh, UK Directory java source code
- 2022-08-07 22:41:02下载
- 积分:1
-
Java应用for the above项目
java application for the above project
- 2022-09-08 16:45:08下载
- 积分:1
-
在具有一定的JAVA水平上学习这个可以让佻的java水平更进一步
在具有一定的JAVA水平上学习这个可以让佻的java水平更进一步-JAVA in a certain level of learning that can further the level of java the playfully
- 2022-11-10 01:05: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
-
这是我们班做的图书馆管理系统,很完整,很有创意。
这是我们班做的图书馆管理系统,很完整,很有创意。-This is done in our class library management system is very complete and very creative.
- 2023-01-27 09:10:03下载
- 积分:1