linux サーバのバックアップ箇所 2010年04月06日 過去Blog linux • バックアップ ■データベース関連 phpmyadmin データベース ■ユーザドキュメント関連 /home/ 内 ■ユーザ関連 /etc/passwd /etc/shadow /etc/group ■サーバ設定 /etc/ 内 バーチャルホストやvsftp,httpd関連の設定 メール関連の設定 buy valium roche
seo:ブラックハット的な被リンク獲得方法 2009年11月18日 過去Blog seo:ブラックハット的な被リンク、Googleページランク獲得方法 wordpress website templates… この記事の続きを読む
phpでRSSを取得後の日付表示方法を変更する 2009年12月05日 過去Blog FC2ブログからRSSを取得すると、日付は以下のようになる。 <dc:date>2009-12-24T00:20:00+09:00</dc:date> このままでは、少しかっこが悪いので、以下のように修正。 $date ="2009-12-05T05:55:00+09:00"; $date = strtotime($date); $date = date('Y/m/d … この記事の続きを読む
addressbook内のデータをtableViewに表示させる 2011年01月17日 過去Blog - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusab… この記事の続きを読む
html、CSS テキストの自動折り返しを禁止する 2010年04月16日 過去Blog <strong>white-space</strong> normal 標準 (初期値) nowrap 自動的な折り返しを禁止する prozac and alcohol… この記事の続きを読む
PHP short_open_tag 2010年04月05日 過去Blog php.iniの short_open_tag = On にすることで <?php の省略形が使えるようになる。 <?php echo "test"; ?> ↓↓↓↓↓↓↓↓ <? echo "test"; ?> best-wedding.getbestnews.com… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。