个人工具

“脚本语言”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示5个用户的8个中间版本)
第1行: 第1行:
 
{| style="margin: 0pt 0pt 1em 1em; font-size: 0.9em; width: 95%;"
 
{| style="margin: 0pt 0pt 1em 1em; font-size: 0.9em; width: 95%;"
 
|- style="background-color: rgb(219, 186, 117);"
 
|- style="background-color: rgb(219, 186, 117);"
| style="width: 31%;" | '''Shell语言'''
+
| style="width: 31%;" | '''Shell脚本'''
 
| style="width: 33%;" | '''Python语言'''
 
| style="width: 33%;" | '''Python语言'''
 
| style="width: 31%;" | '''Ruby语言'''
 
| style="width: 31%;" | '''Ruby语言'''
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
| style="background-color: rgb(255, 255, 204);" |  
 
| style="background-color: rgb(255, 255, 204);" |  
* [[Shell编程基础|Shell编程基础]]  
+
* [[Shell编程基础]]
* [[高级Bash脚本编程指南|高级Bash脚本编程指南]]
+
* [[Bash Reference Manual/zh|Bash参考手册]]
 +
* [[高级Bash脚本编程指南]](仅有目录)
  
 
| style="background-color: rgb(255, 255, 204);" |  
 
| style="background-color: rgb(255, 255, 204);" |  
* [http://wiki.woodpecker.org.cn/moin/March_Liu/PyTutorial Python教程]  
+
* [[PythonSkills]]
* [http://www.woodpecker.org.cn/diveintopython/toc/index.html Python研究](Dive into Python)  
+
* [http://wiki.woodpecker.org.cn/moin/March_Liu/PyTutorial Python教程]
* [http://www.woodpecker.org.cn:9081/doc/abyteofpython_cn/chinese/index.html Python简明教程]  
+
* [http://www.woodpecker.org.cn/diveintopython/toc/index.html Python研究](Dive into Python)
* [http://wiki.woodpecker.org.cn/moin/WeiZhong/2006-01-17 Python快速入门]  
+
* [http://www.woodpecker.org.cn:9081/doc/abyteofpython_cn/chinese/index.html Python简明教程]
* [http://wiki.woodpecker.org.cn/moin/PyTwisted PyTwisted简介]  
+
* [http://wiki.woodpecker.org.cn/moin/WeiZhong/2006-01-17 Python快速入门]
* [[Python正则表达式操作指南]]  
+
* [http://wiki.woodpecker.org.cn/moin/PyTwisted PyTwisted简介]
* [http://www.chinesepython.org/ 中蟒简介](基於Python的中文編程語言)  
+
* [[Python正则表达式操作指南]]
* [[Zope3宝典]]  
+
* [http://www.chinesepython.org/ 中蟒简介](基於Python的中文編程語言)
* [[Zope组件架构和接口]]  
+
* [http://code.google.com/p/zhpy/ ZhPy]
* [[Zope中的基础对象]]  
+
* [[Zope3宝典]]
* [[简单的TODO应用程序]]  
+
* [[Zope组件架构和接口]]
* [[三十分钟学会Zope3]]  
+
* [[Zope中的基础对象]]
 +
* [[简单的TODO应用程序]]
 +
* [[三十分钟学会Zope3]]
 
* [[Zope配置文件参考]]
 
* [[Zope配置文件参考]]
  
 
| style="background-color: rgb(255, 255, 204);" |  
 
| style="background-color: rgb(255, 255, 204);" |  
* [[RubyOnRails框架简介]]
+
* [[Ruby 和 Ruby on Rails 简介]]
 +
* [http://ruby-lang.org Ruby 官方网站]
 +
* [http://railscasts.org Ruby on Rails 视频教程]
 +
* [[Ruby on Rails开发工具]]
  
 
|-
 
|-
第35行: 第41行:
 
|-
 
|-
 
| style="background-color: rgb(255, 255, 204);" |  
 
| style="background-color: rgb(255, 255, 204);" |  
* -
+
* [http://bbs.chinaunix.net/viewthread.php?tid=872802 Learning Perl(中文)]
 +
* [http://cpan.perl.org/ Cpan]
 +
* man perl
 +
* man perlfunc
 +
* perldoc
 +
* man perlxxx
  
 
| style="background-color: rgb(255, 255, 204);" |  
 
| style="background-color: rgb(255, 255, 204);" |  
* [http://www.phpchina.com/html/index.html PHP开源社区]<br>[http://www.phpchina.com/html/index.html ]
+
* [http://www.phpchina.com/html/index.html PHP开源社区]
  
 
| style="background-color: rgb(255, 255, 204);" |  
 
| style="background-color: rgb(255, 255, 204);" |  
第44行: 第55行:
  
 
|}
 
|}
 
<iframe frameborder="0" id="gnotes-notemagic" src="http://www.google.com/notebook/static_files/blank.html" style="position: absolute; display: block; opacity: 0.7; z-index: 500; width: 18px; height: 22px; top: 346px; right: 353px;"></iframe>
 

2016年6月24日 (五) 13:24的最新版本

Shell脚本 Python语言 Ruby语言
 
Perl语言 PHP语言 其他语言