トップ 最新

迷彩記憶 [全文検索]

検索方法

並べ替え: 表示件数: 検索条件の書式:

[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 件目 (0.051129209 秒)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 次へ

2004-09-07(Tue) [類似検索]

_[FreeBSD] growisofs/dvd+rw-toolsでDVD-RWを焼く

入直後のメディアに 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 ...

_  (スコア:10000)

2004-09-07(Tue) [類似検索]

_[FreeBSD] growisofs/dvd+rw-toolsでDVD+RWを焼く

入直後のメディアに 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)

2002-11-16(Sat) [類似検索]

_サンダーバード

旧マシン 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)

2009-01-24(Sat) [類似検索]

_[FreeBSD] hal-0.5.11_13 + xf86-video-radeonhd-1.2.4

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)

2005-02-19(Sat) [類似検索]

_[Ruby] net/imapd.rb SSL証明書バグ?

昨日、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)

2007-05-13(Sun) [類似検索]

_[Rails] 飲み会管理システム(3)

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)

2007-05-20(Sun) [類似検索]

_[Rails] 飲み会管理システム(11)

教科書に従ってアクセス制限をする。 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)

2007-05-19(Sat) [類似検索]

_[Rails] 飲み会管理システム(9)

招待メールを出せるようにしよう。環境設定を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)

2003-07-26(Sat) [類似検索]

_[spam] Field Guide to Spam

/.Jより。整理するとこんな感じ? dummy/cleanな文章をフィルタに見せて、人に見せないようにする工夫 text/plainにdummyを書き、text/htmlにspamを書く subjectの右端に書く html tagの中に隠す コメント 未定義のtag hidden form field html tagの外に隠す 枠の小さなmarquee 小さなフォント fore/backgroundで ...

_  (スコア:813)

2007-05-13(Sun) [類似検索]

_[Rails] 飲み会管理システム(5)

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)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 次へ