YAPC::Asia 2009 1日目 Six Apart 講堂mylist/15370462
YAPC::Asia 2009 1日目 Six Apart 講堂mylist/15370462
YAPC::Asia 2009 1日目 DeNA 大会議室mylist/15370462
YAPC::Asia 2009 2日目 DeNA 大会議室mylist/15370462
YAPC::Asia 2009 2日目 DeNA 大会議室mylist/15370462
YAPC::Asia 2009 1日目 Six Apart 講堂mylist/15370462
Expired:掲載期限切れです この記事は,ロイター・ジャパンとの契約の掲載期限(30日間)を過ぎましたので本サーバから削除しました。 このページは20秒後にNews トップページに自動的に切り替わります。
現時点で出てきているMySQL 5.5関連の(MySQL 5.5の新機能を理解するのに役立つ)ページをまとめておくので参考にして頂けると幸いである。 ダウンロード MySQL 5.5 Download http://dev.mysql.com/downloads/mysql/5.5.html 何はともあれまずはダウンロード! マニュアル関係 Changes in MySQL 5.5.0 (Not yet released Milestone 2) http://dev.mysql.com/doc/refman/5.5/en/news-5-5-0.html MySQL 5.4.3からの変更点やバグ修正などはこちらで確認。 MySQL 5.5.0-m2 リリース! - MyNA http://www.mysql.gr.jp/frame/modules/news/article.php?stor
We Asked an Expert…in Herpetology!People on Tumblr come from all walks of life and all areas of expertise to grace our dashboards with paragraphs and photographs of the things they want to share with the world. Whether it’s an artist uploading their speed art, a fanfic writer posting their WIPs, a language expert expounding on the origin of a specific word, or a historian ready to lay down the sec
+1 3 10th Birthday 13 2010 1 accessibility 1 ads 1 adsense 7 Amazon 1 Android 2 Blog2Print 1 Blogger 26 Blogger birthday 1 Blogger Fiesta 2 Blogger Meetup 2 Blogger Stats 2 Blogger Template Designer 1 Blogger2Print 1 blogspot 2 BlogThis 1 blogworld 2 Buzz 1 calendar 1 Chrome 2 code 1 commenting 2 community 8 conference 2 custom domain 1 developers 2 DMCA 1 draft 1 dynamic views 5 events 2 feedburn
The Tumblr Backup app is ready for beta testing! Download (Mac OS X, requires 10.5 or higher)Unlike other publishing sites’ approach to backups, our goal was to create a useful copy of your blog’s content that can be viewed on any computer, burned to a CD, or hosted as an archive of static HTML files. Wherever possible, we use simple file formats. Our backup structure is optimized for Mac OS X’s S
ついこの間1.2.8がでたばっかりなのに,もう1.3.0がでた.ここのところのGoogleのラッシュはすさまじい.クリスマス休暇に入る前に,今年やった仕事を全部リリースしようとしてるんじゃないだろうか. Blobstore 1.3.0 の目玉はBlobstoreというデータストア.Blobstoreは,その名の通り,blob(binary large object)をストアすることに特化したストレージである.Python版とJava版の双方でサポートされている. ただしexprimentalで,APIは今後変更される可能性がある.さらに,現在のところ,課金ユーザのみが利用できるようだ.もちろん,開発サーバでは,だれでも利用できる. また,現在のところ1つのblobのサイズは50メガバイトに制限されている.本格運用されればこの制限は緩和されるだろう. これまでの問題点 これまでApp Eng
日によって大きく変わるとかあるのかな? それとも1.3.0のOptimizations for many reflection operationsのおかげか。 http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes Rails載せてもでもこないだのより速いので良い傾向です。 前回の「jruby-hello 68017」が「jruby-hello-new 333333」なのでおよそ5倍。 http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-released-including.html This release also includes some performance tweaks to the Java runtime. For
I've just had a chance to play with the implementation of websocketsin Googles Chrome browser. This post started me off.After a small amount of experimentation I was able to make Erlang talk to a web page using pure asynchronous message passing.I think this means the death of the following technologies:cometlong-pollAJAXkeep-alive socketsAll the above are merely hacks, inadequate ways of
Google Go登場の背景 (2/2)- @IT このエントリを読んで気になった事。 Goが、Cのポインタ演算機能を外したこと(*2)は違和感なく受け入れられる人であっても、JavaやC++などのオブジェクト指向言語に欠かせない要素と考えられている「クラスの継承」が言語機能から外されたことには驚いたことだろう(ほかにも、Goでは例外処理機能や型を実行時に引数とするジェネリックなどがサポートされていない)。 Google Go登場の背景 (2/2)- @IT オブジェクト指向言語に欠かせないのはポリモルフィズムですし、クラスの継承が言語機能から外されることに驚かない人も多いのではないでしょうか。GoFのデザインパターンでも "継承を使うな委譲をを使え" と強調してたり、ECMAScriptのようなクラスが無い言語もそれなりに普及してますし、オブジェクト指向言語 = 継承という式は成り立たな
(これは Ruby Advent Calendar jp: 2009 の 16 日目の記事です。) Ruby は読みやすいプログラムを簡単に書ける言語ですが、読みにくいプログラムも簡単に書けます。 今回は、Ruby でできるかんたんな難読化のテクニックを 4 つ紹介します。 1. Integer#to_s を使う方法 Integer#to_s *1 は、何進数として文字列化するかを引数で指定できます。普通は 2 、10 、16 くらいしか使わないと思いますが、実は 36 まで指定できます。 0.to_s(36) #=> "0" 1.to_s(36) #=> "1" ... 8.to_s(36) #=> "8" 9.to_s(36) #=> "9" 10.to_s(36) #=> "a" 11.to_s(36) #=> "b" ... 34.to_s(36) #=> "y" 35.to_s(
Mozilla Foundationは12月15日付でFirefoxブラウザの更新版を公開し、複数の深刻な脆弱性に対処した。 Mozillaのアドバイザリーによると、更新版の「Firefox 3.5.6」では計7件の脆弱性を修正した。このうち危険度が最も高い「最高」レベルは3件あり、libtheora動画ライブラリの整数オーバーフロー問題、liboggplayメディアライブラリに関するメモリの安全問題、メモリ破壊の形跡があるクラッシュ問題がそれぞれ解決された。いずれも悪用された場合、任意のコードを実行される恐れがある。 また、同日公開された統合アプリケーションの更新版「SeaMonkey 2.0.1」でも、Firefoxと同じ脆弱性が解決された。 過去のセキュリティニュース一覧はこちら 企業向け情報を集約した「ITmedia エンタープライズ」も併せてチェック 関連記事 Firefoxユー
错误摘要 HTTP 错误 404.0 - Not Found 您要找的资源已被删除、已更名或暂时不可用。
ぼくは長年こういう方法で管理してますよ、というお話です。Linuxです。 ディレクトリレイアウト概観 たとえば、asoとbmdという名前のソフトウエアをインストールしている状態はこんな感じ: /usr/local/ ┬ app/ ┬ aso → aso-1.3 │ ├ aso-1.2/ ┬ bin/ ┬ armored │ │ │ └ scrum │ │ ├ sbin/ ─ syd │ │ └ share/ ─ man/ │ ├ aso-1.3/ ┬ bin/ ┬ armored │ │ │ └ scrum │ │ ├ sbin/ ─ syd │ │ └ share/ ─ man/ │ ├ bmd → bmd-2.0 │ └ bmd-2.0/ ┬ bin/ ─ tri │ ├ include/ ─ angle.h │ └ lib/libsnk.so.2.0.0 ├ bin/ ┬ armor
After a long ride, it is my pleasure to announce that Spring 3.0 GA (.RELEASE) is finally available (download page)! All of SpringSource is celebrating - join the party :-) For some very recent news, Spring 3.0 GA is compatible with Java EE 6 final in terms of runtime environments now (e.g. on GlassFish v3 as released last week) and supports JPA 2.0 final already (e.g. using EclipseLink 2.0). We a
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く