'게임 > 오리진&스팀&유플레이' 카테고리의 다른 글
우분투 노트북에서 스팀! (0) | 2019.05.17 |
---|---|
무료 험블번들 GRID2 (0) | 2019.03.15 |
스팀 무료게임! (2) | 2018.11.16 |
험블 번들 오늘의 무료! (0) | 2018.08.17 |
험블번들 무료! (0) | 2018.07.28 |
우분투 노트북에서 스팀! (0) | 2019.05.17 |
---|---|
무료 험블번들 GRID2 (0) | 2019.03.15 |
스팀 무료게임! (2) | 2018.11.16 |
험블 번들 오늘의 무료! (0) | 2018.08.17 |
험블번들 무료! (0) | 2018.07.28 |
docker 사용법
docker는 container 기반으로
콘솔창에서 attach해서 사용할 수 도
내부의 특정 프로그램을 실행해서 접속할 수 도
SSH를 통해서 접속할 수 도 있다.
[링크 : http://pyrasis.com/Docker/Docker-HOWTO]
[링크 : https://docs.docker.com/get-started/]
+
centos 7에 docker 깔기
[링크 : https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7]
헐.. 별별 이름의 도커 컨테이너가 다 있네 ㄷㄷ
# docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world d1725b59e92d: Pull complete Digest: sha256:0add3ace90ecb4adbf7777e9aacf18357296e799f81cabc9fde470971e499788 Status: Downloaded newer image for hello-world:latest Hello from Docker! This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker ID: https://hub.docker.com/ For more examples and ideas, visit: https://docs.docker.com/get-started/ |
docker 개념 다시 조사.. (0) | 2019.02.01 |
---|---|
docker 설명.. (0) | 2019.02.01 |
docker run = create + start (0) | 2019.02.01 |
docker static ip (0) | 2018.11.23 |
freebsd jail / docker (0) | 2015.07.27 |
해보니 해당 인스턴스(?)에 대해서는 정상적으로 ip 가 잡혀서 실행되긴 한다.
그러니까.. 네트워크 인터페이스 자체를 network create를 통해서 만들어주고
그 이후에 해당 이미지를 아이피를 주어서 실행한다.. 인가?
Easy with Docker version 1.10.1, build 9e83765. First you need to create you own docker network (mynet123) docker network create --subnet=172.18.0.0/16 mynet123 than simply run the image (I'll take ubuntu as example) docker run --net mynet123 --ip 172.18.0.22 -it ubuntu bash |
[링크 : https://stackoverflow.com/questions/27937185/assign-static-ip-to-docker-container]
docker 개념 다시 조사.. (0) | 2019.02.01 |
---|---|
docker 설명.. (0) | 2019.02.01 |
docker run = create + start (0) | 2019.02.01 |
docker howto (4) | 2018.11.23 |
freebsd jail / docker (0) | 2015.07.27 |
겁 먹었었는데.. 가입이 되어 있었나?
그냥 네이버 아이디로 로그인 하니 문제없이 로그인 된다..
[링크 : https://www.ncloud.com/]
[링크 : https://www.ncloud.com/product/applicationService/maps]
독특하게(?) AI.Naver API 라고
AI Service와 Application Service가 합쳐져 있다.
Application Service에 Maps가 포함되고
AI Service에 Clova와 Papago가 포함된다.
[링크 : https://console.ncloud.com/mc/solution/naverService/application]
하단에 Applicaton 등록 누르고 동의 한다음
Application 이름 등록하고 쓸 서비스, 그리고 사용할 서비스 도메인을 등록한다.
그러면 아래와 같이 사용량 통계 나오고
인증정보를 누르면 아래와 같이 클라이언트 ID가 나온다.
가입하고 보니 친절한 설명이 나오네 ㅋㅋㅋ
[링크 : http://docs.ncloud.com/ko/naveropenapi_v3/application.html]
[링크 : https://navermaps.github.io/maps.js.ncp/]
</html> |
[링크 : https://navermaps.github.io/maps.js.ncp/tutorial-2-Getting-Started.html]
+
버전은 둘다 v3이고 clientId 식별자가 다른 키로 바뀌었다.
구버전
<script src="https://openapi.map.naver.com/openapi/v3/maps.js?clientId=USER_CLIENT_KEY"></script>
신버전
<script src="https://openapi.map.naver.com/openapi/v3/maps.js?ncpClientId=USER_CLIENT_KEY"></script>
네이버 지도 흑백으로 바꾸기 (2) | 2018.12.05 |
---|---|
네이버 지도 원 그리기 단위 (0) | 2018.12.04 |
네이버 지도 API - polyline 삭제하기 (0) | 2018.11.21 |
네이버 지도 위도/경도 좌표 (0) | 2018.10.29 |
네이버 API 공지 (2) | 2018.10.13 |
브라우저 닫기, 창 이동시 이벤트 (0) | 2018.11.30 |
---|---|
javascript 변수 정확도 (0) | 2018.11.26 |
wavesurfer.js 그리고 HE-AACv2 (0) | 2018.11.21 |
requireJS (0) | 2018.11.21 |
[Violation] 'setInterval' handler took (0) | 2018.11.18 |
[링크 : https://beta.observablehq.com/@mbostock/d3-multi-line-chart]
d3.v4
d3.line
[링크 : https://bl.ocks.org/d3noob/4db972df5d7efc7d611255d1cc6f3c4f]
[링크 : https://codepen.io/zakariachowdhury/pen/JEmjwq]
d3 3.5.3
[링크 : https://bl.ocks.org/larsenmtl/e3b8b7c2ca4787f77d78f58d41c3da91]
+ 2018.11.22
[링크 : http://bl.ocks.org/hunzy/11110940] grid
d3 axis (0) | 2018.11.27 |
---|---|
d3 온도/습도 그래프 (0) | 2018.11.26 |
d3.time.format (0) | 2018.11.21 |
d3 pie 칸색 바꾸기 (0) | 2018.11.15 |
d3 update 두번째 검색내용.. (0) | 2018.11.15 |
크롬에서는 HE-AACv2를 지원하지 않는건가? edge는 되는데 머야...
Uncaught (in promise) DOMException: Unable to decode audio data
[링크 : https://bugs.chromium.org/p/chromium/issues/detail?id=409402]
[링크 : https://bugs.chromium.org/p/chromium/issues/detail?id=534301]
[링크 : https://github.com/katspaugh/wavesurfer.js/issues/703]
javascript 변수 정확도 (0) | 2018.11.26 |
---|---|
js object array sort by key (0) | 2018.11.21 |
requireJS (0) | 2018.11.21 |
[Violation] 'setInterval' handler took (0) | 2018.11.18 |
JSON.stringify() 주의사항(?) (0) | 2018.11.17 |
node.js 예제를 보다 보면
분명히(?) client side인데 require가 있어서 보는 중..
require.js로 JS들을 조건부 load 할 수 있다고 하는데...
[링크 : https://requirejs.org/docs/commonjs.html]
AMD는 Asynchronous Module Definition (비동기 모듈 정의) 규칙이다.
[링크 : https://blog.pigno.se/post/157992405313]
// EITHER - accessing modules with <script> tags var WaveSurfer = window.WaveSurfer; var TimelinePlugin = window.WaveSurfer.timeline; var MinimapPlugin = window.WaveSurfer.minimap; // OR - importing as es6 module import WaveSurfer from 'wavesurfer.js'; import TimelinePlugin from 'wavesurfer.js/dist/plugin/wavesurfer.timeline.min.js'; import MinimapPlugin from 'wavesurfer.js/dist/plugin/wavesurfer.minimap.min.js'; // OR - importing as require.js/commonjs modules var WaveSurfer = require('wavesurfer.js'); var TimelinePlugin = require('wavesurfer.js/dist/plugin/wavesurfer.timeline.min.js'); var MinimapPlugin = require('wavesurfer.js/dist/plugin/wavesurfer.minimap.min.js'); // ... initialising waveform with plugins var wavesurfer = WaveSurfer.create({ container: '#waveform', waveColor: 'violet', plugins: [ TimelinePlugin.create({ container: '#wave-timeline' }), MinimapPlugin.create() ] }); |
js object array sort by key (0) | 2018.11.21 |
---|---|
wavesurfer.js 그리고 HE-AACv2 (0) | 2018.11.21 |
[Violation] 'setInterval' handler took (0) | 2018.11.18 |
JSON.stringify() 주의사항(?) (0) | 2018.11.17 |
canvas to input type=file formdata (0) | 2018.11.15 |
sqlite3 패키지를 설치한다.
[링크 : https://www.npmjs.com/package/sqlite3]
node.js xml <-> json (0) | 2018.11.25 |
---|---|
node.js mysql blob (0) | 2018.11.23 |
node.js swagger (0) | 2018.11.12 |
node.js axios delete에 body 쓰기 (0) | 2018.11.12 |
mysql jwt plain object payload (0) | 2018.11.09 |
식별자로 바로바로 나온다.
근데.. 먼가 좀 직관적이지 않네?
var formatMillisecond = d3.timeFormat(".%L"), formatSecond = d3.timeFormat(":%S"), formatMinute = d3.timeFormat("%I:%M"), formatHour = d3.timeFormat("%I %p"), formatDay = d3.timeFormat("%a %d"), formatWeek = d3.timeFormat("%b %d"), formatMonth = d3.timeFormat("%B"), formatYear = d3.timeFormat("%Y"); |
d3 온도/습도 그래프 (0) | 2018.11.26 |
---|---|
d3 multi line graph (0) | 2018.11.21 |
d3 pie 칸색 바꾸기 (0) | 2018.11.15 |
d3 update 두번째 검색내용.. (0) | 2018.11.15 |
d3 update enter (0) | 2018.11.12 |