库文件定位工具 qwandry

码农软件 · 软件分类 · 其他开发相关 · 2019-10-21 06:12:57

软件介绍

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


本文地址:https://codercto.com/soft/d/17213.html

Programming Amazon Web Services

Programming Amazon Web Services

James Murty / O'Reilly Media / 2008-3-25 / USD 49.99

Building on the success of its storefront and fulfillment services, Amazon now allows businesses to "rent" computing power, data storage and bandwidth on its vast network platform. This book demonstra......一起来看看 《Programming Amazon Web Services》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具