WordPressの記事中でphpを使うスクリプト 2009年11月24日 過去Blog http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/ http://bono.s206.xrea.com/2006/03/112-runphp/ Zencartにも応用できる?
seo:ブラックハット的な被リンク獲得方法 2009年11月18日 過去Blog seo:ブラックハット的な被リンク、Googleページランク獲得方法 wordpress website templates… この記事の続きを読む
PHP サーバの空き容量、ディレクトリ内のファイル一覧を調べる 2010年08月11日 過去Blog //ファイル一覧を表示するパスを指定する $path = "../member"; //ディレクトリを表示する print("ディレクトリ「".$path."」の一覧"); //文法 disk_free_space( パス ) //disk_free_spaceは指定したパスに対応するドライブの空き容量をバイト数で //返す print("ドライブの空き容量 ".disk_free_spac… この記事の続きを読む
オーガナイザーからProvisioningする際にエラー 2010年12月23日 過去Blog 新しく購入したipadをオーガナイザーから、Provisioningしようとすると以下のようなエラーが出ました。 An unexpected error occurred. Please try again. If the problem persists, please contact Apple Developer Support. mac上のXCodeがiOS4.1のバージョンだったため、… この記事の続きを読む
linux sambaでwindowsとファイル共有 2010年09月28日 過去Blog linux側の設定の参考サイト http://www.linuxmania.jp/samba_setting.html 日本語が文字化けする場合 [global]以下に次の3行を追加する # vi /etc/samba/smb.conf [global] dos charset = CP932 unix charset = UTF8 display charset = UTF8… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。