-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path11.html
More file actions
144 lines (138 loc) · 5.69 KB
/
Copy path11.html
File metadata and controls
144 lines (138 loc) · 5.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!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>
<link href="/J2CMS/template/j2cms_com/css/common.css" rel="stylesheet" type="text/css" />
<link href="/J2CMS/template/j2cms_com/css/Search.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="/J2CMS/template/j2cms_com/js/setHeight.js" type="text/javascript"></script>
<title>J2CMS-SSH-J2CMS</title>
</head>
<body>
<div id="container">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/J2CMS/template/j2cms_com/css/head.css" rel="stylesheet" type="text/css" />
<link href="/J2CMS/template/j2cms_com/css/cddh.css" rel="stylesheet" type="text/css" />
<script src="/J2CMS/template/j2cms_com/js/common.js" type="text/javascript"></script>
<div id="head">
<div class="banner"></div>
<div id="top">
<ul>
<li><a href="/J2CMS/">首页</a></li>
<li><a href="/J2CMS/7.html">版本</a></li>
<li><a href="/J2CMS/2.html">下载</a></li>
<li><a href="/J2CMS/10.html">教程</a></li>
<li><a href="/J2CMS/3.html">案例</a></li>
<li><a href="/J2CMS/8.html">演示</a></li>
<li><a href="/J2CMS/4.html">购买服务</a></li>
<li><a href="/J2CMS/9.html">参与开发</a></li>
<li><a href="/J2CMS/6.html">联系我们</a></li>
</ul>
</div>
</div><!--head end--> <div id="main">
<div id="left" class="left">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<div id="gjss"><div id="stFont"> 高级搜索</div></div>
<div id="HSearch">
<form name="searchForm" method="post" action="/J2CMS/search" class="sForm">
<br>
<table border="0">
<tr>
<td>
<span>关键字:</span>
<input name="selector.name" id="selector.name" type="text" value='' maxlength="20" class="sText"/>
</td>
</tr>
<tr>
<th>
<input type="submit" name="Submit" value=" 搜 索 " class="sbutton"/>
</th>
</tr>
</table>
</form>
</div><!--HSearch end -->
</div><!--left end-->
<div id="main1" class="main1">
<div id="ShowNews">
<div id="Pos"> <a href="//J2CMS">首页<!-- --></a>
<img src="/J2CMS/template/j2cms_com/images/pos.gif" border="0"/>
J2CMS-SSH
</div>
<div id="Content">
<div id="NewsContent"><p>
</p>
<p>
<strong><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 17px; white-space: pre-wrap;">下载方式:</span></strong></p>
<p>
1.<img alt="" src="http://www.j2cms.com/template/j2cms/images/downicon.gif" /> <a href="https://github.com/j2cms/J2CMS-SSH/zipball/master" target="_blank">ZIP</a> </p>
<div class="round1">
</div>
<p>
2.<img alt="" src="http://www.j2cms.com/template/j2cms/images/downicon.gif" /> <a href="https://github.com/j2cms/J2CMS-SSH" target="_blank"><font color="#0000ee" face="Courier New"><u>https://github.com/j2cms/J2CMS-SSH</u></font> </a></p>
<p>
</p>
<p>
</p>
<pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; font-size: 17px; font-family: Consolas, 'Liberation Mono', Courier, monospace; white-space: pre-wrap; color: rgb(51, 51, 51);">
<strong>开发环境:</strong>
eclipse-jee-juno-SR1-win32-x86_64
JDK 1.6
Apache tomcat 7.0
MySQL 5.5
系统依赖的其它jar包版本可以在lib目录里查看
<strong>使用方式:</strong>
</pre>
<div>
导入Eclipse:</div>
<div>
1.先建一个名为J2CMS-SSH的工程</div>
<div>
2.将src和WebContent目录内容分别拷到工程中对应的目录</div>
<div>
3.j2cms-ssh.sql是数据库,需要导入MySQL中,</div>
<div>
方法一,用MySQLAdministrator导入</div>
<div>
方法二,用MySQL命令导入:</div>
<div>
mysql> create database j2cms-ssh;</div>
<div>
mysql> use j2cms-ssh;</div>
<div>
mysql> source d:\j2cms-ssh.sql ;</div>
<div>
4.修改src\META-INF\persistence.xml 文件中数据库配置。</div>
<div>
5.将工程用tomcat运行,管理后台路径 /login 如 http://127.0.0.1:8080/J2CMS-SSH/login 测试帐号 admin 密码 admin</div>
<div>
6.注意改变程序目录名,比如将J2CMS-SSH改为MyWeb后,需要在管理后台重新生成静态表页才能正常显示,生成静态页面的顺序是先生成首页静态文件,再生成栏目和文章的静态页面</div>
<div>
</div>
<p>
</p>
<div>
<pre style="margin-top: 0px; margin-bottom: 0px; padding: 0px; border: 0px; font-size: 17px; font-family: Consolas, 'Liberation Mono', Courier, monospace; white-space: pre-wrap; color: rgb(51, 51, 51);">
</pre>
</div>
<p>
</p>
</div>
</div>
</div>
</div><!--main1 end-->
<div id="copyright">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/J2CMS/template/j2cms_com/css/foot.css" rel="stylesheet" type="text/css" />
<div id="foot" align="center">
<div id="content">
<br/>
<span>捷兔网络官方网站 ©2009-2013 J2CMS
邮箱:j2cms.org@gmail.com
<a href="http://www.miibeian.gov.cn" target="_blank">鄂ICP备08102130号</a>
<script src="http://s87.cnzz.com/stat.php?id=1766140&web_id=1766140" language="JavaScript" charset="gb2312"></script>
</span>
</div>
</div>
</div>
</div><!--main end-->
</div><!--container end-->
</body>
</html>