-
java 聊天程序(c/s)适合初学者使用
java 聊天程序(c/s)适合初学者使用-java chat program (c/s) suitable for beginners to use
- 2023-04-24 10:20:03下载
- 积分:1
-
这是一个JAVA游戏的源代码,希望对扩大的网友有一些帮助,记的一定要有一点JAVA的基础。...
这是一个JAVA游戏的源代码,希望对扩大的网友有一些帮助,记的一定要有一点JAVA的基础。-This is a JAVA game
- 2022-12-23 20:10:03下载
- 积分:1
-
一个j2me的手机程序
一个j2me的手机程序-a J2ME phones procedures
- 2022-04-29 10:26:26下载
- 积分:1
-
接着上次传入一些Java学习中的实验,这一些都是调试好的源代码程序。
算是原创吧,不过把自己的快乐与大家分享罢了...
接着上次传入一些Java学习中的实验,这一些都是调试好的源代码程序。
算是原创吧,不过把自己的快乐与大家分享罢了-Java learning some experiments, these are a good source code debugging procedures. It is original, but their joy and share Bale
- 2022-01-25 15:01:48下载
- 积分: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
-
比较好的BBS社区源码,采用MySql数据库。
比较好的BBS社区源码,采用MySql数据库。-relatively good source community, using MySql database.
- 2022-05-16 11:04:31下载
- 积分:1
-
File.toURL 方法是 Java(tm) 2 Platform 的新特性, 可以用来将 pathname
转换为URL格式....
File.toURL 方法是 Java(tm) 2 Platform 的新特性, 可以用来将 pathname
转换为URL格式.
-File.toURL is Java (TM) 2 Platform the new features, which can be used to convert URL pathname format.
- 2023-03-27 13:30:04下载
- 积分:1
-
java excel操作源代码,希望大家可以一起交流
java 对 excel操作的 源代码 希望大家可以一起交流-java to excel operated source code hope everyone can work together to exchange
- 2023-02-18 16:40:04下载
- 积分:1
-
模拟邮件客户端发送电子邮件 实现多附件 超容量附件以及多种发送方式...
模拟邮件客户端发送电子邮件 实现多附件 超容量附件以及多种发送方式-java sends email
- 2023-05-18 17:10:03下载
- 积分:1
-
一个关于hibernate的实现例子
一个关于hibernate的实现例子-an exploit on the realization example
- 2023-05-16 17:25:03下载
- 积分:1