Monthly Archives: 6月 2012

gitエラー ‘heroku’ does not appear to be a git repository

よく理解せずにheroku と gitを使用していると、表題のエラーとなてしまっ … Continue reading

Posted in git, heroku, 技術情報 | Leave a comment

gitリモートレポジトリからソースの取得

herokuを使い始めた。 別のノートPCで、herokuにリモートレポジトリか … Continue reading

Posted in git, heroku, 技術情報 | Leave a comment

gitの事始め

gitでローカルにリポジトリを作成するという事始めのコマンド。 [bash] g … Continue reading

Posted in git, 技術情報 | Leave a comment

CASE文のUPDATE

今まで特に意識的には使用していなかったCASE文 [sql] UPDATE TA … Continue reading

Posted in Oracle, 技術情報 | Leave a comment

PL/SQLランダム値の生成

[sql] set serveroutput on DECLARE CURSOR … Continue reading

Posted in Oracle, 技術情報 | Leave a comment

初めてのPL/SQL

[sql] set serveroutput on DECLARE CURSOR … Continue reading

Posted in Oracle | Leave a comment