TopicsPlaceHolder SectionTitlePlaceHolder TIME rest time current/total
UPDATE 15 June 2011: .appcache is now the recommended file extension for cache manifests. Please ensure you update your filename, manifest attribute on the html element and set the correct mime-type in your server config. HTML5 introduces new methods for enabling a web site or web application to function without a network connection. When you’re working on a mobile connection and your signal drops
We’ve made the very difficult decision to cancel all future O’Reilly in-person conferences. Instead, we’ll continue to invest in and grow O’Reilly online learning, supporting the 5,000 companies and 2.5 million people who count on our experts to help them stay ahead in all facets of business and technology. Come join them and learn what they already know. Become an O’Reilly online learning member
package Plagger::Plugin::Cache; use strict; use base qw( Plagger::Plugin ); use DB_File; use Digest::MD5; sub register { my($self, $context) = @_; $context->register_hook( $self, 'update.feed.fixup' => \&update, 'update.fixup' => \&fixup, ); unless ($self->conf->{file}) { $context->error("plase file config"); return; } my %cache; my $a = tie %cache, 'DB_File', $self->conf->{file}; $self->{__cache}
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く