32 search resultsShowing 1~20 results

Stocked
xiaopihang

@xiaopihang

PHPインストール

前置き Centos上にNginxをインストールし、これからphpを動かせたいです。 Centosでnginxをインストール手順 以下の手順でインストールを進めます phpインストール用のrem...

0
0
Comment0
xiaopihang

@xiaopihang

Centosでnginxをインストール手順

前置き centosでnginxを動かせたい時に、事前にやるところをリストします。 centosのバージョン確認 nginxのrepositoryを用意する nginxのインストール&サービスを...

0
0
Comment0
xiaopihang

@xiaopihang

dockerのいろいろ

docker build for イメージ作成 作り方 dockerfileいらない形式 inlines docker build docker build -t image_name_and_...

0
0
Comment0
xiaopihang

@xiaopihang

ubuntuサーバー構築

構築 ユーザー hoge ALL=NOPASSWD: ALL 上記の設定だと初回がパスワード入力とされて、%sudo ALL=(ALL:ALL) NOPASSWD:ALL を追加すれば上手く...

0
0
Comment0
xiaopihang

@xiaopihang

mobile UI

github star多いプロジェクト Material UI http://www.material-ui.com/ Elemental-UI http://elemental-ui.com/...

0
1
Comment0
xiaopihang

@xiaopihang

linux操作上の問題リスト

ファイル操作 grepする際にsymbolicの検索も含まれているので、それを排除するオープションがあるかな? selinuxの設定問題 理由がわかれば怖くない!SELinux とのつきあい方

0
2
Comment0
xiaopihang

@xiaopihang

vscodeのいろいろ

自分なりの設定 キーボードショットカット 大文字&&小文字の変換 Visual Studio Codeのキーボードショートカットメモ

2
0
Comment0
xiaopihang

@xiaopihang

Firebase いろいろ

child_added問題 child_added初期イベントで全部データを取ってしまう問題 参考: Firebaseの"child_added"で初期呼出しをスキップする方法 const no...

2
0
Comment0
xiaopihang

@xiaopihang

npm便利帳

nom command npmでインストールしたモジュール一覧 npm [-g] ls --depth=0 package.jsonへ依頼を追加する 直接にdependenciesキーに追加する...

0
0
Comment0
xiaopihang

@xiaopihang

git便利帳

git repository作成 初期設定 git init --bare --shared file名修正 file名修正 default branch設定 git symbolic-ref ...

5
5
Comment0
xiaopihang

@xiaopihang

Bashメモ

mount mount -t vboxsf -o uid=xxx,gid=xxx,dmode=0777,fmode=0777 name /dir/name prompt export MYSQL...

2
1
Comment0
xiaopihang

@xiaopihang

conemu

babun commands -new_console:d:C:\初期DIR %userprofile%.babun\cygwin\bin\mintty.exe /bin/env CHERE_...

0
0
Comment0
xiaopihang

@xiaopihang

MySQLのメモ帳

innodbの索引 索引は圧縮することができない(data領域はrow=compressみたいな設定がありますが) そのため主キーが多数サブキーが存在する際、小さいのほうが望ましいです grou...

1
1
Comment0
xiaopihang

@xiaopihang

MySQLのvarchar

5.3.3 non-NULL Variable-Length Array non-NULL Variable-Length Array是记录体中非空变长字段的实际长度数组,并标识该字段是否行外存...

0
0
Comment0
xiaopihang

@xiaopihang

MySQLメモ

設定ファイルの場所を確認 $ mysql --help | grep my.cnf order of preference, my.cnf, $MYSQL_TCP_PORT, /etc/my.c...

3
3
Comment0

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