• 전문가 요청 쿠폰 이벤트
BRONZE
BRONZE 등급의 판매자 자료
non-ai
판매자가 AI를 사용하지 않은 독창적인 자료

MVC 패턴 JSP 홈페이지. 영화 정보 검색 및 VOD 서비스 + 포트폴리오 문서

영화진흥위원회에서 제공하는 API를 이용해서 영화 정보를 제공하고 VOD 서비스를 제공한다는 컨셉 하에서 MVC 패턴으로 만든 JSP 홈페이지입니다. 사용자에게 제공되는 페이지와 관리자용 페이지를 별도로 만들었습니다. Google Image Search API를 이용하여 포스터도 자동으로 출력시켜주고 영화를 직접 보여주면 안될테니, 대신 Youtube API를 이용하여 예고편을 자동으로 출력시켜주고 Google Chart를 이용해서, 많이 구매한 VOD 순위를 매기고 차트를 그려주기도 합니다. 장바구니 기능, 회원가입/정보수정, 포인트 충전 기능 등도 구현되어 있습니다.
압축파일
최초등록일 2015.08.15 최종저작일 2015.06
  • 미리보기

    소개

    영화진흥위원회에서 제공하는 API를 이용해서 영화 정보를 제공하고
    VOD 서비스를 제공한다는 컨셉 하에서 MVC 패턴으로 만든 JSP 홈페이지입니다.

    사용자에게 제공되는 페이지와 관리자용 페이지를 별도로 만들었습니다.

    Google Image Search API를 이용하여 포스터도 자동으로 출력시켜주고
    영화를 직접 보여주면 안될테니, 대신 Youtube API를 이용하여 예고편을 자동으로 출력시켜주고
    Google Chart를 이용해서, 많이 구매한 VOD 순위를 매기고 차트를 그려주기도 합니다.
    장바구니 기능, 회원가입/정보수정, 포인트 충전 기능 등도 구현되어 있습니다.

    컴파일 실행환경

    Java JDK 1.7, Oracle 11g Express

    참고자료

    · 없음
  • 압축파일 내 파일목록

    · .classpath
    · .project
    · .settings/.jsdtscope
    · .settings/org.eclipse.core.resources.prefs
    · .settings/org.eclipse.jdt.core.prefs
    · .settings/org.eclipse.wst.common.component
    · .settings/org.eclipse.wst.common.project.facet.core.xml
    · .settings/org.eclipse.wst.jsdt.ui.superType.container
    · .settings/org.eclipse.wst.jsdt.ui.superType.name
    · build/classes/Admin.class
    · build/classes/admin01_movie/admin_movie_DAO.class
    · build/classes/admin01_movie/admin_movie_VO.class
    · build/classes/admin02_vod/admin_vod_DAO.class
    · build/classes/admin02_vod/admin_vod_VO.class
    · build/classes/admin03_member/admin_member_DAO.class
    · build/classes/admin03_member/admin_member_VO.class
    · build/classes/admin04_comment/admin_comment_DAO.class
    · build/classes/admin04_comment/admin_comment_VO.class
    · build/classes/com/util/ConnUtil.class
    · build/classes/com/util/DBConn.class
    · build/classes/Freeboard/Add.class
    · build/classes/Freeboard/AddComment.class
    · build/classes/Freeboard/AddOk.class
    · build/classes/Freeboard/BoardDAO.class
    · build/classes/Freeboard/BoardDTO.class
    · build/classes/Freeboard/CommentDTO.class
    · build/classes/Freeboard/Del.class
    · build/classes/Freeboard/DelComment.class
    · build/classes/Freeboard/DelOk.class
    · build/classes/Freeboard/Download.class
    · build/classes/Freeboard/Edit.class
    · build/classes/Freeboard/EditOk.class
    · build/classes/Freeboard/List.class
    · build/classes/Freeboard/View.class
    · build/classes/Index.class
    · build/classes/index01_vod/index01_vod_DAO.class
    · build/classes/index01_vod/index01_vod_VO.class
    · build/classes/index101_join/index101_join_DAO.class
    · build/classes/index101_join/index101_join_VO.class
    · build/classes/index102_login/index102_login_DAO.class
    · build/classes/index102_login/index102_login_VO.class
    · build/classes/index11_movieInfo/index11_movieInfo_DAO.class
    · build/classes/index11_movieInfo/index11_movieInfo_VO.class
    · build/classes/index22_buy_vod_rank/index22_buy_vod_DAO.class
    · build/classes/index22_buy_vod_rank/index22_buy_vod_VO.class
    · build/classes/index31_boxoffice/index31_boxoffice_DAO.class
    · build/classes/index31_boxoffice/index31_boxoffice_VO.class
    · build/classes/index41_news/index41_news_DAO.class
    · build/classes/index41_news/index41_news_VO.class
    · build/classes/index51_id_info/index51_id_info_DAO.class
    · build/classes/index51_id_info/index51_id_info_VO.class
    · build/classes/index52_id_comment/index52_id_comment_DAO.class
    · build/classes/index52_id_comment/index52_id_comment_VO.class
    · build/classes/index54_shopping_cart/index54_shopping_cart_DAO.class
    · build/classes/index54_shopping_cart/index54_shopping_cart_VO.class
    · build/classes/index55_points/index55_points_DAO.class
    · build/classes/index55_points/index55_points_VO.class
    · build/classes/index56_buy_list/index56_buy_list_DAO.class
    · build/classes/index56_buy_list/index56_buy_list_VO.class
    · build/classes/index57_id_modify/index57_id_modify_DAO.class
    · build/classes/index57_id_modify/index57_id_modify_VO.class
    · build/classes/Newsboard/action/CommandAction.class
    · build/classes/Newsboard/action/ContentAction.class
    · build/classes/Newsboard/action/DeleteFormAction.class
    · build/classes/Newsboard/action/DeleteProAction.class
    · build/classes/Newsboard/action/ListAction.class
    · build/classes/Newsboard/action/UpdateFormAction.class
    · build/classes/Newsboard/action/UpdateProAction.class
    · build/classes/Newsboard/action/WriteFormAction.class
    · build/classes/Newsboard/action/WriteProAction.class
    · build/classes/Newsboard/controller/ControllerAction.class
    · build/classes/Newsboard/model/BoardDAO.class
    · build/classes/Newsboard/model/BoardVO.class
    · build/classes/Newsboard/model/ConnUtil.class
    · src/Admin.java
    · src/admin01_movie/admin_movie_DAO.java
    · src/admin01_movie/admin_movie_VO.java
    · src/admin02_vod/admin_vod_DAO.java
    · src/admin02_vod/admin_vod_VO.java
    · src/admin03_member/admin_member_DAO.java
    · src/admin03_member/admin_member_VO.java
    · src/admin04_comment/admin_comment_DAO.java
    · src/admin04_comment/admin_comment_VO.java
    · src/com/util/ConnUtil.java
    · src/com/util/DBConn.java
    · src/Freeboard/Add.java
    · src/Freeboard/AddComment.java
    · src/Freeboard/AddOk.java
    · src/Freeboard/BoardDAO.java
    · src/Freeboard/BoardDTO.java
    · src/Freeboard/CommentDTO.java
    · src/Freeboard/Del.java
    · src/Freeboard/DelComment.java
    · src/Freeboard/DelOk.java
    · src/Freeboard/Download.java
    · src/Freeboard/Edit.java
    · src/Freeboard/EditOk.java
    · src/Freeboard/List.java
    · src/Freeboard/View.java
    · src/Index.java
    · src/index01_vod/index01_vod_DAO.java
    · src/index01_vod/index01_vod_VO.java
    · src/index101_join/index101_join_DAO.java
    · src/index101_join/index101_join_VO.java
    · src/index102_login/index102_login_DAO.java
    · src/index102_login/index102_login_VO.java
    · src/index11_movieInfo/index11_movieInfo_DAO.java
    · src/index11_movieInfo/index11_movieInfo_VO.java
    · src/index22_buy_vod_rank/index22_buy_vod_DAO.java
    · src/index22_buy_vod_rank/index22_buy_vod_VO.java
    · src/index31_boxoffice/index31_boxoffice_DAO.java
    · src/index31_boxoffice/index31_boxoffice_VO.java
    · src/index41_news/index41_news_DAO.java
    · src/index41_news/index41_news_VO.java
    · src/index51_id_info/index51_id_info_DAO.java
    · src/index51_id_info/index51_id_info_VO.java
    · src/index52_id_comment/index52_id_comment_DAO.java
    · src/index52_id_comment/index52_id_comment_VO.java
    · src/index54_shopping_cart/index54_shopping_cart_DAO.java
    · src/index54_shopping_cart/index54_shopping_cart_VO.java
    · src/index55_points/index55_points_DAO.java
    · src/index55_points/index55_points_VO.java
    · src/index56_buy_list/index56_buy_list_DAO.java
    · src/index56_buy_list/index56_buy_list_VO.java
    · src/index57_id_modify/index57_id_modify_DAO.java
    · src/index57_id_modify/index57_id_modify_VO.java
    · src/Newsboard/action/CommandAction.java
    · src/Newsboard/action/ContentAction.java
    · src/Newsboard/action/DeleteFormAction.java
    · src/Newsboard/action/DeleteProAction.java
    · src/Newsboard/action/ListAction.java
    · src/Newsboard/action/UpdateFormAction.java
    · src/Newsboard/action/UpdateProAction.java
    · src/Newsboard/action/WriteFormAction.java
    · src/Newsboard/action/WriteProAction.java
    · src/Newsboard/controller/ControllerAction.java
    · src/Newsboard/model/BoardDAO.java
    · src/Newsboard/model/BoardVO.java
    · src/Newsboard/model/ConnUtil.java
    · WebContent/Freeboard/board/add.jsp
    · WebContent/Freeboard/board/addOk.jsp
    · WebContent/Freeboard/board/del.jsp
    · WebContent/Freeboard/board/delOk.jsp
    · WebContent/Freeboard/board/edit.jsp
    · WebContent/Freeboard/board/editOk.jsp
    · WebContent/Freeboard/board/list.jsp
    · WebContent/Freeboard/board/View.jsp
    · WebContent/Freeboard/extend/css/board.css
    · WebContent/Freeboard/extend/css/sunny/images/animated-overlay.gif
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_flat_30_cccccc_40x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-icons_3d3d3d_256x240.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-icons_bd7b00_256x240.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-icons_d19405_256x240.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-icons_eb990f_256x240.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-icons_ed9f26_256x240.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-icons_fadc7a_256x240.png
    · WebContent/Freeboard/extend/css/sunny/images/ui-icons_ffe180_256x240.png
    · WebContent/Freeboard/extend/css/sunny/jquery-ui-1.10.3.custom.css
    · WebContent/Freeboard/extend/css/sunny/jquery-ui-1.10.3.custom.min.css
    · WebContent/Freeboard/extend/js/jquery-1.9.1.js
    · WebContent/Freeboard/extend/js/jquery-ui-1.10.3.custom.js
    · WebContent/Freeboard/extend/js/jquery-ui-1.10.3.custom.min.js
    · WebContent/Freeboard/inc/DB.jsp
    · WebContent/Freeboard/inc/Script.jsp
    · WebContent/Freeboard/SE2/css/smart_editor2.css
    · WebContent/Freeboard/SE2/css/smart_editor2_in.css
    · WebContent/Freeboard/SE2/css/smart_editor2_items.css
    · WebContent/Freeboard/SE2/css/smart_editor2_out.css
    · WebContent/Freeboard/SE2/img/bg_b1.png
    · WebContent/Freeboard/SE2/img/bg_button.gif
    · WebContent/Freeboard/SE2/img/bg_button_left.gif
    · WebContent/Freeboard/SE2/img/bg_button_right.gif
    · WebContent/Freeboard/SE2/img/bg_find_h3.gif
    · WebContent/Freeboard/SE2/img/bg_help.gif
    · WebContent/Freeboard/SE2/img/bg_icon_tool.gif
    · WebContent/Freeboard/SE2/img/bg_line1.gif
    · WebContent/Freeboard/SE2/img/bg_quote2.gif
    · WebContent/Freeboard/SE2/img/bg_set.gif
    · WebContent/Freeboard/SE2/img/bg_text_tool.gif
    · WebContent/Freeboard/SE2/img/bg_tool2.gif
    · WebContent/Freeboard/SE2/img/editor_guideline_698.gif
    · WebContent/Freeboard/SE2/img/editor_guideline_890.gif
    · WebContent/Freeboard/SE2/img/icon_set.gif
    · WebContent/Freeboard/SE2/img/ico_extend.png
    · WebContent/Freeboard/SE2/img/ko_KR/btn_set.png
    · WebContent/Freeboard/SE2/img/ko_KR/bx_set_110302.gif
    · WebContent/Freeboard/SE2/img/ko_KR/text_tool_set.png
    · WebContent/Freeboard/SE2/img/photoQuickPopup/bg_drag_image.png
    · WebContent/Freeboard/SE2/img/photoQuickPopup/btn_cancel.png
    · WebContent/Freeboard/SE2/img/photoQuickPopup/btn_confirm.png
    · WebContent/Freeboard/SE2/img/photoQuickPopup/btn_confirm2.png
    · WebContent/Freeboard/SE2/img/photoQuickPopup/btn_del.png
    · WebContent/Freeboard/SE2/img/photoQuickPopup/btn_find.png
    · WebContent/Freeboard/SE2/img/text_tool_set2.png
    · WebContent/Freeboard/SE2/js/HuskyEZCreator.js
    · WebContent/Freeboard/SE2/js/jindo.min.js
    · WebContent/Freeboard/SE2/js/jindo_component.js
    · WebContent/Freeboard/SE2/js/SE2BasicCreator.js
    · WebContent/Freeboard/SE2/js/SE2B_Configuration_General.js
    · WebContent/Freeboard/SE2/js/SE2B_Configuration_Service.js
    · WebContent/Freeboard/SE2/js/smarteditor2.js
    · WebContent/Freeboard/SE2/js/smarteditor2.min.js
    · WebContent/Freeboard/SE2/photo_uploader/plugin/hp_SE2M_AttachQuickPhoto.js
    · WebContent/Freeboard/SE2/photo_uploader/popup/attach_photo.js
    · WebContent/Freeboard/SE2/photo_uploader/popup/callback.html
    · WebContent/Freeboard/SE2/photo_uploader/popup/file_uploader.php
    · WebContent/Freeboard/SE2/photo_uploader/popup/file_uploader_html5.php
    · WebContent/Freeboard/SE2/photo_uploader/popup/jindo.fileuploader.js
    · WebContent/Freeboard/SE2/photo_uploader/popup/jindo.min.js
    · WebContent/Freeboard/SE2/photo_uploader/popup/photo_uploader.html
    · WebContent/Freeboard/SE2/readme.txt
    · WebContent/Freeboard/SE2/release_notes.txt
    · WebContent/Freeboard/SE2/sample.php
    · WebContent/Freeboard/SE2/SmartEditor2.html
    · WebContent/Freeboard/SE2/SmartEditor2Skin.html
    · WebContent/Freeboard/SE2/smart_editor2_inputarea.html
    · WebContent/Freeboard/SE2/smart_editor2_inputarea_ie8.html
    · WebContent/Freeboard/SE2/src_include.txt
    · WebContent/META-INF/MANIFEST.MF
    · WebContent/Newsboard/content.jsp
    · WebContent/Newsboard/dbcpTest.jsp
    · WebContent/Newsboard/deleteForm.jsp
    · WebContent/Newsboard/deletePro.jsp
    · WebContent/Newsboard/images/hot.gif
    · WebContent/Newsboard/images/level.gif
    · WebContent/Newsboard/images/re.gif
    · WebContent/Newsboard/list.jsp
    · WebContent/Newsboard/script.js
    · WebContent/Newsboard/style.css
    · WebContent/Newsboard/updateForm.jsp
    · WebContent/Newsboard/updatePro.jsp
    · WebContent/Newsboard/writeForm.jsp
    · WebContent/Newsboard/writePro.jsp
    · WebContent/Project_Movie/01_vod.jsp
    · WebContent/Project_Movie/01_vod_view.jsp
    · WebContent/Project_Movie/02_buy_vod_rank.jsp
    · WebContent/Project_Movie/02_fav_vod_rank.jsp
    · WebContent/Project_Movie/03_boxoffice.jsp
    · WebContent/Project_Movie/03_movie_DB.jsp
    · WebContent/Project_Movie/04_community.jsp
    · WebContent/Project_Movie/04_news.jsp
    · WebContent/Project_Movie/05_buy_list.jsp
    · WebContent/Project_Movie/05_buy_list_add.jsp
    · WebContent/Project_Movie/05_buy_list_addConfirm.jsp
    · WebContent/Project_Movie/05_id_comment.jsp
    · WebContent/Project_Movie/05_id_comment_add.jsp
    · WebContent/Project_Movie/05_id_fav_movie.jsp
    · WebContent/Project_Movie/05_id_info.jsp
    · WebContent/Project_Movie/05_id_modify.jsp
    · WebContent/Project_Movie/05_id_modify_delete.jsp
    · WebContent/Project_Movie/05_id_modify_modify.jsp
    · WebContent/Project_Movie/05_id_modify_PW.jsp
    · WebContent/Project_Movie/05_points.jsp
    · WebContent/Project_Movie/05_points_add.jsp
    · WebContent/Project_Movie/05_shopping_cart.jsp
    · WebContent/Project_Movie/05_shopping_cart_add.jsp
    · WebContent/Project_Movie/05_shopping_cart_delete.jsp
    · WebContent/Project_Movie/about_us.jsp
    · WebContent/Project_Movie/access_terms.jsp
    · WebContent/Project_Movie/admin/comment.jsp
    · WebContent/Project_Movie/admin/comment_delete.jsp
    · WebContent/Project_Movie/admin/index.jsp
    · WebContent/Project_Movie/admin/member.jsp
    · WebContent/Project_Movie/admin/member_add.jsp
    · WebContent/Project_Movie/admin/member_delete.jsp
    · WebContent/Project_Movie/admin/movie.jsp
    · WebContent/Project_Movie/admin/movie_add.jsp
    · WebContent/Project_Movie/admin/top.jsp
    · WebContent/Project_Movie/admin/vod.jsp
    · WebContent/Project_Movie/admin/vod_add.jsp
    · WebContent/Project_Movie/admin/vod_delete.jsp
    · WebContent/Project_Movie/contact_us.jsp
    · WebContent/Project_Movie/css/button.css
    · WebContent/Project_Movie/css/jquery.lightbox-0.5.css
    · WebContent/Project_Movie/css/nivo-slider.css
    · WebContent/Project_Movie/css/popup.css
    · WebContent/Project_Movie/css/tooplate_style.css
    · WebContent/Project_Movie/footer.jsp
    · WebContent/Project_Movie/images/btn/btn_buy.gif
    · WebContent/Project_Movie/images/btn/btn_charge_popup_150708.png
    · WebContent/Project_Movie/images/icon/icon_check.png
    · WebContent/Project_Movie/images/popup/bg_gra.png
    · WebContent/Project_Movie/images/popup/popup_btn_close.png
    · WebContent/Project_Movie/images/popup/popup_charge_bg.jpg
    · WebContent/Project_Movie/images/popup/popup_flat_tit2.jpg
    · WebContent/Project_Movie/index.jsp
    · WebContent/Project_Movie/join.jsp
    · WebContent/Project_Movie/join_add.jsp
    · WebContent/Project_Movie/js/jquery.js
    · WebContent/Project_Movie/js/jquery.lightbox-0.5.js
    · WebContent/Project_Movie/js/jquery.lightbox-0.5.min.js
    · WebContent/Project_Movie/js/jquery.lightbox-0.5.pack.js
    · WebContent/Project_Movie/js/jquery.min.js
    · WebContent/Project_Movie/js/jquery.nivo.slider.js
    · WebContent/Project_Movie/js/jssor.js
    · WebContent/Project_Movie/js/jssor.player.ytiframe.compress.bat
    · WebContent/Project_Movie/js/jssor.player.ytiframe.js
    · WebContent/Project_Movie/js/jssor.player.ytiframe.min.js
    · WebContent/Project_Movie/js/jssor.slider.debug.min.compress.bat
    · WebContent/Project_Movie/js/jssor.slider.js
    · WebContent/Project_Movie/js/jssor.slider.min.compress.bat
    · WebContent/Project_Movie/js/jssor.slider.min.js
    · WebContent/Project_Movie/js/jssor.slider.mini.compress.bat
    · WebContent/Project_Movie/js/jssor.slider.mini.js
    · WebContent/Project_Movie/loading.jsp
    · WebContent/Project_Movie/login.jsp
    · WebContent/Project_Movie/loginout.jsp
    · WebContent/Project_Movie/login_add.jsp
    · WebContent/Project_Movie/menu.jsp
    · WebContent/Project_Movie/movie_info.jsp
    · WebContent/Project_Movie/point_popup.jsp
    · WebContent/Project_Movie/title.jsp
    · WebContent/Project_Movie/top.jsp
    · WebContent/Project_Movie/_blankPage.jsp
    · WebContent/WEB-INF/CommandPro.properties
    · WebContent/WEB-INF/lib/commons-beanutils-1.7.0.jar
    · WebContent/WEB-INF/lib/commons-beanutils-1.8.3.jar
    · WebContent/WEB-INF/lib/commons-codec-1.9.jar
    · WebContent/WEB-INF/lib/commons-collections-3.1.jar
    · WebContent/WEB-INF/lib/commons-collections-3.2.1.jar
    · WebContent/WEB-INF/lib/commons-collections-3.2.jar
    · WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar
    · WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar
    · WebContent/WEB-INF/lib/commons-io-2.4.jar
    · WebContent/WEB-INF/lib/commons-lang-2.5.jar
    · WebContent/WEB-INF/lib/commons-lang-2.6.jar
    · WebContent/WEB-INF/lib/commons-logging-1.0.4.jar
    · WebContent/WEB-INF/lib/commons-logging-1.1.1.jar
    · WebContent/WEB-INF/lib/commons-logging-1.1.3.jar
    · WebContent/WEB-INF/lib/cos.jar
    · WebContent/WEB-INF/lib/ezmorph-1.0.4.jar
    · WebContent/WEB-INF/lib/ezmorph-1.0.6.jar
    · WebContent/WEB-INF/lib/jackson-all-1.9.11.jar
    · WebContent/WEB-INF/lib/json-lib-2.4-jdk15.jar
    · WebContent/WEB-INF/lib/json-simple-1.1.1.jar
    · WebContent/WEB-INF/lib/jstl.jar
    · WebContent/WEB-INF/lib/junit-4.12.jar
    · WebContent/WEB-INF/lib/kobis-opcl-rest-v1.0.jar
    · WebContent/WEB-INF/lib/kobis-opcl-soap-v1.0.jar
    · WebContent/WEB-INF/lib/log4j-1.2.17.jar
    · WebContent/WEB-INF/lib/ojdbc6.jar
    · WebContent/WEB-INF/lib/ojdbc6_g.jar
    · WebContent/WEB-INF/lib/opencsv-3.4.jar
    · WebContent/WEB-INF/lib/poi-3.12-20150511.jar
    · WebContent/WEB-INF/lib/poi-examples-3.12-20150511.jar
    · WebContent/WEB-INF/lib/poi-excelant-3.12-20150511.jar
    · WebContent/WEB-INF/lib/poi-ooxml-3.12-20150511.jar
    · WebContent/WEB-INF/lib/poi-ooxml-schemas-3.12-20150511.jar
    · WebContent/WEB-INF/lib/poi-scratchpad-3.12-20150511.jar
    · WebContent/WEB-INF/lib/standard.jar
    · WebContent/WEB-INF/lib/tomcat-dbcp.jar
    · WebContent/WEB-INF/lib/xmlbeans-2.6.0.jar
    · WebContent/WEB-INF/web.xml
    · 무슨부귀영화를누리겠다고!.pdf
    · 1stPPT.pdf
  • 자료후기

      Ai 리뷰
      지식판매자의 자료는 는 매번 기대 이상의 정보를 제공합니다. 특히, 다양한 주제를 깊이 있게 다루고 있어 학습할 때 지루함을 느끼지 않습니다. 학업에 적용할 수 있는 유용한 팁들이 많아, 학습한 내용을 실제로 활용할 수 있어 매우 만족스럽습니다. 앞으로도 계속해서 이 지식판매자의 자료를 이용할 생각입니다!
    • 자주묻는질문의 답변을 확인해 주세요

      해피캠퍼스 FAQ 더보기

      꼭 알아주세요

      • 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
        자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
        저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
      • 해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.
        파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
        파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
    문서 초안을 생성해주는 EasyAI
    안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
    저는 아래와 같이 작업을 도와드립니다.
    - 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
    - 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
    - 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
    이런 주제들을 입력해 보세요.
    - 유아에게 적합한 문학작품의 기준과 특성
    - 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
    - 작별인사 독후감
    해캠 AI 챗봇과 대화하기
    챗봇으로 간편하게 상담해보세요.
    2026년 03월 16일 월요일
    AI 챗봇
    안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
    9:28 오전