- 授权协议: 未知
- 开发语言: Ruby
- 操作系统: Linux
- 软件首页: https://github.com/adamsanderson/qwandry
- 软件文档: https://endofline.wordpress.com/2010/12/30/qwandry-0-1-0-now-supporting-more-languages/
软件介绍
qwandry 能快速定位到我们需要找的库文件,项目,并在编辑器中打开。支持ruby, python, perl, nodejs的库文件。qwandry自身采用ruby实现。
安装:
gem install qwandry
使用:
qw matrix # opens ruby's matrix class in your editor qw rails # will ask you which version of rails you want to open qw activerec 3.1 # will find the gem activerecord 3.1 and open it # You can also use Qwandry with other common languages: qw -r python numpy # opens python's numpy library qw -r perl URI # open perl's URI library qw -r node express # open express if it is installed for node
Java Script深度剖析
卢云鹏、沈维伦、Don Gosselin、李筱青 / 卢云鹏、沈维伦、李筱青 / 北京大学出版社 / 2004-10-1 / 49.0
本书适合于大中专院计算机相关专业作为教材,也是JavaScript初学者以及JavaScript爱好者的理想参考用书。书中详细介绍了基本的JavaScript程序设计原理以及实现它们的语法,内容包括JavaScript简介,变理、函数、对角和事件,数据类型、运算符,结构化逻辑控制结构和语句,窗口和框架,表单,动态HTML和动画,cookie和安全性,服务器端 JavaScript,数据库连接,使用......一起来看看 《Java Script深度剖析》 这本书的介绍吧!
