오픈소스 3D 프린터

[DIY] 2015. 1. 13. 15:38
반응형

http://www.hardcopyworld.com/ngine/aduino/index.php/archives/516

반응형

'[DIY]' 카테고리의 다른 글

AutoCAD 명령어  (0) 2015.02.07
Posted by FeliZ_하늘..
,

jsonpath

[Web] 2015. 1. 13. 15:35
반응형

http://goessner.net/articles/JsonPath/

반응형

'[Web]' 카테고리의 다른 글

tomcat gzip 압축 설정  (0) 2015.01.16
telnet을 이용한 memcached 관리  (1) 2015.01.16
XSLT Tutorial  (0) 2015.01.13
HTTP 상태 코드 Status Code  (0) 2015.01.09
session clustering 을 위한 memcached 사용하기  (2) 2015.01.03
Posted by FeliZ_하늘..
,
반응형

http://linuxism.tistory.com/681

http://www.programcreek.com/java-api-examples/index.php?api=org.springframework.security.authentication.encoding.ShaPasswordEncoder

반응형

'[프로그래밍]' 카테고리의 다른 글

GIS shp 파일 변환  (0) 2015.07.28
protocol buffer 2.5.0 설치  (0) 2015.06.29
/etc/hosts 파일 설정  (0) 2015.03.16
putty 에서 pem 파일 이용하여 접속하기  (0) 2015.02.26
버전관리 Git  (0) 2015.02.07
Posted by FeliZ_하늘..
,

XSLT Tutorial

[Web] 2015. 1. 13. 13:59
반응형

EXtensible Stylesheet Language Transformations


http://www.w3schools.com/xsl/

반응형

'[Web]' 카테고리의 다른 글

tomcat gzip 압축 설정  (0) 2015.01.16
telnet을 이용한 memcached 관리  (1) 2015.01.16
jsonpath  (0) 2015.01.13
HTTP 상태 코드 Status Code  (0) 2015.01.09
session clustering 을 위한 memcached 사용하기  (2) 2015.01.03
Posted by FeliZ_하늘..
,
반응형

http://www.kbdmania.net/xe/data/7451620

반응형
Posted by FeliZ_하늘..
,
반응형

http://ko.wikipedia.org/wiki/HTTP_%EC%83%81%ED%83%9C_%EC%BD%94%EB%93%9C

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

반응형

'[Web]' 카테고리의 다른 글

tomcat gzip 압축 설정  (0) 2015.01.16
telnet을 이용한 memcached 관리  (1) 2015.01.16
jsonpath  (0) 2015.01.13
XSLT Tutorial  (0) 2015.01.13
session clustering 을 위한 memcached 사용하기  (2) 2015.01.03
Posted by FeliZ_하늘..
,
반응형

http://warmz.tistory.com/278

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql instr() 사용  (0) 2015.01.09
mysql substring_index() 사용  (0) 2015.01.09
MySQL INT data type 비교  (0) 2015.01.08
Posted by FeliZ_하늘..
,
반응형

http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_instr


instr(string, substring)

string 에서 substring 의 시작위치를 알려준다

시작 index 는 1 부터 시작한다

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql union 사용하기  (0) 2015.01.09
mysql substring_index() 사용  (0) 2015.01.09
MySQL INT data type 비교  (0) 2015.01.08
Posted by FeliZ_하늘..
,
반응형

http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_substring-index


substring_index(string, delimiter, count)


string 의 delimiter 를 기준으로 찾는데,

count 가 양수이면 왼쪽으로 찾고, count 가 음수이면 오른쪽을 찾는다

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql union 사용하기  (0) 2015.01.09
mysql instr() 사용  (0) 2015.01.09
MySQL INT data type 비교  (0) 2015.01.08
Posted by FeliZ_하늘..
,
반응형

http://dev.mysql.com/doc/refman/5.1/en/integer-types.html

반응형

'[DB] > [MySQL]' 카테고리의 다른 글

mysql dump  (0) 2015.08.10
mysql left, right 함수  (0) 2015.02.02
mysql union 사용하기  (0) 2015.01.09
mysql instr() 사용  (0) 2015.01.09
mysql substring_index() 사용  (0) 2015.01.09
Posted by FeliZ_하늘..
,