Rd2PM
HtmlParser初步研究
使用代理模式让应用程序使用动态java代码
httpclient 3.0初步研究
java垃圾回收学习
SimpleStringSearch初步研究
I am happy on programming web.
首页
新随笔
新文章
联系
聚合
管理
posts - 23,comments - 66,trackbacks - 0
由于本人兴趣转移,目前本博客已停止更新,我的新关注领域是互联网方向,喜欢该方向的朋友,可以访问我的
新博客
.
---------------------------------------
本Blog以分享和交流为目的,希望和从事或热爱Java开发的你成为朋友。
ID:rd2pm
Glad to be your friends:)
--------------------------------------
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(4)
给我留言
查看公开留言
查看私人留言
随笔分类
(27)
http tool(3)
java language(5)
jsp/servlet(1)
other(8)
struts(2)
system design(3)
web develop(5)
随笔档案
(23)
2007年2月 (1)
2006年7月 (4)
2006年6月 (7)
2006年5月 (1)
2006年4月 (3)
2006年3月 (7)
文章档案
(24)
2006年7月 (9)
2006年6月 (4)
2006年3月 (11)
我关注的blog
山高岳小,水落石出
百度爱好者
我的blog
实时阴影绘制技术
我的毕业设计进程
最新随笔
1. 不做技术好多年
2. 开源软件界的开发模式-Thinking in ‘The Cathedral and the Bazaar’
3. How to make money in open source community?
4. Derby快速上手
5. HtmlParser初步研究
6. 使用代理模式让应用程序使用动态java代码
7. JAVA技术文摘-lostfire(updating....)
8. Rebol语言入门教程
9. httpclient 3.0初步研究
10. java与模式_摘录
积分与排名
积分 - 140772
排名 - 441
最新评论
1. re: HtmlParser初步研究
解析完
http://www.sina.com.cn
要多少毫秒?
--newgod
2. re: 使用Maven管理Eclipse Java项目
挺好的
--啊打发
3. re: HtmlParser初步研究
谢谢楼主,最近正好用到。。。。。。不过还是有些看不明白。。。。
--忧伤恛忆
4. re: HtmlParser初步研究
你好,我也在做一个这样的东西,但是不会,你能把你以前做的发我看下吗?谢谢
我的邮箱490403992@qq.com
--guolongxin
5. re: HtmlParser初步研究
楼主知道有css parser吗
--火地晋
阅读排行榜
1. HtmlParser初步研究(34181)
2. httpclient 3.0初步研究(9573)
3. java垃圾回收学习(8756)
4. Rebol语言入门教程(5626)
5. 使用代理模式让应用程序使用动态java代码(3163)
评论排行榜
1. HtmlParser初步研究(23)
2. httpclient 3.0初步研究(12)
3. Rebol语言入门教程(6)
4. java垃圾回收学习(4)
5. Derby快速上手(3)
Code Conventions for the JavaTM Programming Language
Code Conventions for the Java
TM
Programming Language
Revised April 20, 1999
1
Introduction
1.1
Why Have Code Conventions
1.2
Acknowledgments
2
File Names
2.1
File Suffixes
2.2
Common File Names
3
File Organization
3.1
Java Source Files
3.1.1
Beginning Comments
3.1.2
Package and Import Statements
3.1.3
Class and Interface Declarations
4
Indentation
4.1
Line Length
4.2
Wrapping Lines
5
Comments
5.1
Implementation Comment Formats
5.1.1
Block Comments
5.1.2
Single-Line Comments
5.1.3
Trailing Comments
5.1.4
End-Of-Line Comments
5.2
Documentation Comments
6
Declarations
6.1
Number Per Line
6.2
Initialization
6.3
Placement
6.4
Class and Interface Declarations
7
Statements
7.1
Simple Statements
7.2
Compound Statements
7.3
return Statements
7.4
if, if-else, if else-if else Statements
7.5
for Statements
7.6
while Statements
7.7
do-while Statements
7.8
switch Statements
7.9
try-catch Statements
8
White Space
8.1
Blank Lines
8.2
Blank Spaces
9
Naming Conventions
10
Programming Practices
10.1
Providing Access to Instance and Class Variables
10.2
Referring to Class Variables and Methods
10.3
Constants
10.4
Variable Assignments
10.5
Miscellaneous Practices
10.5.1
Parentheses
10.5.2
Returning Values
10.5.3
Expressions before `?' in the Conditional Operator
10.5.4
Special Comments
11
Code Examples
11.1
Java Source File Example
posted on 2006-07-16 15:29
rd2pm
阅读(415)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理