소프트웨어
[Spring Boot] Create and Play project
Project를 생성하고, 뭐라도 만들면서 이해해보자. Reference : https://spring.io/guides/gs/spring-boot/ 1. Create project $ spring init -d=web --build=gradle demo 2. Run tutorial Reference : https://spring.io/guides/gs/spring-boot/ 느낀점 : spring boot는 @이로 control이 되는구나!심지어 @ + @ = @이라는 공식도 존재한다. main은 하나여야한다.만약에 main을 바꾸게 되면, test의 폴더의 내용도 바꿔야 한다. 3. Build ./gradlew build & java -jar build/libs/webdemo-0.0.1-SNAPSHO..
[Docker] install, but error!! (include solution)
(Ubuntu 16.04 64bit) Error message$ docker run hello-world Cannot connect to the Docker daemon. Is the docker daemon running on this host? SolutionLogout and Login or check this web page, https://github.com/docker/kitematic/issues/1010
[Spring Boot] init project
1. init project 1) 도움말을 보는 것은 spring help [command]이다. ex) init manual$ spring help init spring init - Initialize a new project using Spring Initializr (start.spring.io) usage: spring init [options] [location] Option Description ------ ----------- -a, --artifactId Project coordinates; infer archive name (for example 'test') -b, --boot-version Spring Boot version (for example '1.2.0.RELEASE') --b..
[Spring Boot] Intro
(Ubuntu 16.04 64bit) 1. What is 'Spring Boot'? main home page : http://projects.spring.io/spring-boot/ 2. install default, installing java 2-1) install gradlesudo apt-get install gradle(ref : http://java.ihoney.pe.kr/254) 2-2) install spring-cli 2-3) install sdkmanPlease open a new terminal, or run the following in the existing one: source "/home/hklee/.sdkman/bin/sdkman-init.sh" error solution(..
[sdkman] install, error solution (fail to download)
현상)Prime the config file...Download script archive... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 637 100 637 0 0 466 0 0:00:01 0:00:01 --:--:-- 931Download file : http://api.sdkman.io/res?platform=Linux&purpose=installExtract script archive...[/home/hklee/.sdkman/tmp/res-3.3.4.zip] End-of-cen..
[Visual Studio Code] install and setup
[Visual Studio Code] install and setup Microsoft에서 만든 Visual Studio Code 한번 사용해보려 합니다. Main url : https://code.visualstudio.com/Download url : https://code.visualstudio.com/Docs/?dv=linux64_deb 아래 링크들만 보면 될것같습니다. (Download 후에 나오는 page의 일부, code.visualstudio.com)First StepsTo get the most out of Visual Studio Code, start by reviewing a few introductory topics:Setup - Install VS Code for your plat..
[javascript] clock 만들기
1. http://www.elated.com/res/File/articles/development/javascript/creating-a-javascript-clock/clock.html2. 엄청난 시계다!https://www.youtube.com/watch?v=9dtDaWi6R0g 1. source The JavaScript clock in action View the source of this page to see how it works. Feel free to use the JavaScript in your own Web pages! 2:56:59 PM Return to the article All code in this page is copyright 2007 Elated Communicatons..