-
时间控制 模拟星空演示程序
时间控制 模拟星空演示程序-time control simulation Star Demonstration Program
- 2023-09-10 01:55:03下载
- 积分:1
-
This is a online chatting system by Java Socket. It is a good stuff for new lear...
这是一个用Java socket实现的一个简单的聊天系统 比较简单 对初学者很有帮助-This is a online chatting system by Java Socket. It is a good stuff for new learners.
- 2022-03-04 21:52:43下载
- 积分:1
-
Completion of a Chinese character and secondary characters to sort by alphabet a...
完成一级汉字和二级汉字的按拼音排序和按笔画排序功能,对多音字排序做了处理-Completion of a Chinese character and secondary characters to sort by alphabet and by the number of strokes sort function, the word sort of multi-tone make the deal
- 2022-01-21 05:57:40下载
- 积分:1
-
java编写的mp3播放器
java编写的mp3播放器-prepared by the MP3 player
- 2022-09-24 03:45:02下载
- 积分:1
-
SNMP用VC++6_0实现的方法
SNMP用VC++6_0实现的方法-SNMP VC achieve the 6_0
- 2022-02-27 09:01:09下载
- 积分:1
-
聊天室
Chating room
- 2022-02-14 17:33:13下载
- 积分:1
-
jsp和xml。XML and JSP are two important tools available in producing a web applica...
jsp和xml。XML and JSP are two important tools available in producing a web application. This chapter examines the
potential of mixing these two technologies in order to enhance the capabilities of JSP. While this chapter will
cover many things about XML, this chapter will not attempt to teach XML. Instead it focuses on how JSP and
XML can be used together as a highly flexible and powerful tool. In general the usage of XML in these
examples will be kept simple and should cause no problems for users who are starting XML.-jsp and xml. XML and JSP are two important tools available in producing a web application. This chapter examines thepotential of mixing these two technologies in order to enhance the capabilities of JSP. While this chapter willcover many things about XML, this chapter will not attempt to teach XML. Instead it focuses on how JSP andXML can be used together as a highly flexible and powerful tool. In general the usage of XML in theseexamples will be kept simple and sh
- 2022-10-29 19:40:09下载
- 积分:1
-
Java 程序编码规范
所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的...
Java 程序编码规范
所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。
内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、可移植性
1) 命名规范
定义这个规范的目的是让项目中所有的文档都看起来像一个人写的,增加可读性,减少项目组中因为换人而带来的损失。(这些规范并不是一定要绝对遵守,但是一定要让程序有良好的可读性)
l Package名:Package名应该都是由一个小写单词组成。
l Class名:Class名必须由大写字母开头而其他字母都小写的单词组成
l Class 变量名:变量名用一个小写字母开头。后面的单词用大写字母开头。
l Static Final 变量名:Static Final 变量名应该都大写,并且指出完整含义。
l 参数名:参数的名字必须和变量的命名规范一致。
l 数组名:数组应该总是用下面的方式来命名:
byte[] buffer 而不是:byte buffer[]
l 方法的参数:使用有意义的参数命名,如果可能的话,使用和要赋值的字段一样的名字:
-Java 程序编码规范
所有的程序开发手册都包含了各种规则。一些习惯自由程序人员可能对这些规则很不适应,但是在多个开发人员共同写作的情况下,这些规则是必需的。这不仅仅是为了开发效率来考虑,而且也是为了后期维护考虑。
内容: 命名惯例 、Java文件样式 、代码编写格式 、程序编写 、编程技巧 、Swing 、调试 、性能 、可移植性
1) 命名规范
定义这个规范的目的是让项目中所有的文档都看起来像一个人写的,增加可读性,减少项目组中因为换人而带来的损失。(这些规范并不是一定要绝对遵守,但是一定要让程序有良好的可读性)
l Package名:Package名应该都是由一个小写单词组成。
l Class名:Class名必须由大写字母开头而其他字母都小写的单词组成
l Class 变量名:变量名用一个小写字母开头。后面的单词用大写字母开头。
l Static Final 变量名:Static Fina
- 2022-07-17 01:03:09下载
- 积分:1
-
转载 Petstore源码追踪记(3)-商业逻辑处理(一)
转载 Petstore源码追踪记(3)-商业逻辑处理(一) -reproduced Petstore source tracking in mind (3)- business logic processing (1)
- 2022-08-24 09:29:00下载
- 积分:1
-
用两个缓冲区实现鼠标事件的跟踪
用两个缓冲区实现鼠标事件的跟踪-buffer with two mouse-tracking events
- 2022-02-21 05:27:57下载
- 积分:1