2015年8月5日水曜日

[garamsg] Rooms個別ページに次の部屋、前の部屋ボタン追加

content-roomSmall.php に以下を追加

148行目追加

<div class="navi-pre-next" style="clear:both; width:100%; height:auto; margin-top: 40px; overflow:hidden;">
<p class="btn orange" style="float:left; height:36px;"><?php next_post_link() ?></p>
<p class="btn orange" style="float:right; height:36px;"><?php previous_post_link() ?></p>
</div>






2015年8月4日火曜日

MySQLのクライアントからのサーバー接続時の文字コード設定

MySQLのクライアントからのサーバー接続時の文字コード設定: コツコツ学ぶWordPress、技術メモ
http://hono-wp.seesaa.net/article/408775868.html

MongoDBの単体性能

第1回 MongoDBの単体性能(前編) (1/2):EnterpriseZine(エンタープライズジン)
http://enterprisezine.jp/dbonline/detail/7043

第2回 MongoDBの単体性能(後編) (1/2):EnterpriseZine(エンタープライズジン)
http://enterprisezine.jp/dbonline/detail/7098