1. Home
  2. 4 月2008

4 月2008

マイティマウスの分解掃除

マイティマウスの下スクロールが全く効かなくなりまして。今まではAppleの公式にあるように布の上でゴロゴロしたり、両面テープで掃除したりしてましたが、今回はあまりにも動かなかったのでついに分解してみた。

正直不安でしたが、ググってみると結構分解してる方がいらっしゃったので、案外難しくないのかなと。ちなみに以下参考サイト。

このエントリーを読む

チカッパブログのモブログ機能

ブログディレクトリ/api/class/JUGEM_RPC.php
で携帯投稿時の画像サイズが定義されている…?

if (!$this->outImage($tmp_path, $path)) return new XML_RPC_Response(0, 1, 'can't deal with an image');
if (!$this->resizeImage($tmp_path, $path_m, 200)) return new XML_RPC_Response(0, 1, 'can't deal with an image');
//if (!$this->resizeImage($tmp_path, $path_s, 100)) return new XML_RPC_Response(0, 1, 'can't deal with an image');
if (!$this->resizeImage($tmp_path, $path_s, 240)) return new XML_RPC_Response(0, 1, 'can't deal with an image');

このページの先頭へ