📄 readme.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML LANG="en">
<HEAD>
<TITLE>ReadMe: Project Football</TITLE>
<META NAME="author" CONTENT="Juha Sorva"><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"><STYLE TYPE="text/css">
BODY { width: 90%; font-family: verdana, helvetica, arial, sans-serif; color: #482d2d; text-align: left; font-size: 100%; background-color: #ddddff; padding: 20px;}
A:link { text-decoration: none; color: #0d5ac0; }
A:visited { text-decoration: none; color: #0d5ac0; }
A:hover { text-decoration: underline; color: #ff0000;}
PRE, CODE, TT { font-family: courier new, courier, monospace; font-weight: bold}
H1.title { text-align: center; font-size: 160%; margin-bottom: 1.5em; margin-top: 0.0em; letter-spacing: 1px; }
H1.course { text-align: center; font-size: 100%; margin-bottom: 0.0em; margin-top: 1.6em; letter-spacing: 0px; border-color: black;}
H2 { text-align: left; font-size: 135%; margin: 1.8em 0em 0em 0em; letter-spacing: 1px; }
H3 { text-align: left; font-size: 115%; margin: 1.4em 0em 0em 0em; letter-spacing: 0px; }
</STYLE>
</HEAD>
<BODY>
<H1 CLASS="course"><A HREF="http://users.tkk.fi/t1061203/">T-106.120x Basics of Programming T/L</A></H1>
<H1 CLASS="title">ReadMe: Project Football</H1>
<H2>Overview</H2>
<P>This project does not contain a full, runnable application
program. Instead, the only package <CODE>ope.football</CODE>
contains two classes to represent match data for football
(and possibly other team sports).</P>
<H2>Dependencies and resources</H2>
<P>None.</P>
<H2>Running the program</H2>
<P>As this project is not a full program, and has no user
interface, it can not be run as an application.</P>
<P>You can experiment with the classes using DrJava or
create a main method for testing and debugging.</P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -