index.htm

来自「A application codeBook developed in java」· HTM 代码 · 共 35 行

HTM
35
字号
<html>
<body>
	<center>
		<table border="0" cellspacing="5" cellpadding="10">
			<tr>
				<td><a href="index.htm">Home</a></td>
				<td><a href="howto.htm">Usage</a></td>
				<td><a href="versioning.htm">Versioning</a></td>
				<td><a href="versionhistory.htm">Version-history</a></td>
				<td><a href="about.htm">About</a></td>
			</tr>
		</table>
	</center>
	<h1 style="background:#CDE6FF;">Introduction</h1>
	<p style="font-size:42pt; font-weight:bold; text-align:center;">Code Notebook</p>
	<h2>General</h2>
	<div style="font-size:12pt; font-family:Arial;">
		The idea to develop this application came because many times while programming one uses the same pieces of code. Therefore not
		to look always for the source-files of old projects or even to make a research on the web, I thought to develop an application
		where one can put his code snippets and manage them in some straightforward way.<br>
		This is was &quot;CodeNotebook's&quot; birth.
	</div>
	<h2>Program functioning</h2>
	<div style="font-size:12pt; font-family:Arial;">
		There is not much to say about the functioning of the program. Code Notebook simply writes and reads the code-snippets from a
		MS Access database.<br>
		For the further managing I didn't choose some mechanism like &quot;folders&quot; but I used the same strategy as Google uses
		in GMail: <i>labels</i>.<br>
		It is much nicer and gives much more flexibiliy to the user in organizing his items.
		
	</div>
	<hr>
	<address style="font-size:10pt; text-align:center;">&copy; 2006 Strumpflohner Juri</address>
</body>
</html>

⌨️ 快捷键说明

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