Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfbrother
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周添尉
jfbrother
Commits
78f04fec
Commit
78f04fec
authored
Nov 26, 2018
by
周添尉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了一个pad测试程序的页面
parent
631ae4dc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
3 deletions
+48
-3
MobileController.java
src/main/java/com/jfbrother/controller/MobileController.java
+9
-0
application.yml
src/main/resources/application.yml
+3
-3
padTest.jsp
src/main/webapp/WEB-INF/view/mobile/padTest.jsp
+36
-0
杰夫Demo.apk
src/main/webapp/mobile/file/杰夫Demo.apk
+0
-0
No files found.
src/main/java/com/jfbrother/controller/MobileController.java
View file @
78f04fec
...
...
@@ -137,12 +137,20 @@ public class MobileController {
public
String
solution
()
{
return
"mobile/solution"
;
}
@RequestMapping
(
"/executive"
)
public
String
executive
()
{
return
"mobile/executive"
;
}
@RequestMapping
(
"/downFile"
)
public
String
downFile
()
{
return
"mobile/downFile"
;
}
@RequestMapping
(
"/padTest"
)
public
String
padTest
()
{
return
"mobile/padTest"
;
}
}
\ No newline at end of file
src/main/resources/application.yml
View file @
78f04fec
...
...
@@ -7,9 +7,9 @@ spring:
suffix
:
.jsp
jdbc
:
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://1
22.112.244.210
:3306/company_web?useUnicode=true&characterEncoding=utf-8
username
:
root
password
:
jf2016
url
:
jdbc:mysql://1
92.168.1.249
:3306/company_web?useUnicode=true&characterEncoding=utf-8
username
:
company_web
password
:
company_web
mybatis
:
typeAliasesPackage
:
com.jfbrother.model
mapperLocations
:
classpath:mapper/*.xml
...
...
src/main/webapp/WEB-INF/view/mobile/padTest.jsp
0 → 100644
View file @
78f04fec
<
%@
page
language=
"java"
import=
"java.util.*"
pageEncoding=
"UTF-8"
%
>
<!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>
PAD的测试程序
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/reset.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/layout.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/downFile.css"
/>
<
%@
include
file=
"common.jsp"
%
>
<script
src=
"js/jquery.js"
></script>
</head>
<body>
<
%@
include
file=
"navigation.jsp"
%
>
<div
class=
"layout_banner_image"
>
<div
style=
"position:absolute;z-index:-1;top:0;height:100%;width:100%"
><img
src=
"images/downFile_minImage.jpg"
/></div>
</div>
<div
class=
"downFile_header"
>
PAD的测试程序
</div>
<div
class=
"downFile_content"
>
<div
class=
"downFile_content_img"
><img
src=
"images/downFile_pdf.png"
/></div>
<div
class=
"downFile_content_text1"
><a
href=
"file/杰夫Demo.apk"
>
杰夫Demo.apk
</a></div>
<div
class=
"downFile_content_text2"
>
发表时间:2017-11-20
</div>
<div
class=
"downFile_content_text3"
>
<div>
大小:2025kb
</div>
</div>
</div>
<
%@
include
file=
"footer.jsp"
%
>
</body>
</html>
src/main/webapp/mobile/file/杰夫Demo.apk
0 → 100644
View file @
78f04fec
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment