`
kenniz
  • 浏览: 5299 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
My Rails3.1 app worked fine on Windows but got the "Could not find JavaScript runtime" error when running on Linux. Solution:   gem 'therubyracer', :platforms => :ruby  The trick is knowing that :platforms => :ruby actually means only use this gem with "C Ruby(MRI) or Rubiniu ...
Scenario: - All access to the internet is restricted to a proxy - The proxy only allows connections out on port 80 and 443   Solution: 1. Add proxy for ssh 2. Connect to ssh.github.com (443) instead of github.com (22)   Origin Post: Using GitHub Through Draconian Proxies   Reference: ...
Object中关于hasdCode的通用约定:   1. 在应用程序的执行期间,只要对象的equals方法的比较操作所用到的信息没有被修改,那么对这同一个对象调用多次,hashCode方法都必须始终如一地返回同一个整数。在同一个应用程序的多次执行过程中,每次执行所返回的整数可以不一致。2. 如果两个对象根据equals(Object)方法比较是相等的,那么调用这两个对象中任意一个对象的hashCode方法都必须产生相同的整数结果。3. 如果两个对象根据equals(Object)方法比较是不相等的,那么调用这两个对象中任意一个对象的hashCode方法,则不一定要产生不同的整数结果。但是 ...
准备工作   1. 下载jad.exe文件:http://www.varaneckas.com/sites/default/files/jad/jad158g.win.zip 2. 下载jadeclipse插件:http://prdownloads.sourceforge.net/jadclipse/net.sf.jadclipse_3.3.0.jar?download 3. JadClipse 官网:http://jadclipse.sourceforge.net/wiki/index.php/Main_Page   安装   1. 将jad.exe解压到指定目录。如:c:\j ...
Global site tag (gtag.js) - Google Analytics