IndentGuide텍스트 에디터에 세로줄을 만들어준다노트패드++랑 비슷하게..* 내용참고http://sschaef.github.io/IndentGuide/* 설치Help->Install New Softwarehttp://sschaef.github.com/IndentGuide/update CheckStylus코딩 컨벤션을 검사해준다. 기왕이면 맞춰서 쓰자.* 내용 참고http://checkstyle.sourceforge.net/http://forum.falinux.com/zbxe/index.php?document_srl=550586&mid=lecture_tiphttp://dreamfactory7.tistory.com/201 EasyShell마우스 우측버튼으로 탐색기 및 커맨드 창을 열어준다* 내용 참고h..
문자열 -> json -> 문자열 var str = { "result":"0000", "site":"donnert.net" }var jsonObj = JSON.parse(str);console.log( JSON.stringify(jsonObj) ); json 신규 객체 생성 후 사용, 속성 삭제 var jsonObj = {};jsonObj ["result"] = "0000";jsonObj ["site"] = "donnert.net"; delete jsonObj.site;
다운로드$ wget http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gz--2014-01-23 14:38:20-- http://nodejs.org/dist/v0.10.24/node-v0.10.24-linux-x64.tar.gzResolving nodejs.org... 165.225.133.150Connecting to nodejs.org|165.225.133.150|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 5472950 (5.2M) [application/octet-stream]Saving to: `node-v0.10.24-linux-x64.tar.gz' 100..
설치파일 받아서 압축을 풀자압축 해제 후 알아보기 쉽게 이름을 바꿔준다tar -xzvf mongodb-linux-x86_64-2.4.9.tgzmv mongodb-linux-x86_64-2.4.9 ~/mongodb 환경설정 파일 작성실행파일은 mongod이며 직접 실행파일 뒤에 인자를 넣어 실행 가능하다매번 그렇게 하기 귀찮으니 환경 설정 파일 및 실행파일을 작성하자cd ~/mongodb/cmdvi mongodb.conf # mongodb.conf # Where to store the data. # Note: if you run mongodb as a non-root user (recommended) you may# need to create and set permissions for this direct..
vi .bashrc 아래 항목 중 골라서 추가한다 개발(녹색)export PS1='\033[1;101m[DEV]\033[0m\u@\033[1;34m\h:\033[1;35m\w\033[1;31m\$\033[0m ' 상용(붉은색)export PS1='\033[1;102m[REAL]\033[0m\u@\033[1;34m\h:\033[1;35m\w\033[1;31m\$\033[0m ' 적용은 재접속을 하거나 아래와 같이 적용source .bashrc 색상 참고는 여기http://cyj4369.tistory.com/m/post/view/id/113
백업용으로 폰트 받아둠 자세한 내용 출처는 아래 사이트에서 확인http://7day.tistory.com/3
.bash_profile 에 등록해놓으면 되겠다 alias tt='ll -lrt | grep ^- | head -1 | awk '"'"'{print $9}'"'"' | xargs tail -f' tt 입력 시 마지막으로 수정된 파일 tail건다 설명ll -lrt (시간 역순 정렬)grep ^- (-로 시작하는 항목 grep, 폴더는 ^d로 걸린다)awk '"'"'{print $9}'"'"' 항목 중 9번째 항목을 가져온다. OS별로 숫자는 다를 수 있다xargs tail -f 태일 건다끝 .bash_profile 수정후 재접속 혹은source .bash_profile을 통해 적용 그냥 명령어로 칠려면 다음처럼 심플하게(순서 ls -lt | grep ^- | head -1 | awk '{print $8}'..
컬럼이 많은 테이블의 경우 코멘트로 컬럼명을 찾고 싶을떄가 있다아래 쿼리를 돌리자. SELECT * FROM (SELECT DECODE(column_id,0,TABLE_NAME,NULL) AS TABLE_NAME, TO_NUMBER(DECODE(column_id,0,NULL,column_id)) AS COLUMN_ID, COLUMN_NAME, NULLABLE, DATA_TYPE, COMMENTSFROM ( SELECT cc.TABLE_NAME, tc.COLUMN_ID, tc.COLUMN_NAME, tc.NULLABLE, tc.DATA_TYPE || CASE WHEN tc.DATA_SCALE IS NOT NULL THEN '(' || tc.DATA_PRECISION || ',' || tc.DATA_SCAL..
ROOT가 아닌 일반 유저로 JDK를 설치해보겠다. 1. 자바 버전 확인$ java -versionjava version "1.4.2"jdkgcj 0.3.1 (http://www.arklinux.org/projects/jdkgcj)gcj (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)Copyright (C) 2004 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2. JDK 다운로드 - 알아서 한다. get..
1. ifconfig를 이용한 평범한 방법 > ipconfigeth0 Link encap:Ethernet HWaddr D8:D3:85:E1:1A:E0 inet addr:xxx.xxx.xxx.xxx Bcast:xxx.xxx.xxx.xxx Mask:255.255.255.192 inet6 addr: fe80::dad3:85ff:fee1:1ae0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:10823500 errors:0 dropped:0 overruns:0 frame:0 TX packets:7472760 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100..
- Total
- Today
- Yesterday
- jQuery
- mybatis
- Database
- Linux
- Access
- properties
- resttemplate
- Profile
- Shell
- Spring
- 톰캣
- Build
- Kotlin
- grant
- 코틀린
- maven
- oracle
- ls
- 도커
- 맛집
- Tomcat
- docker
- IntelliJ
- vim
- 합정
- boot
- vrapper
- java
- Eclipse
- vi
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |