8 search resultsShowing 1~8 results

Stocked
yumaito

@yumaito

Perl関係のメモ

Mouseの使い方 子モデルと親モデル 親モデル-->子モデルを読み込む 親モデル名がHOGEHOGE、 子モデル名がfugafugaとした場合 親->子 use Mouse; my...

5
4
Comment0
yumaito

@yumaito

rails関係のメモ

railsで自作のスクリプトを走らせたいとき ここが参考になる rails g tasks hoge libのtasks以下にhoge.rakeができる hoge.rake namespace ...

1
1
Comment0
yumaito

@yumaito

Emacs系メモ

まずは移動系を覚えておく ここらへん http://uguisu.skr.jp/Windows/emacs.html コマンド 移動方向 Ctrl + n 下 Ctrl + p 上 Ctrl +...

0
0
Comment0
yumaito

@yumaito

Vim系メモ

.vimrcの中身 syntax enable # シンタックスハイライトがつく set number # 行番号がつく set cursorline # 現在の行に下線がつく だいたいここの移...

0
0
Comment0
yumaito

@yumaito

git系メモ

gitconfig systemを開くとき $ git config --system -e globalを開くとき $ git config --global -e 中身 /usr/local...

1
1
Comment0

8 search resultsShowing 1~8 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in