投稿

2月, 2011の投稿を表示しています

Visual Basic まとめ

http://homepage1.nifty.com/rucio/main/technique/Function.htm http://dobon.net/vb/dotnet/system/getenvironmentvariable.html 環境変数の取得とデスクトップへのパス http://dobon.net/vb/dotnet/file/getfolderpath.html http://msdn.microsoft.com/ja-jp/library/14tx8hby.aspx Console.WriteLine( "GetFolderPath: {0}" , Environment.GetFolderPath(Environment.SpecialFolder.System)) ファイル入出力 http://www.atmarkit.co.jp/fdotnet/vblab/vb2005m_08/vb2005m_08_01.html http://vb.net-informations.com/files/vb.net_FileStream.htm

Rails

rails new myapp rails server rails myapp   cd myapp   git init   git add .   git commit -m "my new app"   heroku create   git push heroku master git commit http://www8.atwiki.jp/git_jp/pub/git-manual-jp/Documentation/gittutorial.html

ssh-keygenの使い方

$ ssh-keygen -t rsa $ http://www.atmarkit.co.jp/flinux/rensai/linuxtips/432makesshkey.html