-
学生管理系统,功能强大,适用于做毕业设计的同学。
学生管理系统,功能强大,适用于做毕业设计的同学。-zi dong fan yi bu dong le ,xie xia pin yin ba.
- 2023-01-12 16:40:03下载
- 积分:1
-
声明:好易多电子书店是某作者在学习JAVA过程中的一个作业,所用的网站名字和公司名均为杜撰,如有同名,实在抱歉。 本程序只可用于学习参考,不得用于商业系统...
声明:好易多电子书店是某作者在学习JAVA过程中的一个作业,所用的网站名字和公司名均为杜撰,如有同名,实在抱歉。 本程序只可用于学习参考,不得用于商业系统,如有发现,将以法律解决。-statement : good Iddo electronic bookstore is a writer in the process of learning Java an operation, Terms used in the names and company names are invented, if the same name, really sorry. This procedure can only be used to study reference shall not be used for commercial systems and, if found, will be law.
- 2023-07-29 06:20:04下载
- 积分:1
-
JNI 托盘程序:
JAVA系统托盘图标控制程序
说明:
这是一个用Java JNI技术写的系统托盘图标控制程序.暂时还是一个测试版本,带...
JNI 托盘程序:
JAVA系统托盘图标控制程序
说明:
这是一个用Java JNI技术写的系统托盘图标控制程序.暂时还是一个测试版本,带有一个显示我的mail信息的对话框.
配置和运行:
该程序运行于JDK1.3以上,首先你的机器必须支持在DOS窗口下直接输入java运行jar文件,如果不行,请在sun公司的网站java.sun.com进行JDK的最新版的下载和安装.
通常你可以直接双击TrayIconTest.jar运行本程序,如果不能直接双击运行,请使用run.bat文件运行.
-TrayIcon
- 2022-11-01 05:20:02下载
- 积分:1
-
客房管理系统
客房管理系统,需要JAVA和SQL2000
- 2022-05-16 13:49:25下载
- 积分:1
-
求和的JAVA小程序
求和的JAVA小程序-summation of Java Applet
- 2022-02-10 01:43:30下载
- 积分:1
-
java源代码,经典问题,约瑟夫环问题
天乙论坛java源代码-Tian Forum java source code
- 2022-01-22 13:22:31下载
- 积分: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
-
java的语音通信,很好的处理 java两个客户端之间的通信
java的语音通信,很好的处理 java两个客户端之间的通信-java voice communication, a good deal with java client communication between the two
- 2022-04-24 11:14:01下载
- 积分:1
-
struts与ajax结合的例子
Ajax打破了使用页面重载的惯例技术组合,使用XMLHttpRequest对象进行异步数据读取,完成了浏览器和服务器之间的...
struts与ajax结合的例子
Ajax打破了使用页面重载的惯例技术组合,使用XMLHttpRequest对象进行异步数据读取,完成了浏览器和服务器之间的异步通信-struts with ajax example of combining the use of Ajax has broken the practice of overloading the page technology portfolio, use the XMLHttpRequest object to read asynchronous data, the completion of the browser and server asynchronous communication between
- 2022-10-04 03:05:04下载
- 积分:1
-
struts+ hibernate+ spring of a very good example, database mysql, paging and oth...
struts+hibernate+spring的一个很好的例子,数据库为mysql,并且还有分页等功能,直接导入myeclipse中即可使用。-struts+ hibernate+ spring of a very good example, database mysql, paging and other functions and are directly imported to use in myeclipse.
- 2022-03-01 10:54:56下载
- 积分:1