jruby

    1熱度

    1回答

    是否可以限制用戶代碼在JRuby中運行的時間量?

    2熱度

    2回答

    我一直在尋找一段GUI庫。我曾嘗試Monkeybars和Glimmer,兩者都對我最有吸引力,但我沒有設法讓他們跑(Glimmer很老,不會正確加載寶石),Monkeybars似乎很死,甚至不能在視頻演示中運行Hello World示例。 所以我想知道你是否有任何JRuby庫的成功(我更傾向於Jruby,因爲分發更容易)你會推薦什麼?

    0熱度

    2回答

    我跟着 http://rawr.rubyforge.org/ 我輸入RAWR安裝,但它說,它無法找到包.... No command 'rawr' found, did you mean: Command 'raw' from package 'util-linux' (main) Command 'rar' from package 'rar' (multiverse) rawr: com

    1熱度

    1回答

    可以在Jruby應用程序中使用GWT嗎?

    0熱度

    1回答

    最近我遇到了http://monkeybars.rubyforge.org/和Rawr。構建Java應用程序似乎就足夠了。 我的問題是,選擇這種方法有什麼缺點嗎? Jruby到Java?與在Java中編寫應用程序相比,我的應用程序會遭受性能損失?對我來說,好處是我沒有切換到Java,並可以使用紅寶石,我發現它更容易編寫的東西。

    1熱度

    1回答

    Successfully installed rawr-1.4.3 1 gem installed Installing ri documentation for rawr-1.4.3... Installing RDoc documentation for rawr-1.4.3... Could not find main page README.md Could not find m

    12熱度

    1回答

    在Location class的Java調試器接口文檔中,有一段討論該位置的「層」。我一直在尋找更多關於如何實現一個新階層(比如說Scala或JRuby)的細節,但我沒有找到太多的東西。任何人都可以談談這個話題?

    2熱度

    1回答

    我正在嘗試創建一個Stats計數器(類似於Twitter中用於scala的鴕鳥),但是很難確保我的所有線程都可以訪問它。我的統計類是這樣定義的: class Stats @@counters = {} .. accessors .. def self.incr(counter, amt = 1) if [email protected]@counters[

    0熱度

    1回答

    鑑於下面的代碼片斷: hash = { # 1 (line = __LINE__) => # 2 lambda { x } # 3 } 在JRuby做一些檢查: puts line # >> 2 puts hash[line].inspect >> #<Proc:[email protected]/tmp/test.rb:2> 似乎從標準MRI不同: p

    3熱度

    1回答

    我有以下代碼: module DataMapper module Resource @@page_size = 25 attr_accessor :current_page attr_accessor :next_page attr_accessor :prev_page def first_page? @prev_pag