-
用java实现的一个文件合并与分割程序,很有实用价值
用java实现的一个文件合并与分割程序,很有实用价值-with java achieve a merger with the document segmentation procedures, very practical value
- 2022-01-26 06:01:33下载
- 积分:1
-
own slate to be a simple line drawing and other graphics can choose View picture...
自己做一个画板
可以画直线简单图形等
还能选择浏览图片等-own slate to be a simple line drawing and other graphics can choose View pictures
- 2022-05-29 01:27:33下载
- 积分:1
-
用java编写的七星彩走势分析图,包括每一位数字在每一个位置上出现的频率...
用java编写的七星彩走势分析图,包括每一位数字在每一个位置上出现的频率-Qixing prepared using java color trend analysis, including each and every figure in every position on the frequency
- 2023-06-19 16:25:04下载
- 积分:1
-
俄罗斯方块的java源码
可以运行,本人已经测试过了。可以无误的运行,虽然有点简单。但对于初学java的人来说还是不错的选择...
俄罗斯方块的java源码
可以运行,本人已经测试过了。可以无误的运行,虽然有点简单。但对于初学java的人来说还是不错的选择-Russian box can run the java source code, I have been tested before. Can be error-free operation, though a bit simple. But for beginners or for those who java a good choice
- 2023-06-14 09:55:04下载
- 积分:1
-
Java developers and web design the bridge DWR
Java 开发人员与网页设计人员的桥梁 DWR-Java developers and web design the bridge DWR
- 2023-05-04 11:55:03下载
- 积分:1
-
这是一个用java语言编写的小型C语言的语法分析器。
这是一个用java语言编写的小型C语言的语法分析器。
-This is a java language with a small C language parser.
- 2023-01-09 10:10:03下载
- 积分:1
-
This is a simple rmi realize, realize only the most basic functions rmi
这是一个简单的rmi实现,只实现了最最基本的rmi功能-This is a simple rmi realize, realize only the most basic functions rmi
- 2022-05-31 18:08:46下载
- 积分: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扫雷 java扫雷 java扫雷 java扫雷-java mine java mine java mine mine java mine java mine java mine java
- 2022-06-26 16:38:55下载
- 积分:1
-
1。文件和目录管理,对java.io.file类编程,采用煤炭。
1.文件和目录管理,使用java.io.File类编程,完成如下功能: (1)输入文件名称 (2)判断该文件名称是否存在 (3)若文件存在,判断是文件还是目录 (4)若是文件则输出文件的各种属性 (5)若是目录则输出其中包含的所有文件的名称 2.二进制文件的读写操作,用InputStream和OutputStream及其子类,设计并实现一个可以完成文件复制操作的程序。 3.文本文件的读写操作,编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词总数。提示:对文件的分析可以使用StreamTokenizer类。 4.异常处理程序的编写,在上述三个程序中应用异常处理方法增加程序的错误处理能力。-1. File and directory management, the use of java.io.File class programming to complete the following functions : (a) input file name (2) to determine that the names of the existence of documents (3) If the file exists, or judgment is that the paper catalog (4) If the paper is output files the various attributes (5) If the directories containing the output of all documents name two. Binary file reading or writing, using InputStream and OutputStream and its sub-class design and realization of a complete copy of the operating procedures. 3. The text files and write, to prepare a text file analysis program, read an English text files, statistics words, numbers, punctuat
- 2022-05-05 14:18:17下载
- 积分:1