[SIMILAR] WITH 26533 pass2 WITH 21016 growisofs WITH 15351 bytes WITH 14877 flushing WITH 14111 extents WITH 14111 builtin WITH 13814 closing WITH 13533 rockridge WITH 13406 total WITH 12851 average WITH 12851 updating WITH 9815 attributes WITH 9518 translation WITH 9020 written WITH 7748 5x1385kbps WITH 7438 cd1c WITH 7438 1x1385kbps WITH 7438 3x1385kbps WITH 6766 入直 WITH 6766 4272 WITH 6703 session WITH 4899 table WITH 4174 directory WITH 3761 dev WITH 3643 size WITH 3446 used WITH 3071 current WITH 2437 space WITH 2405 cache WITH 1799 path WITH 1582 freebsd WITH 1563 local の検索結果 139 件中 1 - 10 件目 (2.027717985 秒)
購入直後のメディアに growisofs -Z /dev/cd1c -R -J /etc を実行。 ... /dev/pass2: "Current Write Speed" is 4.1x1385KBps. Total translation table size: 0 Total rockridge attributes bytes: 121571 Total directory bytes: 321536 Path table size(bytes): 1616 Max brk space used eb5c4 4272 extents ...
購入直後のメディアに growisofs -Z /dev/cd1c -R -J /etc を実行。 ... /dev/pass2: pre-formatting blank DVD+RW... /dev/pass2: "Current Write Speed" is 4.1x1385KBps. Total translation table size: 0 Total rockridge attributes bytes: 121571 Total directory bytes: 321536 Path table size(bytes): ...
_ (スコア:9139)
旧マシン CPU: Pentium II/Pentium II Xeon/Celeron (265.91-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x633 Stepping = 3 Features=0x80f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,MMX> real memory = 134217728 (131072K bytes) Sさんから譲ってもらった新マシン CPU: AMD Ath ...
_ (スコア:2549)
halか、xf86-video-radeonhdのせいだと思うが、いろいろあった。 DVI-I_1/digitalに1600x1200(左)、DVI-I_2/digitalに1280x1024(右)が継っているが、 2の解像度に引っ張られて1の解像度も1280x1024になるように変わってしまったので、.xinitrcに上の行を足した。 xrandr --output DVI-I_1/digital --preferred ...
_ (スコア:2150)
昨日、net/imapd.rbのSSLの部分をそのまま真似して書いたら動かず、不思議に思ったのだが、やっぱり証明書のところが変。 /usr/local/lib/ruby/1.8/net/imap.rb:892:in `initialize': \ undefined method `ca_path=' for #<OpenSSL::SSL::SSLSocket:0x829ec18> (NoMethodError) CVSの最新でも同じ。以下を当てる ...
_ (スコア:1311)
scaffoldを作る。 % ruby script/generate scaffold User User % ruby script/generate scaffold Event Event % ruby script/generate scaffold Membership Membership サーバを起動して % ruby script/server http://0.0.0.0:3000/userにアクセスすると Listing users Nickname Accountnumber Mailaddress Roo ...
_ (スコア:1113)
教科書に従ってアクセス制限をする。 controllers/application.rbに足す。 def authorize unless session[:user_id] flash[:notice] = "ログインしてください" redirect_to(:controller => 'mm', :action => 'login') end end controllers/mm_controller.rb等に足す。 before_filter :authorize, :except => :l ...
_ (スコア:1113)
招待メールを出せるようにしよう。環境設定をconfig/environment.rbに足した。 ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address => 'server.example.com' } メーラを作る。 % ruby script/generate mailer Mailer invite models/mailer.rbが出来ているので書き換え ...
_ (スコア:1113)
/.Jより。整理するとこんな感じ? dummy/cleanな文章をフィルタに見せて、人に見せないようにする工夫 text/plainにdummyを書き、text/htmlにspamを書く subjectの右端に書く html tagの中に隠す コメント 未定義のtag hidden form field html tagの外に隠す 枠の小さなmarquee 小さなフォント fore/backgroundで ...
_ (スコア:813)
mm/edit.rhtmlに戻ろう。 models/user.rbで、membershipと参加フラグを返せるようにしておく。 class User < ActiveRecord::Base def memberships mhash = Hash::new m = Membership.find(:all, :conditions => ["user_id = ?", self.id]) m.each do |membership| mhash[membership.event_id] = membership end ...
_ (スコア:813)
_ (スコア:10000)