从coolshell.cn的摘抄

2011年12月08日 15:32

Java和C#的语法比较

http://www.harding.edu/fmccown/java_csharp_comparison.html

PHP,Perl, Ruby, Python语法比较

http://hyperpolyglot.org/scripting?utm_source

 

SQL学习

http://sql.learncodethehardway.org/book/

 

Python的简明教程(10分钟学会Python)

http://www.korokithakis.net/tutorials/python/

http://learnpythonthehardway.org/

 

SQL性能优化

http://use-the-index-luke.com/

 

各种语言的排序

stringoftheseus.com/blog/2011/01/10/api-sorting-algorithms/

 

各种脚本的排名(看看得了,别较真)

http://rigaux.org/language-study/scripting-language/

 

写VIM插件

http://stevelosh.com/blog/2011/09/writing-vim-plugins/

当然,先得学VIM的简明教程(http://coolshell.cn/articles/5479.html),如果VIM用得如火纯清,那就可以跳过了。

 

浏览器是如何工作的,说实话,从没考虑过。

http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/

 

VIM的C/C++开发用插件

http://www.fortystones.com/vim-plugins-c-cplusplus-developer/

 

技术资料

http://coolshell.cn/articles/240.html

http://coolshell.cn/articles/336.html

http://coolshell.cn/articles/355.html

http://coolshell.cn/articles/2775.html

http://www.linuxtopia.org/

 

GNOME开发

http://damienradtke.org/unofficial-introduction-to-gnome-application-dev/

 

WEB安全

http://guides.rubyonrails.org/security.html

Tags: 各种
评论(0) 阅读(1402)

快速搭建个人网站

2011年11月21日 22:10

发现个有趣的网站 URL: http://www.wix.com/

可以在线制作精美的个人网站,美工不过关的同学们可以自己做做玩玩。

Tags: Personal site wix
评论(2) 阅读(1016)