분류 전체보기

    [android studio] install... error!

    Error message ignoring option MaxPermSize=350m; support was removed in 8.0 Solution. ( stackover flow : http://stackoverflow.com/questions/22634644/java-hotspottm-64-bit-server-vm-warning-ignoring-option-maxpermsize )

    [graphic] libjpeg-turbo/libjpeg-turbo

    1. Referencegit hub - https://github.com/libjpeg-turbo/libjpeg-turbomain page - http://libjpeg-turbo.virtualgl.org/ Describe blog(other person) - http://hanburn.tistory.com/139 example1 - http://stackoverflow.com/questions/9094691/examples-or-tutorials-of-using-libjpeg-turbos-turbojpegexample2 - http://pingus.seul.org/~grumbel/tmp/libjpeg-test.c 2. libjpge-turbo 란 무엇인가SIMD instruction을 이용한 JPEG ..

    [Android] Android의 Graphic에 대해서

    Android의 graphic에 대해서 Main page - android_graphics_components ( https://source.android.com/devices/graphics/#android_graphics_components ) Sub Page1. OpenGL ES( https://developer.android.com/guide/topics/graphics/opengl.html#manifest )

    [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..

    syslog란

    Tremsyslog는 로그를 보는 것이다. Referenve1. http://zetawiki.com/wiki/%EC%8B%9C%EC%8A%A4%EB%A1%9C%EA%B7%B8_syslog2. http://system-monitoring.readthedocs.io/en/latest/log.html

    [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..

    [sqlite3] Tutorial

    1. Introhttp://php.net/manual/kr/book.sqlite3.php(php사이트에서.) http://luzluna.tistory.com/1 2. Tutorial 1) installubuntu 14.04 : sudo apt-get install sqlite3 sqlite3-docnpm : npm install sqlite3 (https://www.npmjs.com/package/sqlite3) 2) print 'hello world' 3) 예제 실행해보기 - 실행하고 나면 파일이 만들어진다. ( 자세한 설명도 있다, http://www.w3resource.com/node.js/nodejs-sqlite.php ) 3. 노트 - RowId가 Primary key역활을 하는데, intege..

    [golang] tutorial - korean(한국어)

    sites h2. tutorial http://go-tour-kr.appspot.com/ http://www.codingnuri.com/golang-book/index.html (from http://ysoftman.blogspot.kr/2014/11/go.htm ) h2. Memo h3. variable type bool string int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 uintptr byte // uint8의 다른 이름(alias) rune // int32의 다른 이름(alias) // 유니코드 코드 포인트 값을 표현합니다. float32 float64 complex64 complex128 h1. Question h2. = vs :=..