blob: 3a8be66f50006ee062a5dcecc1e66756ce834936 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>NetBeans IDE 中的代码格式设置功能的视频</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="Video of the Code Formatting Features in the NetBeans IDE">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<!--
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
-->
<h1>NetBeans IDE 中的代码格式设置功能的视频</h1>
<table>
<tr>
<td class="valign-top">
<p>此截屏视频演示了 NetBeans IDE 中一些重要的格式设置功能。此截屏视频演示了如何使用 Netbeans IDE 中提供的以下代码格式设置功能:</p>
<ul>
<li>常规缩进</li>
<li>括号</li>
<li>导入</li>
<li>项目特定的格式 </li>
</ul>
<p>此演示基于 <a href="https://netbeans.org/projects/samples/downloads/download/Samples/Java/Formatting.zip">NetBeans 样例代码库</a>中提供的格式设置项目。</p>
<p>作者:Jiri Prox、Alyona Stashkova <br> 播放时长:7:40</p>
<p><a href="http://bits.netbeans.org/media/editor-formatting.mp4">观看全图/下载</a> (.mp4)(按住 Ctrl 键单击即可下载,大小为 19,2 MB)</p>
<div class="feedback-box">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Video%20of%20the%20Code%20Formatting%20Features%20in%20the%20NetBeans%20IDE">发送有关此教程的反馈意见</a>
</div>
<br style="clear:both;">
</td>
<td width="5">&nbsp; </td>
<td class="valign-top" width="486">
<script src="/images_www/js/mediaplayer-5.2/swfobject.js" type="text/javascript"></script>
<div id="player" >
<center>
<div id="flashContent"></div>
</center>
</div>
<script type="text/javascript">
$(function(){
var targetFile='http://bits.netbeans.org/media/editor-formatting.mp4';
var s1 = new SWFObject('/images_www/js/mediaplayer-5.2/player.swf','player','530','340','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file='+targetFile+'&autostart=true');
s1.write('flashContent');
});
</script>
</td>
</tr>
</table>
<h2>相关链接</h2>
<ul>
<li><i>使用 NetBeans IDE 开发应用程序</i>中的<a href="http://www.oracle.com/pls/topic/lookup?ctx=nb8000&id=NBDAG613">在源代码分析和重构中使用提示</a></a></li>
</ul>
</body>
</html>