Technology Blog
the technology I am interested in and work with
Monday, June 3, 2013
Example for enabling CORS support in Spring Rest Api 3.2
›
My last year's post " Enable CORS support in REST services with Spring 3.1 " seems causing some confusion. I decided to creat...
5 comments:
Wednesday, May 15, 2013
Add an existing project to a newly created git repository
›
I recently created a project on my local machine using maven archetype. See my previous post on how to generate a new project from install...
Tuesday, April 9, 2013
Riak: configure memory_backend
›
Riak supports several backends: 1. bitcask 2. memory 3. leveldb 4. multi My recent project required me to use memory backend. I have ...
Thursday, February 14, 2013
eclipse JUNO hangs on start up
›
I use Eclipse JUNO every day. However, I couldn't start it today after I restart my Mac. Mac updated with Microsoft 2011 so I have to ...
Friday, December 7, 2012
my shell script cheat sheet
›
1. find the total line number of a fold for some files: find test -iname *.java | xargs wc -l | tail -1 2. count # of files in each fold...
insert control character with vi
›
insert a visible ^A , we must use: <ctrl> + v + a .
Thursday, November 1, 2012
Some svn commands
›
Create tag from trunk or branch : svn copy http://svn.mydomain.com/repository/myproject/trunk \ http://svn.mydomain.com/reposit...
‹
›
Home
View web version