2005-10-04
Tips in Development (Web/J2EE)
Tips in Development (Web/J2EE)
1. Special Chars
2. Always use form to submit values, DO NOT use javascript link directly.
3. Avoid to use <%=sVal%>in .jsp (Specially in javascript scope), use hidden field to replace it.
4. <a title="tips" > and <img alt="tips" > can show the floating tips
Tips in Development (Oracle Report Builder)
Tips in Development (Oracle Report Builder)
1. Ordering
(The order in IDE has higher priority, the order in SQL has lower)
2. Parameter max-length
(Default String length is 40 only)
1. Ordering
(The order in IDE has higher priority, the order in SQL has lower)
2. Parameter max-length
(Default String length is 40 only)