カテゴリー 「Windows」 RSS

2009-03-11

[][][][][][]

Deploy Merb, Sinatra, or any Rack App to Heroku

http://blog.heroku.com/archives/2009/3/5/32_deploy_merb_sinatra_or_any_rack_app_to_heroku/

http://heroku.com/pages/quickstart

http://heroku.com/docs

http://heroku.com/

HerokuをGit経由で使ってみる

http://d.hatena.ne.jp/aki-s-119/20081110/1226335713

http://github.com/guides/using-git-and-github-for-the-windows-for-newbies

Windows から Git を使う方法

http://d.hatena.ne.jp/kusakari/20080715/1216091060

msysgit - Google Code

http://code.google.com/p/msysgit/

PuTTYssh2プロトコルを使ってssh接続

http://net-newbie.com/putty.html

>heroku help
=== General Commands

 help                         # show this usage

 list                         # list your apps
 create [<name&gt;]              # create a new app

 keys                         # show your user's public keys
 keys:add [<path to keyfile&gt;] # add a public key
 keys:remove <keyname&gt;        # remove a key by name (user@host)
 keys:clear                   # remove all keys

=== App Commands (execute inside a checkout directory)

 info                         # show app info, like web url and git repo
 open                         # open the app in a web browser
 rename <newname&gt;             # rename the app

 sharing:add <email&gt;          # add a collaborator
 sharing:remove <email&gt;       # remove a collaborator

 domains:add <domain&gt;         # add a custom domain name
 domains:remove <domain&gt;      # remove a custom domain name
 domains:clear                # remove all custom domains

 rake <command&gt;               # remotely execute a rake command
 console <command&gt;            # remotely execute a single console command
 console                      # start an interactive console to the remote

 restart                      # restart app servers
 logs                         # fetch recent log output for debugging
 logs:cron                    # fetch cron log output

 bundles                      # list bundles for the app
 bundles:capture [<bundle&gt;]   # capture a bundle of the app's code and dat
 bundles:download             # download most recent app bundle as a tarba
 bundles:download <bundle&gt;    # download the named bundle
 bundles:animate <bundle&gt;     # animate a bundle into a new app
 bundles:destroy <bundle&gt;     # destroy the named bundle

 destroy                      # destroy the app permanently

=== Example story:

 rails myapp
 cd myapp
 (...make edits...)
 git init
 git add .
 git commit -m "my new app"
 heroku create myapp
 git remote add heroku git@heroku.com:myapp.git
 git push heroku master

2007-02-22

[]日本語キーボードで一番使われないキーって何だろう

たぶんBreakキー。

win95あたりから使ってるけど使うソフトをまったく見たことがない。

2007-02-19

[]すげえ使える「繰り返し」のショートカット=Ctrl+Y

使えるアプリケーションが限られますが、Ctrl+Yで、「繰り返し」のショートカットです。

自分はExcelで表を作成する機会が多いのですが、これが重宝します。

おおむね、MS Officeなら使えます。

具体例で説明しましょう。

文字を入力したセルフォントを変えたい、しかも何箇所も、というようなことがあります。

この場合、Ctrl押しながら選択して全部のセルを選択してからフォントを変えてもいいのですが、

ちょっとミスして他をクリックすると、おじゃんになってしまって面倒です。

そこで「繰り返し」を使います。

とりあえず、ひとつのセルフォントを変えてみます。

その後、他の変えたいセルを選択してCtrl+Yを押すと・・・。

直前にした操作が繰り返され、そのセルフォントが変更されます。

これを繰り返せば間違いはないです。

また、ひとつの操作であれば適用されるので、「セルの書式設定」内で行ったすべてを繰り返してくれるので、

セルを結合して、中央揃えにしてフォントを変更して、周りを太い罫線で覆う」という動作を一たびやれば、

あとはCtrl+Yで簡単に出来てしまいます。

Word化学式を入力するときなんかに、上付下付文字がちょこちょこ出てくるのも、これで簡単に出来ます。

これを付ける作業が苦痛で、なんとか出来ないかってことで見つけた機能でした。

(まあwordでも最近は複数選択できるようになりましたが・・)

あんまり知られていない(?)ショートカット啓蒙日記

第一回

http://anond.hatelabo.jp/20070214221046

2007-02-14

[]貼り付け

http://anond.hatelabo.jp/20070214221046

エディタxyzzyでは、クリップボードからの貼り付けはShift+Insertだったから自然に使っていたけど、OS標準の貼り付けショートカットだったのね。初めて知りました。

[]Shift+Insertで「貼り付け」のショートカット

標題のとおりです。

Shiftを押しながらInsertを押すと、「貼り付け」のショートカットになります。

同じショートカットなら、Ctrl+Vの方が圧倒的に有名ですが、

デスクトップキーボードだと手の小さい人だと押しにくいです。

しかも、隣のCを押してしまうと、もう一度コピーし直さないとならなくなって、手間です。

その点、(右)Shift+Insertなら、親指と人差し指で確実に手軽に押せちゃいます。

WindowsXPなら、完全にCtrl+Vとコンパチで、

貼り付ける場面ならどんな場面でも常に使えるはずです。

マウスから手が離れちゃうという難点はありますが、

テキスト編集しているときには便利かと思います。

こんな記事にやたらとブックマークついてたんで書いてみました。これが衆愚か。

http://www.future-planning.net/x/modules/news/article.php?storyid=2046

 
ログイン ユーザー登録
ようこそ ゲスト さん