使用hexo在github上写blog 安装nodejs http://nodejs.org/ 安装hexo npm install -g hexo 创建bolg文件夹 安装完成后在自己的工作目录创建一个文件夹 D:\work>mkdir blog D:\work>cd blog D:\work\blog>hexo init #初始化 [info] Copying data [info] You are almost done! Don't forget to run `npm inst
前端需要调用后端的配置,想起velocity-tools.然而jsp的话,目前只能想到tag和EL表达式了. Tag相当好写,jsp2.0提供了简化写法: 编写一个java类: public class HelloWorldTag extends SimpleTagSupport { public void doTag() throws JspException, IOException{ JspWriter out = getJspContext().getOut(); out.println