大小写不一样 有洁癖啊?
Gemfile 有没加 gem 'thin'
默认应该就是会加载最新的版本啊
哪里不对
自己写吧
Chain INPUT (policy ACCEPT)
意思不是全部接受吗?
那就不要用 1.8 了。 没人维护了
rvm 编译时把加了--with-out-ext=tk 吧,brew 默认也不编译 tk
图上 Check for and install updates automatically 没看到??
开源的可以改吧。
可惜我现在不会~
话说,等 chrome 升级了说不定就正常了
.ssh/里文件权限只能是 600
authorized_keys 文件存的是要连这个 SSH 的用户的 id_rsa.pub 每条一行
更新: 装了 markdown 解析器,自己建了个支持 ruby 2.0 ri 的查看器 脚本如下,output 为 new window, format 为 html,和自带的输出很像了
#!/usr/local/bin/ruby
ENV['PATH'] = '/usr/local/bin:' + ENV['PATH'] require 'kramdown'
word = $stdin.read if word =~ /\s/ word = ENV['TM_CURRENT_WORD'] end md = %x"ruby -S ri -f markdown #{word}"
puts Kramdown::Document.new(md).to_html
ruby 2.0 里的 ri -f 格式不支持 html 了? 只好使用和把默认文件类型设为 markdown 格式了
客户端证书,服务器要验证连上来的客户端
一般 https 只有客户端验证服务器证书,没有双向验证
Cipher 是加密 RSA 在 PKey 模块下
callee caller caller_locations
%w(1 2 1-1 1-10 1-3 2-5 2-11 1-1-5).sort_by {|x| x.split('-').map{|y| y.to_i} }
不就是 xx = nil ; xx.type 时才会发生吗?
['a','b','c'].zip(['abcd','bcde','cdef']) .each do |x,y| "#{x} to #{y} " end
@luikore Tks
ext 没编译成功吧
动下鼠标就从待机恢复了,把鼠标拨下再试
@skandhas 是这个。感谢
两次查询间其它事务插入了一条数据不就会这样吗?
IT 公司太少了
用 ffi 调用系统函数
defined? aa and defined? aa.bb
DL 要过时了,用 Fiddle 替换。
谁知道开发人员怎么想的,用 ffi 替换 DL 多好,一步到位,jruby 都能用,又搞出一个什么 Fiddle