- 浏览: 114212 次
最新评论
文章列表
# Clone repo
git clone git@github.com:Glavin001/atom-beautify.git
# Change into repo directory
cd atom-beautify/
# Install dependencies
npm config set registry http://registry.npmjs.org/
# npm config set strict-ssl false
npm install
# Uninstall old atom-beautify, if applicable
apm uninst ...
http://www.verydemo.com/demo_c152_i10112.html
http://www.jianshu.com/p/0b4346f503e3
自从 RubyGems 1.3.2开始, RubyGems 会加载安装在gem或者 $LOAD_PATH.中的插件。插件必须命名为 ‘rubygems_plugin’ (.rb, .so, etc) 然后放在你的gem的 #require_path。插件通过 Gem::find_files 查找然后加载。 注意:当你执行你的插件的时候,如果你的gem安装了多个版本,那么你的插件文件加载多次。
以下RubyGems可能并不详尽,如果你发现了我们缺失的插件,免费更新这个页面。
gem-browse
gem-ctags
gem_info
这些年来,rubygems开发团队已经收到了许多反馈,以下是一份用户过去和现在频繁提出的反馈意见。
I installed gems with --user-install and their commands are not available
How can I trust Gem code that’s automatically downloaded?
Why does require 'some-gem' fail?
Why does require return false when loading a file from a gem?
希望贡献一个rubygems的项目吗? 那么你来对地方了! There are many development efforts going on right now, and they could use your help. 查看下面的链接开始贡献吧或者联系项目的主要人员。
一、core projects
这些项目由核心 RubyGems team.团队创建。
RubyGems
Ruby’s premier packaging system. Bundled with Ruby 1.9+ and available for Ruby 1.8. Any time you run g ...
这个站点 open source 他的内容遵循 Creative Commons 协。.
一、贡献者
以下人话费了时间创建并改善 RubyGems文档:
Gabe Berke-Williams
Gregory Brown
Amaia Castro
Ryan Davis
http://www.kankanews.com/ICkengine/archives/123526.shtml
自己收集:
http://stackoverflow.com/questions/2194547/ruby-how-to-write-a-gem
关于RubyGems的一份有用的材料集合。免费 fork ,或者添加你自己的。
一、教程
Making Ruby Gems
Gem Sawyer, Modern Day Ruby Warrior
Gemcutter & Jeweler
There are times you would like to run your own gem server.你或许希望分享你的gem给你的同事,但是又苦于没有网络。你或许私有代码仓库,组织内部网络的需求,你希望 distribute and manage as gems 不需要公开发行。
有几种可选你的方案来设置你的gem服务器在内部网中。这份文档包含 gem server 命令和 Gem in a Box 项目。他也讨论怎样使用这些gem server。
一、运行内建的gem server
当你安装rubygems后,他添加了gem server 命令到你的系统中。这是最简单 ...
1.http://blog.csdn.net/cutesource/article/details/5811914
2.http://blog.csdn.net/cutesource/article/details/5813379
3.http://blog.csdn.net/cutesource/article/details/5822459
4.http://blog.csdn.net/cutesource/article/details/5841244
5.http://blog.csdn.net/cutesource/article/details/5 ...
http://blog.csdn.net/liu251890347/article/details/39576595
http://blog.csdn.net/chen19870707/article/details/39585277
一.禁用不要的插件
二.jvm参数调整
cd rubymine_dir/bin
vim rubymine.vmoptions
-Xms128m
-Xmx2048m
-XX:MaxPermSize=500m
-XX:ReservedCodeCacheSize=128m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
三.调整inotify watch limit
# http://confluence.jetbrains.com/pages/viewpage.action?pageId=25788 ...
1.http://www.iteblog.com/archives/1129
flowerwrong.cn
1.《Android4高级编程》第三版
2.《安卓软件安全与逆向分析》