GUID を生成する 「Developer Command Prompt for VS」を開いて、uuidgen を実行する。 > uuidgen コマンドラインから PowerShell を使用して GUID を […]
カテゴリー:ソフトウェア開発
Elm
Elm Elm – A delightful language for reliable webapps [Official] elm/core: Elm’s core libraries  […]
COUNT 関数の使い方 [SQL]
使い方 COUNT 関数で条件に合致する件数を取得する – Qiita レコード数を取得する | 逆引き SQL 構文集 COUNT の使い方/レコード数取得 | IT を分かりやすく解説 COUNT 関数の […]
ツール [SQLite]
Datasette An Open Source Multi-Tool for Exploring and Publishing Data Datasette [Official] simonw/datasette &# […]
Google Cloud Platform
Google Cloud Platform Google Cloud [公式] コンソール Console | Google Cloud Platform [公式] 概要 Google Cloud Platform (G […]
OAuth 2.0
OAuth 2.0 OAuth Community Site (oauth.net) Code | OAuth (oauth.net) oauth-xx – GitHub 概要 一番分かりやすい OAuth […]
C++
リファレンス C++ 日本語リファレンス (cpprefjp.github.io) キャスト dynamic_cast const_cast static_cast reinterpret_cast C++ のキャスト […]
拡張機能を開発する方法 [VSCode]
導入 npm コマンドで、Yeoman と拡張機能の雛型ジェネレータをインストールする。 >npm install -g yo generator-code yo コマンドで雛型を生成する。 >yo code […]
正規表現の基本
概要 「正規表現」は、ある一定のパターンの文字列を探索、あるいは置換するために用いられる、パターンの表現形式である。細かい実装が異なることはあるが、多くの処理系で共通した記述規則を用いてパターンを定義できる。 記法の種類 […]
JSON スキーマバリデーション
JSON スキーマバリデーション Ajv epoberezkin/ajv: The fastest JSON Schema Validator. Supports draft-04/06/07 – GitHu […]