This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012/09/23 FuelPHP勉強会 vol.2に参加してきた。 | |
http://atnd.org/events/31917 | |
○GtとGitHubについて | |
・分散型と集中型 | |
・オーガニゼーション | |
github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
アンドロイド eclipse プラグインインストール方法 | |
インストール手順 | |
http://developer.android.com/sdk/installing/installing-adt.html | |
ADTプラグインをダウンロード | |
Eclipseを起動し、選択ヘルプ > 新規ソフトウェアのインストール。 | |
クリックして追加右上隅に、。 | |
表示されたリポジトリの追加]ダイアログで、のための"ADTプラグイン"を入力してください名前のために、次のURL 場所: | |
HTTPS://dl-ssl.google.com/android/eclipse/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
拡張機能開発 | |
準備 | |
manifest.json | |
推奨 | |
background.html | |
パッケージ階層 | |
└─poweredge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://phantomjs.org/index.htmlからダウンロード | |
インストール→パス追加 | |
phantomjsで対話形式実行 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macgap i18n 日本語追加 | |
画像別ウィンドウ表示 | |
カタログ表示対応 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once 'HTTP/Request.php'; | |
$format = | |
// 'json' | |
// 'xml' | |
''; | |
$url = "http://157.109.211.138:8180/apolloLog.php/add?format=$format&title_id=999&action_type=ADMINCMD_USE&action_date=2012-04-26%2001:22:45.65432&user_id=%27123%27&World_name=%27101_soc01%27&value1%27PIKO%27&value2=%[email protected]%27&value3=%27123.45.67.89%27&value4=%22s%20addcp%2099999%22"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
<meta http-equiv="Pragma" content="no-cache" /> | |
<meta http-equiv="Cache-Control" content="no-cache" /> | |
<meta http-equiv="Expires" content="0" /> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
<script src="js/jquery.knob.js"></script> | |
<style type="text/css"> | |
div.demo { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysqldump -udb_user -pdb_pass -h db_host db_name | gzip > db_name.dump.sql.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
# DocumentRoot ... | |
# ServerName .. | |
# DirectoryIndex ... | |
AllowCONNECT 443 | |
SSLProxyEngine On | |
ProxyRequests Off | |
ProxyPass /hoge/ https://exmple.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ウェブアプリケーション | |
scala2.10 | |
play2.0 | |
サーバ | |
heloku | |
symfony対応 | |
http://codezine.jp/article/detail/837 |
OlderNewer