일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- QT
- ubuntu
- psychology
- management
- Software Engineering
- comic agile
- Malaysia
- program
- MySQL
- django
- erlang
- agile
- RFID
- Java
- Book review
- Book
- essay
- web
- France
- Python
- leadership
- hadoop
- Kuala Lumpur
- Italy
- Spain
- Linux
- history
- Programming
- programming_book
- hbase
- Today
- Total
목록JH & HJ (839)
https://www.evernote.com/shard/s31/sh/09c299f9-80a0-48ef-83b5-9c44713d569f/9d1ef08658846b5c38b7630c1534051c 궁궐 조선을 말하다저자조재모 지음출판사아트북스 | 2012-10-08 출간카테고리역사/문화책소개‘체제’의 관점에서 궁궐을 다시 읽다!궁궐로 읽는 조선의 제도와... 2013.03.25~26
Python: tuple indices must be integers, not str when selecting from mysql tablehttp://stackoverflow.com/questions/12325234/python-tuple-indices-must-be-integers-not-str-when-selecting-from-mysql-table check cursor type first, being dict cursor, use dict key, or use tuple index How to see the real SQL query in Python cursor.executehttp://stackoverflow.com/questions/5266430/how-to-see-the-real-sql..
post url test ab [-n number|-t time] -p [post query file] [-v verbose-level] -T "application/x-www-form-urlencoded" "[url]" mandatory -n test 횟수 or -t 시간 -p post data file -T "application/x-www-form-urlencoded" 없으면 query가 전달되지 않고 empty string이 됨 optional -v verbose-level example ab -n 1 -p ./queryFile.txt -v 4 -T "application/x-www-form-urlencoded" "http://10.15.86.143:5000/analyze" cons 여러 데이터를..
원문 http://blog.daum.net/jchern/13756899참고http://calflove.tistory.com/m/post/view/id/335http://blog.naver.com/PostView.nhn?blogId=mook7508&logNo=120158730601http://blog.naver.com/PostView.nhn?blogId=affectionjs&logNo=140114730131apache bench http://koronaii.tistory.com/208installation# wget http://mirror.apache-kr.org//httpd/httpd-2.4.4.tar.gz# tar xfz httpd-2.4.4.tar.gz# cd httpd-2.4.4 httpd-2.4..
http://bookworm.pe.kr/wordpress/2013/01/01/2642/ http://dev.mysql.com/doc/refman/5.0/en/innodb-locking-reads.html LOCK IN SHARE MODESELECT후 트랜잭션이 끝날 때까지 해당 ROW 값이 변경되지 않음을 보장즉, 해당 ROW를 UPDATE/DELETE하는 쿼리는 잠김 상태가 되어 트랜잭션이 끝날 때까지 대기 / SELECT는 여러 세션 동시 수행 가능auto_commit을 꺼야 한다SELECT * FROM user WHERE id = 1 LOCK IN SHARE MODE; FOR UPDATESELECT로 가져 온 데이터를 변경할 때 사용해당 ROW에 대해 다른 세션의 SELECT, UPDATE, DEL..
http://blog.naver.com/PostView.nhn?blogId=nforce7050&logNo=140095190376 리눅스 시스템의 RPM관리자. "Yellowdog Updater Modified" 의 약자 # yum list available yum 저장소에 있는 설치가능한 모든 패키지들을 보여줌 # yum list updatesyum 저장소의 패키지들 가운데 업데이트 가능한 패키지 리스트들을 확인 # yum list linstalled 특정 패키지의 설치여부를 확인. # yum check-update업데이트가 가능한 패키지 목록을 확인. # yum install [패키지 명] 패키지 상관관계를 모두 분석하여 의존성문제 없이 지정된 패키지를 설치할 수 있다. # yum update [패키지..
http://blog.outsider.ne.kr/699http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/http://blog.hawkhost.com/2010/07/02/tmux-–-the-terminal-multiplexer-part-2/http://webdizz.name/blog/2012/05/24/tmux-cheat-sheet/ tmux attach || tmux new — attaches to existing server process or creates new if it does not exist. When you are in tmux terminal window you can use next commands to manage y..
아르마다저자개릿 매팅리 지음출판사너머북스 | 2012-07-16 출간카테고리역사/문화책소개20세기 역사학의 고전, 개럿 매팅리의《아르마다》를 우리말로 만... 2010.03.10~14https://www.evernote.com/shard/s31/sh/b7ef2ffc-fcfc-4f74-aca6-80070cf64922/bb87a5654d0a5a549b55b70ce9b513c6
10분마다 실행*/10 * * * * something 실행 경로 및 로그 경로는 절대 경로 사용 연속 명령은 ;나 &&로 연결 log에 날짜 남길 때 \ 사용 잊지 말 것(없으면 동작 안 함)* * * * * echo 'test' > /some/directory/path/log.`date +\%Y-\%m-\%d-\%H-\%M-\%S`.log* * * * * echo 'test' > /some/directory/path/log.$(date +\%Y-\%m-\%d-\%H-\%M-\%S).log cron 동작 살펴보고 싶으면# tail -f /var/log/cron
http://whiletruecode.com/post/installing-iterm2-and-tmux-osx http://ricardianambivalence.com/2012/12/23/installing-iterm2-and-tmux-on-a-mac/http://lambert.tistory.com/m/post/view/id/553 http://code.google.com/p/iterm2/wiki/TmuxIntegration http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/ http://blog.hawkhost.com/2010/07/02/tmux-–-the-terminal-multiplexer-part-2/ http://blog.outs..