#虚拟网络拓扑的json数据 def topodata #@vnic = Vnic.all #flash.now[:notice] = 'Message sent!' #flash.now[:alert] = 'Message sent!' simple_json = { nodes:...
分类:
Web程序 时间:
2014-09-04 16:42:29
阅读次数:
299
安装rubyonrails的步骤应该是先安装ruby,然后安装devkit,之后安装rails;但我安装的时候是安装完ruby后直接安装rails所以报错了,我以我的错误路线为顺序记录下整个过程,以便有遇到同样问题的人可以参考,我就是菜鸟,没太多花哨的东西,遇到什么,怎么解决的,记录下以备后..
分类:
其他好文 时间:
2014-09-04 11:58:10
阅读次数:
228
In Ruby, you check withnil?if an object is nil:article = nilarticle.nil? # => trueempty?checks if an element - like a string or an array f.e. - is em....
分类:
其他好文 时间:
2014-09-04 09:39:17
阅读次数:
214
6 RPC
Remote procedure call implementation
Python | Java | Ruby | PHP| C#
转载请注明出处:jiq?钦's technical Blog
Remote procedure call (RPC)
(using the .NET client)
在第二个教程second tutorial 中...
分类:
Web程序 时间:
2014-09-04 00:16:57
阅读次数:
370
转义符表This all of the escape sequences Ruby supports. You may not use many of these, but memorize their format and what they do anyway. Try them out in ...
分类:
其他好文 时间:
2014-09-03 22:37:17
阅读次数:
222
访问http://www.ruby-lang.org/en/downloads/使用第三方工具安装ruby,经过了解,在mac下可以使用macports和rvm安装ruby。经过实际操作觉得rvm方式更好一些。现在就开始使用rvm安装ruby1.打开终端,必须先安装git.Java代码bash-ss...
分类:
其他好文 时间:
2014-09-03 19:37:07
阅读次数:
227
最近研究svn使用http协议,但网上大多都是apache整合svn,我不想使用apache+svn,google翻了很多页终于让我找到了,但要求先安装ruby on rails,所以就有了下面的这篇文章. 系统:centos 5.5 需要的软件:ruby-1.9.3-rc1.tar.gz rub....
分类:
其他好文 时间:
2014-09-03 19:36:07
阅读次数:
208
logstash在windows中收集日志的时候,会导致写日志的程序不能进行日志的切割(windows提示,文件被占用)从github上下载useJavatoOpenFilehttps://github.com/edwinf/ruby-filewatch/tree/useJavatoOpenFilewgethttps://github.com/jordansissel/ruby-filewatch/archive/master..
分类:
Windows程序 时间:
2014-09-03 18:27:57
阅读次数:
3214
几乎所有的Rails网站都使用layout,但这回造成所有的网页都有同样的标题(在header中的title)。为每个网页设置独有的标题并不是件困难的事,解决方案见下文。
初步尝试
ruby
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD...
分类:
Web程序 时间:
2014-09-03 16:57:17
阅读次数:
222
今日做开发的时候发现的这个问题发现无论怎样配置都不能使用Kaminari 的Per 这个功能,分页大小也固定在了30最开始还以为是Ransack 这个Gem 影响的,上网搜了很久发现没有最后仔细检查,原来是Gemfile 里面包含了will_pagination 把它删除之后,一切恢复正常
分类:
其他好文 时间:
2014-09-03 06:12:06
阅读次数:
187