-
基于命令行交互方式的议程管理系统,有需要的可以下载啊。
基于命令行交互方式的议程管理系统,有需要的可以下载啊。-Based on the command line interactively agenda management system, there is a need that can be downloaded ah.
- 2022-07-09 13:16:08下载
- 积分:1
-
JOGL是Java对OpenGLAPI绑定的开源项目并设计为采用Java开发的应用程序提供3D图形硬件支持。
本压缩包内共三个文件:
jogl1.1.2...
JOGL是Java对OpenGLAPI绑定的开源项目并设计为采用Java开发的应用程序提供3D图形硬件支持。
本压缩包内共三个文件:
jogl1.1.2
nehe的jogl教程的源代码实例
OpenGL-Nehe完整中文教程.pdf-JOGL is a Java binding to the OpenGLAPI designed for open-source projects and applications developed using Java to provide 3D graphics hardware support. The compressed package of three documents: jogl1.1.2 nehe the jogl tutorial source code examples of OpenGL-Nehe full English tutorial. Pdf
- 2022-10-31 07:25: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
-
曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。...
曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。-Curve fitting algorithm of java. This code is the use of mathematics in the preparation of the principle of least square method.
- 2023-08-26 17:45:03下载
- 积分:1
-
These two classes show an extremely simple java.net example of socket programmin...
These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an ASCII string. The server, to keep it very simple, does not use multiple threads. This code requires JDK 1.1 or later, but can easily be adapted to JDK 1.0. -These two classes show an extremely simple java.net example of socket programming. They i mplement the Unix daytime protocol. an extremely simple protocol that consists ent irely of the server sending its current local ti me and date to the client as an ASCII string. The s servers, and to keep it very simple. does not use multiple threads. This code requir es JDK 1.1 or later, but can easily be adapted to JDK 1.0.
- 2022-05-31 23:45:19下载
- 积分:1
-
关于客户端与服务端间的聊天室
关于客户端与服务端间的聊天室-on the client and the server-side Chat Room
- 2022-02-06 01:22:28下载
- 积分:1
-
这是利用.net开发的,其中用到了orm方法(面向对象的方法),是NHibernate,该工具是从java开发的hibernate引申过来的.该程序对初学者非常...
这是利用.net开发的,其中用到了orm方法(面向对象的方法),是NHibernate,该工具是从java开发的hibernate引申过来的.该程序对初学者非常不错!-use. Net development, which uses the Vector method (object-oriented approach), is NHibernate, the tool is the development of java exploit extended overnight. The program is very good for beginners!
- 2023-06-14 11:10:06下载
- 积分:1
-
with attachments and send e
支持带附件发送邮件的源代码,java编写-with attachments and send e-mail"s source code, prepared java
- 2022-03-19 06:46:43下载
- 积分:1
-
java编写的mp3播放器
java编写的mp3播放器-prepared by the MP3 player
- 2022-09-24 03:45:02下载
- 积分:1
-
一些java 的程序,还可以.希望大家可以从中得到帮助哈
一些java 的程序,还可以.希望大家可以从中得到帮助哈-some java procedures can also. Hope that we can obtain help Ha!
- 2022-01-26 01:43:06下载
- 积分:1