CSDN Blog
Author
Zhou Renjian
Create@
2004-08-11 21:15

Some things which were posted in
http://blog.csdn.net/reve/
本记录所在类别:
- 杂事杂心杂情 - 2004-03-18 01:38
随便记录一些小心情吧 ...
本记录相关记录:
- A Try on valid XHTML-strict and CSS-valided website. - 2004-08-14 10:39
My try on my homepage: http://www.whizzideas.com XHTML and CSS are two major standard on WWW. But most of the webpages are not XHTML valided or CSS valided. And for most of webpages displayed correct ...
- My HTML Designer on Mozilla - 2004-08-11 21:24
<html> <head> <title> My HTML Designer on Mozilla </title> </head> <body> <iframe id="whizzEditor" name="whizzEditor" width="100%" height="100%" border="0"></iframe> <script type="text/javascript"> do ...
- cried foul - 2004-08-11 21:23
some vendors cried foul when IBM broke ranks from the JCP with its SWT. posted on 2004年06月30日 10:06 AM ...
- I am by nature an optimist. - 2004-08-11 21:23
I am by nature an optimist. posted on 2004年06月30日 10:13 AM ...
- Sugguestions under Eclipse 3.0 and others - 2004-08-11 21:22
Sugguestions under Eclipse 3.0: ------------------------------- [1]. Use Source -> Format(++F/,+F) to format the codes every time before saving. [2]. Use Source -> Organize Imports(++O) to organize th ...
- LINUX下挂载U盘方法 - 2004-08-11 21:22
#cd /mnt #mkdir usb #mount /dev/sda1 /mnt/us http://www.linuxaid.com.cn/forum/showdoc.jsp?l=1&i=81038 posted on 2004年07月05日 1:23 PM ...
- Java Interface and Class Hierarchy - 2004-08-11 21:22
public interface IClassUpA { ??? public void sayA(); } public interface IClassUpB { ??? public void sayB(); } public interface IClassUp extends IClassUpA, IClassUpB { ??? public void say(); } // Do NO ...
- Comments and the Quality of Code - 2004-08-11 21:19
Note:The frequency of comments sometimes reflects poor quality of code. When you feel compelled to add a comment, consider rewriting the code to make it clearer. http://java.sun.com/docs/codeconv/html ...
- viz. - 2004-08-11 21:19
use "in other words" or "namely" instead of "viz." posted on 2004年07月08日 11:38 AM ...
- Null Pointer and Cast Exception - 2004-08-11 21:18
Always try to test null pointer and test casting available in the codes. If null, or failed to cast, simply printing out some error message would be much better than the runtime exception thrown by JV ...
- Always Try to Refactoring Rather Than Rewriting Codes - 2004-08-11 21:18
Rewriting codes is something of work while refactoring codes will be something of art. Do not always try to rewrite codes. Refactoring codes helps you working efficiently if you get the spirit of the ...
- Always override Object.equals() and Object.hashCode() in the same time - 2004-08-11 21:18
Always override Object.equals() and Object.hashCode() in the same time. I had met with such bugs serveral times and it was a hard time for me to figure out such bug. Quotes: http://www-106.ibm.com/dev ...
- To Read - 2004-08-11 21:17
Read 100 standards Read 100 enterprises' history Conserve 100 enterprises' development Read 100 famous people's life. posted on 2004年07月12日 3:25 PM ...
- Fix a Man-made Mistake in Java Project of Eclipse - 2004-08-11 21:17
.classpath: ====== <?xml version="1.0" encoding="UTF-8"?> <classpath> ?? ?<classpathentry kind="src" path="src"/> ??? <classpathentry kind="var" path="BC_PROVIDER"/> ?? ?<classpathentry kind="var" pat ...
- To Read W3C Standards - 2004-08-11 21:16
HTML4.01 & XHTML1.0 & XHTML2.0 XML & XSLT & XSLT(FO) SVG MathML XML Schema RDF CSS1 & CSS2 & CSS2.1 & CSS3 XPath DOM posted on 2004年07月27日 11:50 AM ...
- To Learn - 2004-08-11 21:16
SWT & Eclipse & EMF ... JDBC Lib under C / C++ Make / Ant posted on 2004年07月27日 11:56 AM ...