サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
大そうじへの備え
sunpro.hatenadiary.org
RubyのスレッドがMySQLで詰まるのはそういうものらしくて、最近話題らしいNeverBlockの関連プロダクトmysqlplusがあると解決するらしい。 require 'mysqlplus' ActiveRecord::Base.connection.raw_connection.async_query("select queue_wait('#{table_name}')") こうするとちゃんとスレッドが切り替わってる気がする。あとCtrl+Cでちゃんと終了してくれるようになった。
OS X 10.5.4 方法(1) CGBitmapContextCreate() で作った CGContext から CGImage を作って表示 CGContextRef bitmapContext = CGBitmapContextCreate(buffer, ... ); CGContextRef context = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort]; CGImageRef image = CGBitmapContextCreateImage(bitmapContext); CGContextDrawImage(context, bitmapBounds, image); CGImageRelease(image); CGContext から CGImage を作る時は copy-on-w
このページを最初にブックマークしてみませんか?
『sunpro.hatenadiary.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く