主题 : 模板编译问题,非常严重 |
级别: 举人
![]() |
31# 发表于:2012-03-29 13:47:49 IP:218.60.*.*
|
||||
---|---|---|---|---|---|
级别: 举人
![]() |
34# 发表于:2012-03-29 13:55:27 IP:218.60.*.*
|
||
---|---|---|---|
级别: 举人
![]() |
39# 发表于:2012-03-29 14:03:44 IP:218.60.*.*
alone/单页.html 代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>${channel.title!channel.name} - ${site.name} - Powered by JEECMS</title> <meta http-equiv="keywords" content="${channel.keywords!}"/> <meta http-equiv="description" content="${channel.description!}"/> <script src="${resSys}/jquery.js" type="text/javascript"></script> <script src="${resSys}/front.js" type="text/javascript"></script> <script src="/${res}/js/common.js" type="text/javascript"></script> <link href="/${res}/css/layout.css" rel="stylesheet" type="text/css"> </head> <body> <!--header_begin--> [#include "../include/页头导航栏.html"/] <!--header_end--> <!--search_begin--> [#include "../include/页头搜索栏.html"/] <!--search_end--> <!--body_begin--> <div id="main"> <div class="page"><img src="/${res}/img/banner1.jpg" /></div> <div class="page2 position"> 您现在正在浏览: <a href="${base}/">首页</a> » ${channel.title!channel.name}</div> <div class="page2 box"> <div class="w700 fl"> <div class="rb_top"></div> <div class="rb_mid box"> <div class="w96"> <h1 class="line">${channel.title!channel.name}</h1> <div class="content" style="min-height:800px;"> ${channel.txt!} </div> </div> </div> <div class="rb_low"></div> </div> <div> <!--hotlink_begin--> [#include "../include/页脚友情链接栏.html"/] <!--hotlink_end--> <!--footer_begin--> [#include "../include/页脚信息栏.html"/] <!--footer_end--> </body> </html> |
||
---|---|---|---|
级别: 举人
![]() |
40# 发表于:2012-03-29 14:07:31 IP:218.60.*.*
ehcache-application.xml这个文件我没有,它是干嘛的啊?会不会有影响呢?
Caused by: java.io.FileNotFoundException: class path resource [ehcache-application.xml] cannot be opened because it does not exist |
||
---|---|---|---|