日常

ケ・セラ・セラ

2013-04-01から1ヶ月間の記事一覧

DataSource と DriverManager のこと

Javaのはなしをします2。 http://zetcode.com/tutorials/jeetutorials/datasource/ DataSource and the DriverManager are the two basic ways to connect to a database in a JEE application. The DriverManager is older facility, DataSource is newer. …

共有 ubuntu - windows7

ubuntu side sudo apt-get install samba sudo smbpasswd -a USERNAME New SMB password: PASSWORD Retype new SMB password: PASSWORD groups して sambashare があればおk ホームに Pubulic フォルダがいたので右クリック Shareding Options を選んで以下…

Java で JSON 扱うには Gson が便利だった

Java の話です。 Gson Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects inclu…

遅ればせながら redis

http://redis.io/ 最新版をダウンロードして tar -xzvf redis-2.6.12.tar.gz cd redis-2.6.12 make To run 'make test' is a good idea と言ってくるので make test \o/ All tests passed without errors! make install デフォルトは /usr/local/bin にイン…