9 search resultsShowing 1~9 results

Stocked
ymaru

@ymaru

strict モード

このエントリは、ECMAScript5 の strict モードについてのメモです。 コード関連は、chromeで確認しています。 概要 strict モードにすることで幾つかの機能を制限します...

26
31
Comment0
ymaru

@ymaru

Bower メモ

Bower とは? Bower twitter社が作ったフロントエンド用のパッケージ管理ツールで、jquery/angularjs/reactなどのJSライブラリやbootstrapなどのCSS...

8
9
Comment0
ymaru

@ymaru

CentOS7 の sshd設定

CentOS7を新規インストール後に行ったsshd設定のメモです。 クライアント公開鍵の登録 予め、ssh-gen 等でクライアント公開鍵を作成しておきます。 $ cd ~ $ mkdir .s...

13
23
Comment0
ymaru

@ymaru

プロトタイプチェーン

このエントリは、プロトタイプチェーンについてまとめたメモです。 コード関連は、Node.js の REPL で確認してます。 prototype プロパティ 全ての関数は prototype と...

23
28
Comment0
ymaru

@ymaru

Linux で tar.xz 形式のファイルを解凍する

xz LZMA2のデータ圧縮アルゴリズムを採用したデータ圧縮フォーマット、およびその圧縮プログラム。 圧縮に時間がかかるが圧縮率は優秀です。 wikipedia:Xz_(ファイルフォーマット) ...

117
105
Comment3

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