<%@ include file="a.jsp"%> | = | <jsp:directive.include file="a.jsp"/> |
<%x=1;%> | = | <jsp:scriptlet>x=1;</jsp:scriptlet> |
<%=x%> | = | <jsp:expression>x</jsp:expression> |
<jsp:usebean id="fruit type ="String"/> | = | <jsp:usebean id="fruit type ="String" beanName="Fruit"/> |
2010年5月4日 星期二
JSP: statement
JSP: attributes of page directive
The following are legal attributes of page directive -
- import
- isThreadSafe
- session
- contentType
- autoFlush
- extends
- info
- errorPage
- isErrorPage
- language
2010年4月28日 星期三
Category 5 cable
Wiring
See modular connector for numbering of the pins
2010年4月15日 星期四
Linux - startx
Install X:
sudo apt-get install xinit
xrdb command not found, X session not merged:
Install GUI:
Gnome: sudo aptitude install ubuntu-desktop
KDE: sudo aptitude install kubuntu-desktop
X: user not authorized to run the X server, aborting:
startx -- :1
startx -- :1
訂閱:
意見 (Atom)
