モジュール名 | requireのモジュール名 | 説明 |
---|---|---|
Assertion | assert | テストに使用する |
Async Hooks | async_hooks | 非同期処理をするときに使用する |
Buffer | バイナリデータ用ストリームオブジェクトを扱うときに使用する | |
C++ Addons | C++で書いた動的にリンクした共有オブジェクトを使用できる | |
Child Processes | child_process | 外部プログラムの実行など子プロセスを実行、管理する |
Cluster | cluster | 複数の子プロセスを実行、管理する |
let ls = window.localStorage;
let string = "";
let currentSize = 0;
let currentKey = 0;
const _clearStorage = () => {
ls.clear();
currentSize = 0;
currentKey = 0;
{
"add main method": {
"prefix": "mainmethod",
"body": [
"static void Main(string[] args)",
"{",
" $1",
"}",
],
MacBookAir(2020) へ のUbuntuのインストール
Create installation media for Ubuntu | Ubuntu
[Jetson Nano][Ubuntu]MacでイメージをMicro SDカードにインストールする | Tsumikiasobi's Playground
[Macでメモリーカードをフォーマット。ファイルタイプをFAT32形式にする方法。 - websandbag ブログ](https://blog.websandbag.com/entry/2018/
- 調査した時期
- 2022/02/03