-
Notifications
You must be signed in to change notification settings - Fork 86
/
index.html
87 lines (56 loc) · 2.85 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Ostocy-jshop : 欧斯塔克在线商城系统" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Ostocy-jshop</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/sdywcd/ostocy-jshop">View on GitHub</a>
<h1 id="project_title">Ostocy-jshop</h1>
<h2 id="project_tagline">欧斯塔克在线商城系统</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/sdywcd/ostocy-jshop/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/sdywcd/ostocy-jshop/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>ostocy-jshop</h1>
<p>欧斯塔克在线商城系统</p>
<p>基于java技术开发有如下特性:</p>
<p>1,使用spring+hibernate+struts2+freemarker+jquery+css开发</p>
<p>2,在服务端有部分为android设备提供的方法,android版本2.33</p>
<p>3, 有一套模板系统,可以独立出来做快速建站系统使用</p>
<p>4,采用了静态化处理商品和文章数据</p>
<p>5,由freemarker充当显示层。</p>
<p>如何部署源码:</p>
<p>数据库:mysql5.1</p>
<p>数据库文件在:工程下db文件夹中,执行脚本即可。</p>
<p>基本操作流程: 1:通过http://localhost/jshop/admin/adminlogin.jsp 登录后台具体路径根据您的部署决定</p>
<p>2:后台登录密码和账号都是sasasa</p>
<p>3:请再登录后台后点击生成网站</p>
<p>ps:小弟还很弱,请各位大牛轻拍。 欢迎大家通过Issues提交bug,我会根据大家的意见完善项目的。</p>
<p>有问题可通过如下方式联系</p>
<p>微博:<a href="http://weibo.com/sdywcd">http://weibo.com/sdywcd</a></p>
<p>邮箱:<a href="mailto:[email protected]">[email protected]</a> </p>
<p>博客:<a href="http://sdywcd.iteye.com">http://sdywcd.iteye.com</a> </p>
<p>G+:<a href="https://plus.google.com/u/0/112776766470557259255/posts">https://plus.google.com/u/0/112776766470557259255/posts</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Ostocy-jshop maintained by <a href="https://github.com/sdywcd">sdywcd</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>