├── notes
├── Java
│ ├── test.txt
│ └── 7회차.txt
├── vue
│ └── 39회차.txt
├── Spring
│ └── 31회차.txt
└── JavaScript
│ └── 2021-01-27.txt
├── README.md
├── SpringFrameworkLecture
├── demo
│ ├── settings.gradle
│ ├── src
│ │ ├── frontend
│ │ │ ├── src
│ │ │ │ ├── store
│ │ │ │ │ ├── states.js
│ │ │ │ │ ├── mutation-types.js
│ │ │ │ │ ├── mutations.js
│ │ │ │ │ └── index.js
│ │ │ │ ├── App.vue
│ │ │ │ ├── views
│ │ │ │ │ ├── About.vue
│ │ │ │ │ └── Test.vue
│ │ │ │ ├── assets
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── logo.svg
│ │ │ │ ├── plugins
│ │ │ │ │ └── vuetify.js
│ │ │ │ └── main.js
│ │ │ ├── vue.config.js
│ │ │ ├── babel.config.js
│ │ │ ├── public
│ │ │ │ └── favicon.ico
│ │ │ ├── .gitignore
│ │ │ └── README.md
│ │ ├── main
│ │ │ ├── resources
│ │ │ │ ├── static
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── listImg.css
│ │ │ │ │ │ ├── selector
│ │ │ │ │ │ │ ├── selector4.css
│ │ │ │ │ │ │ ├── selector3.css
│ │ │ │ │ │ │ ├── selector.css
│ │ │ │ │ │ │ ├── selector2.css
│ │ │ │ │ │ │ ├── selector5.css
│ │ │ │ │ │ │ ├── selector8.css
│ │ │ │ │ │ │ └── selector6.css
│ │ │ │ │ │ ├── border
│ │ │ │ │ │ │ ├── border5.css
│ │ │ │ │ │ │ ├── border.css
│ │ │ │ │ │ │ ├── border2.css
│ │ │ │ │ │ │ ├── border7.css
│ │ │ │ │ │ │ ├── border4.css
│ │ │ │ │ │ │ ├── border3.css
│ │ │ │ │ │ │ └── border6.css
│ │ │ │ │ │ ├── style.css
│ │ │ │ │ │ ├── box
│ │ │ │ │ │ │ ├── box11.css
│ │ │ │ │ │ │ ├── box7.css
│ │ │ │ │ │ │ ├── box2.css
│ │ │ │ │ │ │ ├── box9.css
│ │ │ │ │ │ │ ├── box.css
│ │ │ │ │ │ │ ├── box17.css
│ │ │ │ │ │ │ ├── box3.css
│ │ │ │ │ │ │ ├── box8.css
│ │ │ │ │ │ │ ├── box10.css
│ │ │ │ │ │ │ ├── box4.css
│ │ │ │ │ │ │ ├── box6.css
│ │ │ │ │ │ │ ├── box14.css
│ │ │ │ │ │ │ ├── box13.css
│ │ │ │ │ │ │ ├── box15.css
│ │ │ │ │ │ │ ├── box12.css
│ │ │ │ │ │ │ ├── box16.css
│ │ │ │ │ │ │ └── box5.css
│ │ │ │ │ │ ├── vue
│ │ │ │ │ │ │ └── trans.css
│ │ │ │ │ │ ├── avoidsheet.css
│ │ │ │ │ │ ├── overflow.css
│ │ │ │ │ │ ├── rotateTransform.css
│ │ │ │ │ │ └── bordersheet.css
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── img
│ │ │ │ │ │ ├── cat.jpg
│ │ │ │ │ │ ├── rust.jpg
│ │ │ │ │ │ ├── circle.png
│ │ │ │ │ │ ├── golang.png
│ │ │ │ │ │ ├── images.jpeg
│ │ │ │ │ │ ├── testImg.png
│ │ │ │ │ │ ├── product.jpeg
│ │ │ │ │ │ ├── start_button.png
│ │ │ │ │ │ └── circle_resize.png
│ │ │ │ ├── templates
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── spring
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── board
│ │ │ │ │ │ │ ├── list.html
│ │ │ │ │ │ │ ├── read.html
│ │ │ │ │ │ │ ├── remove.html
│ │ │ │ │ │ │ ├── modify.html
│ │ │ │ │ │ │ └── register.html
│ │ │ │ │ │ ├── member
│ │ │ │ │ │ │ └── success.html
│ │ │ │ │ │ ├── real_board
│ │ │ │ │ │ │ └── success.html
│ │ │ │ │ │ ├── parameter
│ │ │ │ │ │ │ ├── list.html
│ │ │ │ │ │ │ ├── modify.html
│ │ │ │ │ │ │ ├── remove.html
│ │ │ │ │ │ │ └── register.html
│ │ │ │ │ │ └── model
│ │ │ │ │ │ │ └── modelDate.html
│ │ │ │ │ └── html_css
│ │ │ │ │ │ ├── text
│ │ │ │ │ │ ├── mark_test.html
│ │ │ │ │ │ ├── span_color_test.html
│ │ │ │ │ │ ├── ol_li.html
│ │ │ │ │ │ ├── ul_li.html
│ │ │ │ │ │ ├── p_test.html
│ │ │ │ │ │ ├── p_options_test.html
│ │ │ │ │ │ ├── blockquote_test.html
│ │ │ │ │ │ ├── pre_test.html
│ │ │ │ │ │ ├── style_page_test.html
│ │ │ │ │ │ ├── aTagTest.html
│ │ │ │ │ │ ├── aTagStyleTest.html
│ │ │ │ │ │ └── ul_ul_li_test.html
│ │ │ │ │ │ ├── success.html
│ │ │ │ │ │ ├── multimedia
│ │ │ │ │ │ ├── webPlayMP3Test.html
│ │ │ │ │ │ └── webPlayVideoTest.html
│ │ │ │ │ │ ├── image
│ │ │ │ │ │ ├── imgAltTest.html
│ │ │ │ │ │ ├── imgSizeTest.html
│ │ │ │ │ │ └── img_test.html
│ │ │ │ │ │ ├── box
│ │ │ │ │ │ ├── webBoxMarginTest.html
│ │ │ │ │ │ ├── webBoxEllipseTest.html
│ │ │ │ │ │ ├── webBoxTest.html
│ │ │ │ │ │ ├── webBoxRoundTest.html
│ │ │ │ │ │ ├── webBoxBorderStyleTest2.html
│ │ │ │ │ │ ├── webBoxPositionRelativeTest.html
│ │ │ │ │ │ ├── webBoxSubRoundTest2.html
│ │ │ │ │ │ ├── webBoxBorderStyleTest.html
│ │ │ │ │ │ ├── webBoxLayoutTest.html
│ │ │ │ │ │ ├── webBoxLayoutTest2.html
│ │ │ │ │ │ ├── webNavUlLiBoxTest.html
│ │ │ │ │ │ ├── webNavUlLiBoxTest2.html
│ │ │ │ │ │ └── webBoxPaddingTest.html
│ │ │ │ │ │ ├── form
│ │ │ │ │ │ ├── webFormTest6.html
│ │ │ │ │ │ ├── webFormTest7.html
│ │ │ │ │ │ ├── webFormLegacy.html
│ │ │ │ │ │ └── webFormTest3.html
│ │ │ │ │ │ ├── css3basic
│ │ │ │ │ │ ├── webRotationTransformTest.html
│ │ │ │ │ │ ├── webCSS3StyleSheetTest.html
│ │ │ │ │ │ └── webCSS3Test.html
│ │ │ │ │ │ ├── overflow
│ │ │ │ │ │ └── webOverflowTest.html
│ │ │ │ │ │ ├── progbar
│ │ │ │ │ │ └── webProgressBarTest.html
│ │ │ │ │ │ ├── selector
│ │ │ │ │ │ ├── webSelectTest5.html
│ │ │ │ │ │ ├── webSelectTest6.html
│ │ │ │ │ │ └── webSelectTest7.html
│ │ │ │ │ │ └── border
│ │ │ │ │ │ └── webCustomTableBorderTest7.html
│ │ │ │ └── application.yaml
│ │ │ ├── sql
│ │ │ │ ├── member.sql
│ │ │ │ └── board.sql
│ │ │ └── java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── demo
│ │ │ │ ├── service
│ │ │ │ ├── MemberService.java
│ │ │ │ ├── BoardService.java
│ │ │ │ ├── vue
│ │ │ │ │ └── VueBoardService.java
│ │ │ │ └── MemberServiceImpl.java
│ │ │ │ ├── entity
│ │ │ │ ├── Member.java
│ │ │ │ ├── Board.java
│ │ │ │ ├── vue
│ │ │ │ │ └── VueBoard.java
│ │ │ │ └── TestMember.java
│ │ │ │ ├── nativeinterface
│ │ │ │ └── HelloSpring.java
│ │ │ │ ├── DemoApplication.java
│ │ │ │ └── controller
│ │ │ │ └── home
│ │ │ │ └── HomeController.java
│ │ ├── sql
│ │ │ └── board.sql
│ │ ├── test
│ │ │ └── java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── demo
│ │ │ │ └── DemoApplicationTests.java
│ │ └── hello
│ │ │ └── c
│ │ │ └── hello.c
│ ├── gradle
│ │ └── wrapper
│ │ │ ├── gradle-wrapper.jar
│ │ │ └── gradle-wrapper.properties
│ └── .gitignore
└── board
│ ├── settings.gradle
│ ├── src
│ ├── frontend
│ │ ├── vue.config.js
│ │ ├── src
│ │ │ ├── App.vue
│ │ │ ├── views
│ │ │ │ ├── About.vue
│ │ │ │ └── vuetifyPage
│ │ │ │ │ └── VuetifyBoardListPaginationPage.vue
│ │ │ ├── assets
│ │ │ │ ├── logo.png
│ │ │ │ └── logo.svg
│ │ │ ├── plugins
│ │ │ │ └── vuetify.js
│ │ │ ├── store
│ │ │ │ ├── states.js
│ │ │ │ ├── mutation-types.js
│ │ │ │ ├── getters.js
│ │ │ │ └── index.js
│ │ │ ├── components
│ │ │ │ ├── LocalComponent.vue
│ │ │ │ └── GlobalComponent.vue
│ │ │ └── main.js
│ │ ├── babel.config.js
│ │ ├── public
│ │ │ └── favicon.ico
│ │ ├── .gitignore
│ │ └── README.md
│ ├── main
│ │ ├── java
│ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── board
│ │ │ │ ├── service
│ │ │ │ ├── random
│ │ │ │ │ └── RandomNumberService.java
│ │ │ │ └── board
│ │ │ │ │ └── VueBoardService.java
│ │ │ │ ├── entity
│ │ │ │ ├── random
│ │ │ │ │ └── RandomNumber.java
│ │ │ │ └── board
│ │ │ │ │ └── VueBoard.java
│ │ │ │ ├── repository
│ │ │ │ ├── crawl
│ │ │ │ │ ├── HomeNewsRepository.java
│ │ │ │ │ └── NewsRepository.java
│ │ │ │ └── random
│ │ │ │ │ └── RandomNumberRepository.java
│ │ │ │ └── BoardApplication.java
│ │ └── resources
│ │ │ └── application.yaml
│ └── test
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── board
│ │ └── BoardApplicationTests.java
│ ├── gradle
│ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
│ └── .gitignore
├── binary
└── server
├── JavaScriptLecture
├── js_array
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ ├── modules.xml
│ │ └── js_array.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ ├── array-test
│ │ │ ├── ArraySortTest.js
│ │ │ └── ArraySortTest2.js
│ │ ├── repeat-test
│ │ │ ├── RepeatSomeTest.js
│ │ │ └── RepeatMapTest.js
│ │ └── App.js
│ └── .gitignore
├── js_arrow
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ ├── modules.xml
│ │ └── js_arrow.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ ├── arrow-test
│ │ │ ├── ArrowFunctionTest.js
│ │ │ ├── ArrowFunctionTest2.js
│ │ │ └── ArrowFunctionTest3.js
│ │ ├── App.js
│ │ └── func-test
│ │ │ └── FuncTest.js
│ └── .gitignore
├── js_prob
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── modules.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ └── js_prob.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ ├── index.js
│ │ └── App.js
│ └── .gitignore
├── js_set
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── modules.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ └── js_set.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── map-test
│ │ │ ├── NewMapTest.js
│ │ │ ├── NewMapInitTest.js
│ │ │ └── MapDeleteTest.js
│ │ ├── set-test
│ │ │ ├── NewSetTest.js
│ │ │ ├── NewSetInitTest.js
│ │ │ ├── AddSetTest.js
│ │ │ └── ForEachWithSet.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ └── App.js
│ └── .gitignore
├── js_datatype
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ ├── modules.xml
│ │ └── js_datatype.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── data_type
│ │ │ ├── ForTest.js
│ │ │ ├── LetVar2.js
│ │ │ ├── LetVar3.js
│ │ │ ├── ArrayDataType.js
│ │ │ ├── ExpDataType.js
│ │ │ ├── IfTest.js
│ │ │ ├── JsonDataType.js
│ │ │ ├── TypeOf.js
│ │ │ └── DataType.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ └── App.js
│ └── .gitignore
├── js_expression
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ ├── modules.xml
│ │ └── js_expression.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── equals
│ │ │ ├── EQTest3.js
│ │ │ ├── EQTest4.js
│ │ │ ├── EQTest5.js
│ │ │ ├── EQTest2.js
│ │ │ ├── EQTest6.js
│ │ │ └── EQTest.js
│ │ ├── homework
│ │ │ ├── Homework1.js
│ │ │ ├── Homework2.js
│ │ │ └── Homework3.js
│ │ ├── coincidence
│ │ │ ├── CICDTest2.js
│ │ │ ├── CICDTest3.js
│ │ │ ├── CICDTest4.js
│ │ │ ├── CICDTest5.js
│ │ │ └── CICDTest6.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ ├── array
│ │ │ ├── SpreadTest5.js
│ │ │ ├── SpreadTest6.js
│ │ │ ├── SpreadTest2.js
│ │ │ ├── SpreadTest.js
│ │ │ └── SpreadTest4.js
│ │ ├── function
│ │ │ ├── EmptyObjectTest.js
│ │ │ └── FunctionObjectTest.js
│ │ └── App.js
│ └── .gitignore
├── js_generator
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ ├── modules.xml
│ │ └── js_generator.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ ├── promise-asynchronous
│ │ │ ├── NonPromiseTest2.js
│ │ │ ├── NonPromiseTest.js
│ │ │ └── PromiseTest2.js
│ │ └── index.js
│ └── .gitignore
├── js_object
│ ├── public
│ │ ├── robots.txt
│ │ ├── favicon.ico
│ │ ├── logo192.png
│ │ ├── logo512.png
│ │ └── manifest.json
│ ├── .idea
│ │ ├── vcs.xml
│ │ ├── .gitignore
│ │ ├── misc.xml
│ │ ├── inspectionProfiles
│ │ │ └── Project_Default.xml
│ │ ├── modules.xml
│ │ └── js_object.iml
│ ├── src
│ │ ├── setupTests.js
│ │ ├── App.test.js
│ │ ├── index.css
│ │ ├── reportWebVitals.js
│ │ ├── array-test
│ │ │ ├── ArrayJoinTest.js
│ │ │ ├── ArrayPopTest.js
│ │ │ ├── ArrayPushTest.js
│ │ │ ├── ArrayUnshiftTest.js
│ │ │ └── ArrayShiftTest.js
│ │ ├── class-test
│ │ │ └── ClassObject.js
│ │ └── App.js
│ └── .gitignore
└── js_parallel
│ ├── public
│ ├── robots.txt
│ ├── favicon.ico
│ ├── logo192.png
│ ├── logo512.png
│ └── manifest.json
│ ├── .idea
│ ├── vcs.xml
│ ├── .gitignore
│ ├── misc.xml
│ ├── inspectionProfiles
│ │ └── Project_Default.xml
│ ├── modules.xml
│ └── js_parallel.iml
│ ├── src
│ ├── setupTests.js
│ ├── App.test.js
│ ├── index.css
│ ├── reportWebVitals.js
│ └── index.js
│ └── .gitignore
├── GitAssociated
├── src
│ ├── Sixteenth
│ │ ├── RockScissorPaper.java
│ │ └── ClientSocketManager.java
│ ├── Thirteenth
│ │ ├── SkillTree.java
│ │ └── Test.java
│ ├── Twelveth
│ │ ├── Utility.java
│ │ ├── StrcmpTest.java
│ │ └── Comparable.java
│ ├── Ninth
│ │ ├── Homework8.java
│ │ ├── Homework1.java
│ │ ├── Homework2.java
│ │ ├── Homework3.java
│ │ ├── Homework7.java
│ │ ├── Homework5.java
│ │ └── Homework4.java
│ ├── Tenth
│ │ ├── Exercise1.java
│ │ └── PrintSimpleNumberTest.java
│ ├── Eighth
│ │ ├── Homework1.java
│ │ ├── Homework6.java
│ │ ├── Homework3.java
│ │ ├── Homework4.java
│ │ ├── Homework5.java
│ │ ├── Homework2.java
│ │ ├── Homework10.java
│ │ ├── Homework8.java
│ │ ├── Homework7.java
│ │ ├── Homework11.java
│ │ └── Homework9.java
│ ├── Seventh
│ │ ├── Homework1.java
│ │ ├── Quiz3_2.java
│ │ ├── Homework2.java
│ │ ├── Question3.java
│ │ ├── Homework5.java
│ │ ├── Question1.java
│ │ ├── Homework6.java
│ │ └── Homework4.java
│ ├── Fourteenth
│ │ ├── Test.java
│ │ ├── GetLocalHost.java
│ │ └── SocketClientTest.java
│ ├── Seventeenth
│ │ └── ClientSocketManager.java
│ └── Twentieth
│ │ ├── OperationAccelerator.java
│ │ ├── PerformanceTest.java
│ │ └── PerformanceUtil.java
├── .idea
│ ├── vcs.xml
│ ├── .gitignore
│ ├── misc.xml
│ └── modules.xml
└── GitAssociated.iml
├── .idea
├── vcs.xml
├── .gitignore
├── misc.xml
└── modules.xml
├── .gitignore
└── LectureContents.iml
/notes/Java/test.txt:
--------------------------------------------------------------------------------
1 | 수업 내용에 대한 업로드입니다.
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # LectureContents
2 | It's for Lecture Contents
3 |
--------------------------------------------------------------------------------
/SpringFrameworkLecture/demo/settings.gradle:
--------------------------------------------------------------------------------
1 | rootProject.name = 'demo'
2 |
--------------------------------------------------------------------------------
/SpringFrameworkLecture/board/settings.gradle:
--------------------------------------------------------------------------------
1 | rootProject.name = 'board'
2 |
--------------------------------------------------------------------------------
/binary/server:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/BitWeb17/LectureContents/HEAD/binary/server
--------------------------------------------------------------------------------
/JavaScriptLecture/js_array/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_arrow/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_prob/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_set/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/SpringFrameworkLecture/demo/src/frontend/src/store/states.js:
--------------------------------------------------------------------------------
1 | export default {
2 | boards: [],
3 | board: null
4 | }
--------------------------------------------------------------------------------
/GitAssociated/src/Sixteenth/RockScissorPaper.java:
--------------------------------------------------------------------------------
1 | package Sixteenth;
2 |
3 | public class RockScissorPaper {
4 |
5 | }
6 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_datatype/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_expression/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_generator/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_object/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/JavaScriptLecture/js_parallel/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/SpringFrameworkLecture/demo/src/frontend/src/App.vue:
--------------------------------------------------------------------------------
1 |
2 | This is an about page
4 | This is an about page
4 |
4 |
Success!!! 404가 아니다!
10 |NewMapTest
9 |NewSetTest
9 |Machine Learning based on 9 | Statistics 10 |
11 | 12 | -------------------------------------------------------------------------------- /GitAssociated/src/Eighth/Homework2.java: -------------------------------------------------------------------------------- 1 | package Eighth; 2 | 3 | public class Homework2 { 4 | public static void main(String[] args) { 5 | // 2) 1 ~ 10 까지의 숫자를 더한 결과를 출력하도록 매서드를 만들어보자! 6 | MySeries ms = new MySeries(); 7 | 8 | System.out.println( 9 | "1 ~ 10 까지의 합 = " + ms.valueSum(1, 10)); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/test/java/com/example/demo/DemoApplicationTests.java: -------------------------------------------------------------------------------- 1 | package com.example.demo; 2 | 3 | import org.junit.jupiter.api.Test; 4 | import org.springframework.boot.test.context.SpringBootTest; 5 | 6 | @SpringBootTest 7 | class DemoApplicationTests { 8 | 9 | @Test 10 | void contextLoads() { 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/board/src/test/java/com/example/board/BoardApplicationTests.java: -------------------------------------------------------------------------------- 1 | package com.example.board; 2 | 3 | import org.junit.jupiter.api.Test; 4 | import org.springframework.boot.test.context.SpringBootTest; 5 | 6 | @SpringBootTest 7 | class BoardApplicationTests { 8 | 9 | @Test 10 | void contextLoads() { 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/html_css/box/webBoxTest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/SpringFrameworkLecture/demo/src/main/resources/templates/html_css/image/img_test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
11 | 9 | ForTest Works Fine! 10 |
11 |
11 | let {num}
12 |
Box Model: padding, border, margin
11 | 12 | -------------------------------------------------------------------------------- /GitAssociated/src/Ninth/Homework4.java: -------------------------------------------------------------------------------- 1 | package Ninth; 2 | 3 | public class Homework4 { 4 | public static void main(String[] args) { 5 | MyDice md = new MyDice(5, 3, 6); 6 | 7 | md.playGame(); 8 | md.printSumOfDice(); 9 | 10 | System.out.printf("\n정렬 후!\n\n"); 11 | 12 | md.insertSort(); 13 | md.printSumOfDice(); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/board/src/frontend/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | /dist 4 | 5 | 6 | # local env files 7 | .env.local 8 | .env.*.local 9 | 10 | # Log files 11 | npm-debug.log* 12 | yarn-debug.log* 13 | yarn-error.log* 14 | pnpm-debug.log* 15 | 16 | # Editor directories and files 17 | .idea 18 | .vscode 19 | *.suo 20 | *.ntvs* 21 | *.njsproj 22 | *.sln 23 | *.sw? 24 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/board/src/frontend/src/store/mutation-types.js: -------------------------------------------------------------------------------- 1 | export const FETCH_BOARD_LIST = 'FETCH_BOARD_LIST' 2 | export const FETCH_BOARD = 'FETCH_BOARD' 3 | 4 | // For Crawling 5 | //export const CRAWL_LISTS = 'CRAWL_LISTS' 6 | export const CRAWL_START = 'CRAWL_START' 7 | export const FIND_ONE = 'FIND_ONE' 8 | //export const FIND_HOME = 'FIND_HOME' 9 | //export const BOOLEAN = 'BOOLEAN' -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/html_css/box/webBoxPositionRelativeTest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |글자가 넘친다. 넘치면 터진다. 수용할 수 없는 분량은 자른다. 자르면 안보인다. 갖다 대면 보인다.
11 | 12 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/html_css/text/p_test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |모험가가 정착한 후 민가로 활용된 텐트
11 |독특한 문양이 매우 인상적이며
12 | 건축사의 한 페이지를 장식할만한 가치를 지닌다고 전문가들이 평가한다.
NewSetInitTest
10 |
13 | var {varNum}
14 |
13 | Equals Test 3 14 |
15 |13 | Equals Test 4 14 |
15 |13 | Equals Test 5 14 |
15 |12 | Homework 1 13 |
14 |13 | Equals Test 2 14 |
15 |13 | Equals Test 6 14 |
15 |Rust
10 |C
11 |Java
12 |Lisp
13 |Python
14 | 15 | -------------------------------------------------------------------------------- /JavaScriptLecture/js_datatype/.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # production 12 | /build 13 | 14 | # misc 15 | .DS_Store 16 | .env.local 17 | .env.development.local 18 | .env.test.local 19 | .env.production.local 20 | 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | -------------------------------------------------------------------------------- /JavaScriptLecture/js_expression/.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # production 12 | /build 13 | 14 | # misc 15 | .DS_Store 16 | .env.local 17 | .env.development.local 18 | .env.test.local 19 | .env.production.local 20 | 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | -------------------------------------------------------------------------------- /JavaScriptLecture/js_generator/.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # production 12 | /build 13 | 14 | # misc 15 | .DS_Store 16 | .env.local 17 | .env.development.local 18 | .env.test.local 19 | .env.production.local 20 | 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | -------------------------------------------------------------------------------- /JavaScriptLecture/js_object/.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # production 12 | /build 13 | 14 | # misc 15 | .DS_Store 16 | .env.local 17 | .env.development.local 18 | .env.test.local 19 | .env.production.local 20 | 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | -------------------------------------------------------------------------------- /JavaScriptLecture/js_parallel/.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # production 12 | /build 13 | 14 | # misc 15 | .DS_Store 16 | .env.local 17 | .env.development.local 18 | .env.test.local 19 | .env.production.local 20 | 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/board/src/main/java/com/example/board/BoardApplication.java: -------------------------------------------------------------------------------- 1 | package com.example.board; 2 | 3 | import org.springframework.boot.SpringApplication; 4 | import org.springframework.boot.autoconfigure.SpringBootApplication; 5 | 6 | @SpringBootApplication 7 | public class BoardApplication { 8 | 9 | public static void main(String[] args) { 10 | SpringApplication.run(BoardApplication.class, args); 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/frontend/src/main.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import App from './App.vue' 3 | import router from './router' 4 | import store from './store' 5 | import vuetify from './plugins/vuetify'; 6 | import cookies from "vue-cookies"; 7 | 8 | Vue.config.productionTip = false 9 | Vue.use(cookies) 10 | 11 | new Vue({ 12 | router, 13 | store, 14 | vuetify, 15 | cookies, 16 | render: h => h(App) 17 | }).$mount('#app') 18 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/html_css/box/webBoxLayoutTest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |9 | {cars[0]}, {cars[1]}, {cars[2]}, {cars[3]}, {cars[4]} 10 |
11 |13 | Coincidence Test 2 14 |
15 |13 | Coincidence Test 3 14 |
15 |13 | Coincidence Test 4 14 |
15 |13 | Coincidence Test 5 14 |
15 |Go Go Go! Rock & Roll!
13 |13 | Coincidence Test 6 14 |
15 |12 | Array Join Test 13 |
14 |NewMapInitTest
14 |11 | array-test: ArraySortTest 12 |
13 |14 | Homework 2 15 |
16 |13 | Spread Test 5 14 |
15 |이세계 모험왕이 가지고 왔다는 전설의 철퇴
11 | 12 |15 | 어떤 기술로 만들었는지 알 수 없는 물이 담겨있는 통이다. 16 |17 | 18 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/spring/model/modelDate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
Server Time: ${servTime}
12 | 13 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/html_css/form/webFormTest3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |13 | {expNum1}, {expNum2} 14 |
15 |11 | ArrowFunctionTest 12 |
13 |14 | Array Pop Test 15 |
16 |12 | Spread Test 6 13 |
14 |14 | Array Push Test 15 |
16 |AddSetTest
15 |
10 | function savetheLocal() {
11 | var second = document.getElementById("second")
12 | ......
13 | console.log("do it!")
14 | }
15 |
16 | 이런식으로 pre는 출력 형태를 원본 형태로 유지하여 출력이 가능하다.
17 |
18 |
19 |
--------------------------------------------------------------------------------
/SpringFrameworkLecture/demo/src/main/resources/templates/html_css/text/style_page_test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Rust
16 |C++
17 |Verilog
18 |Java
19 |JavaScript
20 | 21 | -------------------------------------------------------------------------------- /GitAssociated/src/Fourteenth/GetLocalHost.java: -------------------------------------------------------------------------------- 1 | package Fourteenth; 2 | 3 | import java.net.InetAddress; 4 | import java.net.UnknownHostException; 5 | 6 | public class GetLocalHost { 7 | public InetAddress getLocalHostInfo() throws UnknownHostException { 8 | InetAddress inetAddress = InetAddress.getLocalHost(); 9 | 10 | System.out.println("IP Address: " + inetAddress.getHostAddress()); 11 | System.out.println("Host Name: " + inetAddress.getHostName()); 12 | 13 | return inetAddress; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /GitAssociated/src/Seventh/Homework5.java: -------------------------------------------------------------------------------- 1 | package Seventh; 2 | 3 | public class Homework5 { 4 | public static void main(String[] args) { 5 | int cnt = 1; 6 | // 5) 1 ~ 100 까지 숫자중 3 의 배수만 출력해보자! 7 | for(int i = 1; i < 100; i++) { 8 | if(i % 3 == 0) { 9 | System.out.printf("%3d", i); 10 | 11 | if(cnt % 11 == 0) { 12 | System.out.println(""); 13 | } 14 | 15 | cnt++; 16 | } 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /GitAssociated/src/Seventh/Question1.java: -------------------------------------------------------------------------------- 1 | package Seventh; 2 | 3 | public class Question1 { 4 | public static void main(String[] args) { 5 | final int FIXVALUE = 3; 6 | 7 | double[] testArr = new double[FIXVALUE]; 8 | float[] testArr2 = new float[FIXVALUE]; 9 | 10 | for(int i = 0; i < FIXVALUE; i++) { 11 | testArr[i] = Math.random(); 12 | } 13 | 14 | for(int i = 0; i < FIXVALUE; i++) { 15 | testArr2[i] = (float)(Math.random()); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /GitAssociated/src/Thirteenth/Test.java: -------------------------------------------------------------------------------- 1 | package Thirteenth; 2 | 3 | public class Test { 4 | public static void main(String[] args) { 5 | if(3 > 5) { 6 | System.out.println("3이 더 크다."); 7 | } 8 | 9 | // A, B 클래스 내부에 value 값이 가정 10 | // A, B를 비교하고 싶은것 11 | // if(A.getValue() > B.getValue()) 12 | // A, B -> C, D -> E, F -> value 13 | // A.getC().getTest().getValue() > B.getD().getF().getValue() 14 | // A.compareTo(B) 15 | // 핵심: 재활용 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/spring/parameter/modify.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |14 | repeat-test: RepeatSomeTest 15 |
16 |15 | IfTest Works Fine! 16 |
17 |13 | Spread Test 2 14 |
15 |14 | Array Unshift Test 15 |
16 |11 | ArrowFunctionTest2 12 |
13 |MapDeleteTest
21 |13 | Spread Test 14 |
15 || alignment | 13 |alignment | 14 |alignment | 15 |
NonPromiseTest2
17 |11 | ArrowFunctionTest3 12 |
13 |20 | Equals Test 21 |
22 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/SpringFrameworkLecture/demo/src/main/resources/templates/spring/parameter/register.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
14 | {person.name}, {person.major}
15 | {person.minor}, {person.numOfRepo}
16 |
19 | Homework 3 20 |
21 |NonPromiseTest
20 |Division
22 |Contents
23 | 24 | -------------------------------------------------------------------------------- /SpringFrameworkLecture/demo/src/main/resources/templates/html_css/selector/webSelectTest6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |5 | TypeOf Works Fine! 6 |
7 |
8 | {typeof ""}, {typeof "test"}, {typeof 0}, {typeof 3.14},
9 | {typeof true}, {typeof undef}, {typeof undefined}, {typeof null},
10 | {typeof {name: 'Test', major: 'EE'}}, {typeof [1, 2, 3, 4]},
11 | {typeof function test(){}}
12 |
16 | Empty Object Test 17 |
18 |17 | Function Object Test 18 |
19 |16 | Array Shift Test 17 |
18 |17 | Spread Test 4 18 |
19 |18 | Class Object 19 |
20 |15 | array-test: ArraySortTest2 16 |
17 |16 | {test1}, {test2}, {numTest}. 17 |
18 |17 | repeat-test: RepeatMapTest 18 |
19 |ForEachWithSet
21 |
10 | Edit src/App.js and save to reload.
11 |
10 | Edit src/App.js and save to reload.
11 |
FuncTest
22 |PromiseTest2
22 |
10 | Edit src/App.js and save to reload.
11 |
10 | Edit src/App.js and save to reload.
11 |
10 | Edit src/App.js and save to reload.
11 |
10 | Edit src/App.js and save to reload.
11 |
10 | Edit src/App.js and save to reload.
11 |