Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이찬
2020-06-30 02:48:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0797cc82473136b751639e0300ed04ccb40e86fb
0797cc82
1 parent
61883542
README.md update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
README.md
README.md
View file @
0797cc8
...
...
@@ -7,43 +7,43 @@
<br>
<br>
<h3>
css 폴더
</h3>
<h2>
스타일에 대한 class와 id가 저장됨
<br>
style.css :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/css/style.css
>
</h2>
스타일에 대한 class와 id가 저장됨
<br>
style.css :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/css/style.css)
<br
>
<br>
<br>
<h3>
html 폴더
</h3>
<h2>
웹페이지의 양식을 표현하며, style.css를 이용함
<br>
웹페이지의 양식을 표현하며, style.css를 이용함
<br>
1.
index.html은 홈이며 악질 직업을 생성하는 페이지이다.
<br>
<img
src=
"/img/indexHtml.png"
><br>
index.html :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html
>
index.html :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html)
<br
>
2.
detail.html은 나의 웹에 대한 설명이 담긴 페이지다.
<br>
<img
src=
"/img/detailHtml.png"
><br>
detail.html :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html
>
detail.html :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html)
<br
>
3.
statistics.html은 방문자 통계 그래프를 그려주는 페이지다.
<br>
<img
src=
"/img/statisticsHtml.png"
><br>
statistics.html :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html
>
</h2>
statistics.html :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html)
<br
>
<br>
<br>
<h3>
js 폴더
</h3>
<h2>
웹을 동적으로 만들어주는 기능들을 담은 폴더
<br>
웹을 동적으로 만들어주는 기능들을 담은 폴더
<br>
1.
common.js는 글자수 제한에 관한 기능이 담겼다.
<br>
<img
src=
"/img/글자수제한.png"
><br>
common.js :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/common.js
>
common.js :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/common.js)
<br
>
2.
contents.js는 악질 직업을 생성하는데 필요한 단어들이 어레이 형태로 저장된 곳이다.
<br>
<img
src=
"/img/컨텐츠생성.png"
><br>
contents.js :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/contents.js
>
contents.js :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/contents.js)
<br
>
3.
generate.js는 contents.js에 담긴 단어를 규칙에 맞게 조합하여 result를 만들어주는 기능이 담겼다.
<br>
<img
src=
"/img/result.png"
><br>
generate.js :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/generate.js
>
generate.js :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/generate.js)
<br
>
4.
josa.js는 조사의 구분이 필요한 특별 케이스에 조사를 붙여주는 기능이 담겼다.
<br>
예 : oo을/를 선물받고좋아하는
josa.js :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js
>
josa.js :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js)
<br
>
5.
statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.
<br>
<img
src=
"/img/chart.png"
><br>
statistics.js :
<http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js
>
</h2>
statistics.js :
(http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js)
<br
>
<br>
<br>
<h3>
app.js 파일
</h3>
...
...
Please
register
or
login
to post a comment