19 search resultsShowing 1~19 results

Stocked
d-forrest

@d-forrest

Linux 基本

基本コマンド ps -as 稼働中のプロセスを見る ps -ef|egrep|[見たいプロセス名]|[見たいプロセス名]|・・・|grep -v grep systemctl status fi...

0
0
Comment0
d-forrest

@d-forrest

bootstrap

bootstrap と bootstrap-sprocketsの違い bootstrapはライブラリ一括インポート。bootstrap-sprocketsは、各ライブラリ(alert.js、dr...

1
0
Comment0
d-forrest

@d-forrest

使えるGem

1. Devise 言わずもがな。認証系を司る化身 2. ransack 検索を凄く簡単に実装できる凄いやつ 3. whenever rubyファイルの定期実行。cronを司る 4. bette...

2
5
Comment0
d-forrest

@d-forrest

ファイナンス基礎

基本 事業や企業の将来生み出す価値を現在の価値に換算して投資とかの判断基準に使う 企業価値の出し方 FCFを求める FCF = 営業利益×(1-税率)+減価償却費-投資-△運転資本 WACCを求...

1
0
Comment0
d-forrest

@d-forrest

Javascript 覚書

JavascriptでTinderのスワイプ自動でやるための基本操作 基本 くり返し系 setIntervalとsetTimeout hoge.js function hoge(){ conso...

1
0
Comment1
d-forrest

@d-forrest

ビジネス基礎

企画書・提案書の基礎 説得力ある企画書の書き方 PASONAの法則 新・PASONAの法則 https://swingroot.com/pasona-formula/ ミッション・ビジョン・バリ...

1
4
Comment0
d-forrest

@d-forrest

ransack覚書

Ransackを使って複数単語に対してのAND検索を実装する。 Ransackはhashの形で変数を渡すことで、複雑な条件検索が可能になる。 ストロングパラメーター後のやり方。 例えば、titl...

0
0
Comment0
d-forrest

@d-forrest

Ruby Silver and Gold

Blockについて ものすごい解りやす買ったのが以下の記事 https://qiita.com/kidach1/items/15cfee9ec66804c3afd2 ブロックとは、 do~end...

0
0
Comment0
d-forrest

@d-forrest

Git覚書

特定のブランチからクローンする場合 $ git clone -b ブランチ名 [repositoryのアドレス] 特定のバージョンに戻す場合 1, ローカルにターゲットブランチのレポジトリをクロ...

0
0
Comment0
d-forrest

@d-forrest

Devise覚書

DeviseのConfirmが効いている状態で、アドミンが他のログインユーザーを作成する場合 普通のuser.new部分で confirmed_at を入れてあげればいい。 Deviseのcon...

2
3
Comment0
d-forrest

@d-forrest

デザイン覚え書き

ある枠の中で、対象のブロックを右下に移動させる。 position: absoluteは、親要素がrelativeだと、そこを基準にしたポジションとなる。 sample.scss .parten...

0
1
Comment0
d-forrest

@d-forrest

centos

centos7 初期設定手順メモ 前提:VMwareなどでCentos7をISOイメージファイルなどからインストールしている。 1. centos7のGUIによる設定 ・KeyboardはUSを...

0
2
Comment0

19 search resultsShowing 1~19 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