[php]<?php
require_once('XML/RPC.php');
function Ping_Send($blog_title,$blog_url){
$ping = array(
'ping.rss.drecom.jp' => '/',
'api.my.yahoo.co.jp' => '/RPC2',
'blog.goo.n…
ピックアップ記事
PHPでPING送信を実装する
2010年03月28日
過去Blog
サーバの時刻調整
2010年03月05日
過去Blog
サーバの時刻設定
1. 時刻確認
date
2. 時刻設定
date -s "2006/02/20 19:03"
linux上で、上記のコマンドを実行すれば、調整出来ます。
参照元:http://memorva.jp/memo/linux/date_ntp.php buy anabolics online…
htmlファイルでphpを動かすための.htaccessファイルの設定
2009年11月20日
過去Blog
htmlファイルでphpを動かすための.htaccessファイルの設定
.htaccessファイル内に以下の行を記述します。
AddType application/x-httpd-php .htm .html
当然の前提条件として、htaccessの動作が許可されているサーバに限ります。…
dittoとは
2011年01月17日
過去Blog
ditto : 同上, =ditto mark host…
UITableView のcellの複数選択を実装する
2011年01月25日
過去Blog
//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
graffiti on the web
この投稿へのコメント
コメントはまだありません。