@nightire @yanguango 感谢指正,已修改
47
:plus1:
存入 yml.txt
Name: HAProxy
Version: 1.4.22
Release_date: 2012/08/09
Nbproc: 1
Process_num: 1
Pid: 32163
Uptime: 47d 21h34m45s
Uptime_sec: 4138485
Memmax_MB: 0
Ulimit-n: 8231
Maxsock: 8231
Maxconn: 4096
Maxpipes: 0
CurrConns: 1
PipesUsed: 0
PipesFree: 0
Tasks: 27
Run_queue: 1
node: vm-haproxy-233
description:
YAML.load(File.new('yml.txt'))
结果为
{"Name"=>"HAProxy",
"Version"=>"1.4.22",
"Release_date"=>"2012/08/09",
"Nbproc"=>1,
"Process_num"=>1,
"Pid"=>32163,
"Uptime"=>"47d 21h34m45s",
"Uptime_sec"=>4138485,
"Memmax_MB"=>0,
"Ulimit-n"=>8231,
"Maxsock"=>8231,
"Maxconn"=>4096,
"Maxpipes"=>0,
"CurrConns"=>1,
"PipesUsed"=>0,
"PipesFree"=>0,
"Tasks"=>27,
"Run_queue"=>1,
"node"=>"vm-haproxy-233",
"description"=>nil}
我也想要啊 QQ:472218514
47221
Active Record 提供了 :inverse_of 选项,可以告知 Rails 两者之间的关系:
class Customer < ActiveRecord::Base
has_many :orders, inverse_of: :customer
end
class Order < ActiveRecord::Base
belongs_to :customer, inverse_of: :orders
end
2.1.2 :035 > "1,2,3,4,5.exe".split(/,(?![^,]*,)/) => ["1,2,3,4", "5.exe"]
正则表达式可以解决。
从别的地方借鉴过来的,但是我还是不太明白怎么匹配成功的,见笑了
IE
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT6.0)
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT5.2)
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT5.1)
Mozilla/4.0 (compatible; MSIE 5.0; WindowsNT)
其中,版本号是 MSIE 之后的数字。
Firefox
Mozilla/5.0 (Windows; U; Windows NT 5.2)Gecko/2008070208 Firefox/3.0.1
Mozilla/5.0 (Windows; U; Windows NT 5.1)Gecko/20070309 Firefox/2.0.0.3
Mozilla/5.0 (Windows; U; Windows NT 5.1)Gecko/20070803 Firefox/1.5.0.12
其中,版本号是 Firefox 之后的数字。
Opera
Opera/9.27 (Windows NT 5.2; U; zh-cn)
Opera/8.0 (Macintosh; PPC Mac OS X; U; en)
Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en)Opera 8.0
其中,版本号是靠近 Opera 的数字。
Safari
Mozilla/5.0 (Windows; U; Windows NT 5.2)AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1Safari/525.13
Mozilla/5.0 (iPhone; U; CPU like Mac OS X)AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/4A93Safari/419.3
其版本号是 Version 之后的数字。
Chrome
Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/525.13 (KHTML,like Gecko) Chrome/0.2.149.27 Safari/525.13
其中,版本号在 Chrome 之后的数字。
#4 楼 @42thcoder 哈哈 yunzheng
#1 楼 @jiyinyiyong 大家都很忙啊
赞一个,比《ruby 元编程》中讲的要好一些
已经答应另一家了,不然可以去试试
好公司!面试过,能力不行啊
目前在用,功能很强大
能告诉我这么要这么写么?
个人觉得很丑陋
我一直以为 font awesome 中有中国的程序员
赞!
用 railsInstall 吧,比较省心
群聊人数已达上限,无法加入……
悲剧了
非常赞!!