`
Feiing
  • 浏览: 237978 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Bookmarks

阅读更多
Architecture

J2EE cluster http://www.theserverside.com/news/1364410/Under-the-Hood-of-J2EE-Clustering
EBay's architecture http://www.infoq.com/articles/ebay-scalability-best-practices
Twitter's architecture http://www.infoq.com/news/2009/06/Twitter-Architecture
High Scalability http://highscalability.com
memcached http://tech.idv2.com/2008/07/10/memcached-001/

Projects

java-xmlbuilderhttp://code.google.com/p/java-xmlbuilder/

Linux Utility

ssh no password http://linuxproblem.org/art_9.html
ssh nohup http://www.unix.com/unix-advanced-expert-users/26124-pseudo-terminal-will-not-allocated-because-stdin-not-terminal.html
Linux: Find Out Which Process Is Listening Upon a Port http://www.cyberciti.biz/faq/what-process-has-open-linux-port/
最酷的十个 linux 单行命令

vim

vim 列模式 http://www.douban.com/group/topic/3791350/
<ctrl + q> in windows
search and replace in multiple files http://www.ibrahim-ahmed.com/2008/01/find-and-replace-in-multiple-files-in.html
code folding in vim
Search in multiple files http://vim.wikia.com/wiki/Find_in_files_within_Vimhttp://stackoverflow.com/questions/1034317/search-through-set-of-files-designated-by-multiple-globs-with-vimgrep

Make arrow keys work in visual mode under Windows
vnoremap <Left> h
vnoremap <Right> l
vnoremap <Up> k
vnoremap <Down> j


# change .htm files to .html
for file in *.htm ; do mv $file `echo $file | sed 's/\(.*\.\)htm/\1html/'` ; done


find and delete files with space name http://serverfault.com/questions/76031/shell-scripting-using-find-to-delete-files-matching-a-pattern

iPhone

SHSH backup http://leemn.wordpress.com/2010/08/31/ipad-backing-up-shsh-blobs/
Apps View Site http://www.appannie.com/

xCode

To download the elder version of xcode, you must signin apple dev center, click to download the latest version, stop the downloading process and copy the url of elder version to address bar. 

http://adcdownload.apple.com/ios/ios_sdk_4.0.1__final/xcode_3.2.3_and_ios_sdk_4.0.1.dmg
http://adcdownload.apple.com/ios/ios_sdk_4.1__final/xcode_3.2.4_and_ios_sdk_4.1.dmg
http://adcdownload.apple.com/ios/ios_sdk_4.2__final/xcode_3.2.5_and_ios_sdk_4.2_final.dmg

xCode use previous sdk http://stackoverflow.com/questions/3161385

xcode TDD http://blog.jayway.com/2010/01/15/test-driven-development-in-xcode/

iPhone 3GS 4.0.1 JailBreak

Step 1 http://www.mentorlog.com/2010/smartphones/restore-iphone-4-3gs-on-ios-4-0-1-error-1004-itune.html
Step 2 http://www.evolife.cn/html/2010/55539.html
Step 3 http://bbs.weiphone.com/read-htm-tid-1017395.html

4.0.1 restore 2 http://thetechjournal.com/electronics/iphone/steps-to-restore-iphone-4-3gs-to-ios-4-0-1fix-itunes-1004-1015-error.xhtml

iPad

How to Mount a USB Stick on the iPad and Access it With GoodReaderhttp://www.iphonedownloadblog.com/2010/06/04/usb-stick-on-ipad/

mac

SnowLeopard edit hosts http://discussions.apple.com/thread.jspa?threadID=2163308&start=0&tstart=0
http://superuser.com/questions/90700/changing-hosts-file-on-snow-leopard
mac os reset smc http://support.apple.com/kb/HT3964
Run multiple instances of any program in mac http://hints.macworld.com/article.php?story=2008040521371015

Eclipse vibrant theme http://jan.kuzniak.pl/?p=155

Groovy
Coding a Groovy closure in pure Java]

Tennis

Tennis Course
Virtual Tennis
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics