📄 index.htm
字号:
<html>
<head>
<title>Large Projects</title>
<meta name="description" content="Advanced programming techniques in C++">
<meta name="keywords" content="software project, programming, technique, methodology">
<link rel="stylesheet" href="../rs.css">
</head>
<body background="../images/margin.gif" bgcolor="#ffffe0">
<!-- Main Table -->
<table width="100%">
<tr>
<td width=90>
<td>
<h1>Software Project</h1>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="1software.html">
<img src="../images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="1software.html">About Software</a></h2>
<ul>
<li>Complexity
<li>The Fractal Nature of Software
<li>The Living Project
<li>The Living Programmer
</ul>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="2design.html">
<img src="../images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="2design.html">Design Strategies</a></h2>
<ul>
<li>Top-Down Object-Oriented Design
<li>Model-View-Controller
<li>Documentation
</ul>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="3team.html">
<img src="../images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="3team.html">Team Work</a></h2>
<ul>
<li>Productivity
<li>Team Strategies
</ul>
<tr> <!--Margin picture-->
<td align="RIGHT" valign="TOP">
<a href="4implem.html">
<img src="../images/chap.gif" width=41 height=30 border=1 alt="Go to chapter">
</a>
<td>
<h2><a href="4implem.html">Implementation Strategies</a></h2>
<ul>
<li>Global Decisions
<li>Top-Down Object-Oriented Implementation
<li>Inheriting Somebody Else's Code
<li>Multi-Platform Development
<li>Program Modifications
<li>Testing
</ul>
</table>
<!-- End Main Table -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -