嗨,我正在开发API https://developers.supportbee.com/platform/overview
在做的时候
bin/sbapp new APP_SLUG
我得到了错误
/home/nitesh/.gem/ruby/1.9.1/gems/bundler-1.2.3/lib/bundler/spec_set.rb:90:in `block in materialize': Could not find multi_json-1.3.6 in any of the sources (Bundler::GemNotFound)
Run Code Online (Sandbox Code Playgroud)
之后我再次尝试 gem install multi_json
,然后再次得到错误
Successfully installed multi_json-1.5.0
/usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- json/pure (LoadError)
Run Code Online (Sandbox Code Playgroud) 我想读取一个存储在绝对值已知的地址的值.我想知道我怎么能做到这一点.例如.如果值存储在0xff73000.然后可以通过C代码获取存储在此处的值.提前致谢