일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Artificial Intelligence
- agile
- Kuala Lumpur
- django
- Java
- Python
- RFID
- hbase
- programming_book
- Italy
- essay
- Programming
- Linux
- AI
- MySQL
- history
- comic agile
- program
- Malaysia
- leadership
- QT
- Book
- web
- management
- erlang
- Software Engineering
- Book review
- hadoop
- ubuntu
- France
- Today
- Total
목록Programming (347)
import java.util.Set; import java.util.Iterator; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; public class TestJedisList{ public static void main(String[] args){ final intELEMENTS_NUM=5; JedisPool pool = new JedisPool(new JedisPoolConfig(), "flatbox"); Jedis jedis = pool.getResource(); try { //list final StringsrcKey="list"; ..
import java.util.Set; import java.util.Iterator; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; public class TestJedisList{ public static void main(String[] args){ final intELEMENTS_NUM=5; JedisPool pool = new JedisPool(new JedisPoolConfig(), "flatbox"); Jedis jedis = pool.getResource(); try { //list final StringsrcKey="list"; ..
* src directory: main/java/redis/clients/jedis/Jedis.java 2011/08/11 - [Programming] - Install Jedis on Ubuntu 10.04 import java.util.Set; import java.util.Iterator; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; public class TestJedis{ public static void main(String[] args){ JedisPool pool = new JedisPool(new JedisPoolConfig()..
Prerequisite hadoop cascading library & wordcount example from http://www.cascading.org/downloads.html $ wget http://files.cascading.org/cascading/1.2/cascading-1.2.4-hadoop-0.19.2%2B.tgz $ wget http://files.cascading.org/samples/wordcount-20101201.tgz $ tar xfz cascading-1.2.4-hadoop-0.19.2+.tgz $ tar xfz wordcount-20101201.tgz $ cd wordcount/ /wordcount$ ant -Dhadoop.home=/usr/lib/hadoop -Dcas..
https://github.com/xetorthio/jedis/wiki Simpler than JRedis (https://github.com/alphazero/jredis) Prerequisite Redis installation: http://redis.io/ Apache commons pool jar file: http://commons.apache.org/pool/download_pool.cgi installation $ git clone git://github.com/xetorthio/jedis.git $ cd jedis jedis$ mvn compile # execute two redis servers for test jedis$ redis-server jedis/conf/redis.conf ..
sudo apt-get install redis-server Couldn't execute redis-cli properly $ sudo apt-get install redis-server $ redis-cli [same result when inputting redis-cli –h 127.0.0.1 –p 6379] usage: redis-cli [-h host] [-p port] [-r repeat_times] [-n db_num] cmd arg1 arg2 arg3 ... argN usage: echo "argN" | redis-cli [-h host] [-p port] [-r repeat_times] [-n db_num] cmd arg1 arg2 ... arg(N-1) If a pipe from st..
원문: http://ubuntu.or.kr/viewtopic.php?f=9&t=16904 참고: http://fmatic.tumblr.com/post/3978818809/convert-32bit-deb-package-to-work-in-64bit-system 다음 클라우드 .deb file 다운로드후 terminal에서 다음을 실행 $ mkdir tmp $ dpkg-deb -x daumcloud_1.0.0.105.deb tmp $ dpkg-deb --control daumcloud_1.0.0.105.deb tmp/DEBIAN $ sed -i "s/i386/all" tmp/DEBIAN/control $ dpkg -b tmp daumcloud_1.0.0.105_64.deb $ sudo dpkg -i daum..
http://www.monetdb.org/Documentation console commands db status 조회 $ sudo monetdb status db 정지 & 삭제 $ sudo monetdb stop [database name] $ sudo monetdb destroy -f [database name] db 생성 $ sudo monetdb create [database name] $ sudo monetdb start [database name] $ sudo monetdb release [database name] sql bulk 입력 $ mclient -h [server ip or name] -p [port number] -d [database name] -s [sql sentence] $..
http://www.squirrelsql.org/#installation $ java -jar squirrel-sql--install.jar download monetdb driver: http://dev.monetdb.org/downloads/Java/Latest/ save jar files in directory SquirrelSQL에서 '새 연결...' 선택 'New' button 'Extra Class Path' tab을 선택하고 앞에서 download 받은 jar file 선택 Example URL에 jdbc:monetdb://:/ Class Name에 nl.cwi.monetdb.jdbc.MonetDriver 입력 name에는 원하는 이름 입력. URL에는 형식에 맞게 입력, User Name과..
2009/05/04 - [Programming] - NateOn on Ubuntu 9.04 http://www.ubuntu.or.kr/viewtopic.php?p=59578 $ sudo add-apt-repository ppa:cobuntu $ sudo apt-get update $ sudo apt-get install pidgin-nateon http://www.techgainer.com/how-to-add-skype-chat-with-pidgin-messenger/ http://eion.robbmob.com/