help.txt

来自「the code for indian language tamil web c」· 文本 代码 · 共 90 行

TXT
90
字号
step 1:

compile and run the java file sea.java


step2:

enter the file name int the form *.html
eg 
med.html


5 categories
=========
Medicine
Music
Biotech
Education
Business



----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
there are 10 webpages
tamil web page                   ----------    Intermediate form
-----------------------------------------------------------------------------------------
med1                                -----------   med        
music1                            -------------   music
edu1                                -----------   edu
agri1                              --------------  agri
busi1                             ---------------  busi

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

F:\jdk1.5.0_04\bin>java sea
Enter the webpage as *.html to find its class med.html
                                                                 --------------
medicine:40
business:0
biotech:0
music:0
edu:4
The page belong to medicine
****************************************************************************
F:\jdk1.5.0_04\bin>java sea
Enter the webpage as *.html to find its class agri.html
medicine:0
business:1
biotech:24
music:0
edu:0
The page belong to biotech
*******************************************************************************
F:\jdk1.5.0_04\bin>java sea
Enter the webpage as *.html to find its class edu.html
medicine:0
business:1
biotech:2
music:0
edu:54
The page belong to education
*******************************************************************************
F:\jdk1.5.0_04\bin>java sea
Enter the webpage as *.html to find its class music.html
medicine:0
business:1
biotech:0
music:17
edu:6
The page belong to music
*******************************************************************************
F:\jdk1.5.0_04\bin>java sea
Enter the webpage as *.html to find its class busi.html
medicine:0
business:46
biotech:1
music:0
edu:2
The page belong to business
*******************************************************************************



---------M.Mangaiyarkarasi(05c51)





⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?