web116 curl Curl을 다운로드하지 않았다면 다운로드한다. 명령줄에 다음 명령을 입력하여 새 사용자를 추가한다(포맷팅 때문에 지금과 이후 단계에서 명령은 여러 행으로 표시한다). curl -i --data "{\"userid\":\"techtip\",\"username\": \"TechTip User\",\"email\":\"techtip@example.com\", \"password\":\"TEST\"}" -H Content-type:application/json -X PUT http://localhost:8080/Bookmark/resources/users/techtip/그러면 HTTP GET 요청이 UsersResource 클래스의 getUser 메소드로 디스패치되고, 이는 새 UserResource 개체를 인.. 2019. 7. 16. centOS - Apache - mysql - php 설치 1. centOS설치 1. CentOS 5.3 DVD 를 이용해서 아나콘다 모드로 install 2. 파티셔닝 /home : 40G /boot : 10M SWAP : 1G / : 나머지 3. ssh, ftp 등 기본 설치 4. tkekit (tkekit1234) 유저 생성 (시스템계정) # hostname변경 /etc/hosts /etc/sysconfig/network 그래도 안되면 여기 변경 echo "호스트명" > /proc/sys/kernel/hostname /proc/sys/kernel/hostname # prompt(프롬프트) 변경 vi .bash_profile export PS1="\e[1;37m[\e[36m\D{%Y-%m-%d %H:%M:%S}\e[37m] \ [\e[32m\u\e[31m@\.. 2019. 7. 16. d3 enter d3 enter ##### [source : https://jsfiddle.net/softm/q1ofn8tL](https://jsfiddle.net/softm/q1ofn8tL) ```css ``` ```javascript //window.onload = function() { var dataset = [ 5, 10, 15, 20, 25 ]; d3.select("div") // 1 .selectAll("p") // 2 .data(dataset) // 3 .enter() // 4 .append("p") // 5 .text("New paragraph!"); // 6 d3.selectAll("p").style("color", function() { return "hsl(" + Math.random() * 360.. 2019. 7. 15. ReactJS # ReactJS ##### [source : https://jsfiddle.net/softm/0ncLjvxo/](https://jsfiddle.net/softm/0ncLjvxo/) ## 참고 - [How to write your own Virtual DOM](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060) - [Virtual DOM 살펴보기](https://wonism.github.io/deep-dive-into-vdom/) - [How babel and JSX related or differ?](https://stackoverflow.com/questions/41713966/how-babel-and-jsx-re.. 2019. 7. 15. addThis widget # addThis widget ##### [source : https://jsfiddle.net/softm/t9js65bv/](https://jsfiddle.net/softm/t9js65bv/) ```html Facebook Twitter mail Google+ ``` 2019. 7. 15. JSX in web # JSX in web ##### [source : https://jsfiddle.net/softm/jvm7xw5L/](https://jsfiddle.net/softm/jvm7xw5L/) ```html ``` 2019. 7. 12. 이전 1 ··· 6 7 8 9 10 11 12 ··· 20 다음