Bookmarks 博客分类: 技术 AppleiOSmemcachedvimXcode
程序员文章站
2024-02-24 17:17:58
...
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://*.com/questions/1034317/search-through-set-of-files-designated-by-multiple-globs-with-vimgrep
Make arrow keys work in visual mode under Windows
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://*.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
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://*.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://*.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
推荐阅读
-
试翻译《An open letter to those who want to start programming》 博客分类: english 翻译技术英语
-
Bookmarks 博客分类: 技术 AppleiOSmemcachedvimXcode
-
Bookmarks 博客分类: 技术 AppleiOSmemcachedvimXcode
-
解惑 spring 嵌套事务 博客分类: 技术 Spring配置管理JDBCEJBIT厂商
-
试翻译《An open letter to those who want to start programming》 博客分类: english 翻译技术英语
-
XML validation error on request: cvc-complex-type 博客分类: 技术 XMLSUNASPthread
-
XML validation error on request: cvc-complex-type 博客分类: 技术 XMLSUNASPthread
-
对解决技术问题的拓展 博客分类: 随笔_随感
-
全方位的技术服务及相关技术解决方案(纯java解决方案) 博客分类: WebSpring MVCHibernatespring长连接Ibatis3
-
rbi技术选型 博客分类: C++ RailsSocketGoogleMySQLRuby