2009-09-25から1日間の記事一覧

rhaco: rhacoでHttp::request GET/POSTする方法。

Rhaco::import('network.http.Http'); $url = 'http://www.kmusiclife.com/'; $headers = array( 'User-Agent'=>'Mozilla/5.0', 'abc'=>'postdata' ); list($head, $body) = Http::request($url, 'POST', $headers); echo $body; rawdataを送りたいときは Rh…

Google notebookをfirefox3.5でアドオンが利用できない件の解決方法

firefox3.xのgoogle notebookアドオンはここからdownload出来ます。 http://googlenotebookextension.blogspot.com/2009/06/google-notebook-extension-for-firefox.html上記サイトが消えた場合にこちらどうぞ google-notebook.xpiGoogle notebookのfirefox…