-
用来为垂直搜索引擎抓取数据的采集系统,采用多线程。智能界面化控制,想抓取的战点或内容简单配置一下即可以运行,采集来的数据自动保存到数据库。数据库可自行配置。...
用来为垂直搜索引擎抓取数据的采集系统,采用多线程。智能界面化控制,想抓取的战点或内容简单配置一下即可以运行,采集来的数据自动保存到数据库。数据库可自行配置。-Used for vertical search engines to crawl the data acquisition system, using multi-threaded. Intelligent interface of control, would like to crawl the content of the war, or a simple configuration that can run about, collecting data automatically saved to the database. Its own configuration database.
- 2022-08-09 23:54:59下载
- 积分:1
-
java版的冒泡算法
java版的冒泡算法-java version of the algorithm Bubble
- 2022-08-23 21:47:22下载
- 积分:1
-
j2mexml解析代码,速度快,使用简单
j2mexml解析代码,速度快,使用简单-j2me xml developer
- 2022-02-15 14:09:09下载
- 积分:1
-
XP的外观和感觉
XP Look And Feel
- 2022-02-11 20:35:22下载
- 积分:1
-
个人编辑的Tomcat6[1].0+Eclipse3.3+Lomboz3.3.rar的详细配置,图文并茂,适合初学者...
个人编辑的Tomcat6[1].0+Eclipse3.3+Lomboz3.3.rar的详细配置,图文并茂,适合初学者-Individual editors Tomcat6 [1] .0+ Eclipse3.3+ Lomboz3.3.rar detailed configuration, illustrated, suitable for beginners
- 2023-07-19 13:40:04下载
- 积分:1
-
Lucene java讲述的检索模型,在检索算法做…
讲述了java的lucene的检索模型,其中对检索的算法做了一些分析,希望对大家有用-Lucene java tells of the retrieval model, in which the retrieval algorithm to do some analysis, in the hope that useful to everybody
- 2023-02-11 02:50:04下载
- 积分:1
-
java class loader factory
java class loader factory
- 2022-03-12 09:51:32下载
- 积分:1
-
用JAVA编写的字符的比较,区分大小写功能,非常易懂
用JAVA编写的字符的比较,区分大小写功能,非常易懂-String Compare
- 2022-03-23 08:39:25下载
- 积分:1
-
Some http methods to do easy comunications with websites in java
Some http methods to do easy comunications with websites in java
- 2023-01-27 16:25:15下载
- 积分:1
-
设计一个学生类,学生类中应包括学号,姓名,语文成绩,数学成绩,英语成绩,同时还要提供两个方法,一个方法计算总成绩,一个方法计算平均成绩。
现在有一个文本文...
设计一个学生类,学生类中应包括学号,姓名,语文成绩,数学成绩,英语成绩,同时还要提供两个方法,一个方法计算总成绩,一个方法计算平均成绩。
现在有一个文本文件,该文件有若干行,每一行存放着某个学生的数据,包括:学号,姓名,语文成绩,数学成绩,英语成绩。数据与数据之间用空格隔开,例如:
001 张三 85 90 98
设计一个java应用程序,从文本文件中读取数据,构造这些学生对象,然后按找总成绩从高到低的顺序输出到另外一个文本文件中,每个学生的数据占一行,数据与数据之间用空格隔开,输出顺序为:
学号,姓名,语文成绩,数学成绩,英语成绩,总成绩,平均成绩
例如
001 张三 85 90 98 273 91-Design a student class, student class should include Student ID, name, language achievement, mathematics achievement, English achievement, while also providing two methods, a method of calculating the total score, a method of calculating grade point average.
There is now a text file, the file number of lines, each line of data storage with a student, including: Student ID, name, language achievement, mathematics achievement, English achievement. Between the data and the data separated by spaces, for example:
001 Zhang San 859,098
Design a java application that read data from a text file to construct these students object, and then find the total score accordin
- 2022-01-28 15:26:05下载
- 积分:1