このブログを検索

ラベル netbeans の投稿を表示しています。 すべての投稿を表示
ラベル netbeans の投稿を表示しています。 すべての投稿を表示

2013/06/04

ブラウザからインストール状態に応じてアプリ起動かストア起動

mongoDBやPHPと全然関係ないが、
とりあえず仕事で使うからメモる。

以下のサイトに方法があるから
試してみてその結果を残します。

http://blog.maruware.com/?p=45
->iPod touch(iOS6)とGalaxyNot2で試した結果、次の1点以外はうまく動いてくれた。
 ・アプリが無い時に、iOSのsafariは「無効なアドレスです。」のポップアップが表示された後にストアへ遷移される。

http://subtech.g.hatena.ne.jp/cho45/20110221/1298267067
->アプリの対策が必要ようだが、今回アプリは触れないのでテスト出来なかった。

2013/05/27

NetBeans with git (github) メモ

GitはSVNと違ってRepositoryからダウンロードから始まるものではなかった。
なのでメモ

1. initialize the local git repository.
2. source commit to local git repository.
3. push to remote git(github)

2013/05/17

PHPUnit remote Debugging with NetBeans

reference site :
 http://blog.doh.ms/2011/05/13/debugging-phpunit-tests-in-netbeans-with-xdebug/

1. need to path-mapping at NetBeans(IDE)













2. must export below before phpunit
export XDEBUG_CONFIG="idekey=netbeans-xdebug"

3. and run phpunit  with --debug option.


<TroubleShooting>
1. error message "E: Could not connect to client. :-("
  - check  nmap -p 9000 192.168.56.1
    if closed, re-run netbeans.
http://pietervogelaar.nl/php-xdebug-netbeans-vagrant/#.UZX14yvOS3o