JavaScript Promiseの本 v1
promiseオブジェクトを返す関数の配列 var tasks = [request.comment, request.people]; var promise = Promise.resolve(); // スタート地点 for (var i = 0; i < tasks.length; i++) { var task = tasks[i]; promise results; } var pushValue = recordValue.bind(null, []); var tasks = [request.comment, request.people]; return tasks.reduce(function (promise, task) { return promise.then(task).then(pushValue); sequenceTasks と いうものを作ってみます。 以下のように書くことができれば、 tasks が順番に処理されていくことが関数名から見て分 かるようになります。 var tasks = [request.comment, request.people]; sequenceTasks(tasks); 逐次処理を行う関数を定義する 基本的には、reduceを使ったやり方を関数として切り離せばいいだけですね。0 码力 | 115 页 | 1.06 MB | 1 年前3JavaScript Promiseの本 v2
promiseオブジェクトを返す関数の配列 const tasks = [request.comment, request.people]; let promise = Promise.resolve();// スタート地点 for (let i = 0; i < tasks.length; i++) { const task = tasks[i]; promise results; } const pushValue = recordValue.bind(null, []); const tasks = [request.comment, request.people]; return tasks.reduce((promise, task) => { return promise.then(task).then(pushValue); sequenceTasks と いうものを作ってみます。 以下のように書くことができれば、 tasks が順番に処理されていくことが関数名から見て分 かるようになります。 const tasks = [request.comment, request.people]; sequenceTasks(tasks); 逐次処理を行う関数を定義する 基本的には、reduceを使ったやり方を関数として切り離せばいいだけですね。0 码力 | 137 页 | 1.17 MB | 1 年前3PlantUML 1.2019.3 言語リファレンスガイド
@endgantt 10.8 Simplified task succession It's possible to use the then keyword to denote consecutive tasks. @startgantt [Prototype design] lasts 14 days then [Test prototype] lasts 4 days then [Deploy prototype] prototype] [Prototype design] -> [Prepare test] @endgantt 10.9 Separator You can use -- to group tasks together. @startgantt [Task1] lasts 10 days then [Task2] lasts 4 days -- Phase Two -- then [Task3] [Task3] lasts 5 days then [Task4] lasts 6 days @endgantt 10.10 Working with resources You can affect tasks on resources using the on keyword and brackets for resource name. PlantUML 言語リファレンスガイド (1.2019.3)0 码力 | 160 页 | 1.80 MB | 1 年前3PlantUML 1.2019.2 言語リファレンスガイド
@endgantt 10.8 Simplified task succession It's possible to use the then keyword to denote consecutive tasks. @startgantt [Prototype design] lasts 14 days then [Test prototype] lasts 4 days then [Deploy prototype] prototype] [Prototype design] -> [Prepare test] @endgantt 10.9 Separator You can use -- to group tasks together. @startgantt [Task1] lasts 10 days then [Task2] lasts 4 days -- Phase Two -- then [Task3] [Task3] lasts 5 days then [Task4] lasts 6 days @endgantt 10.10 Working with resources You can affect tasks on resources using the on keyword and brackets for resource name. PlantUML 言語リファレンスガイド (1.2019.2)0 码力 | 160 页 | 1.80 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2019.1)
ガントチャート 10.8 Simplified task succession It's possible to use the then keyword to denote consecutive tasks. @startgantt [Prototype design] lasts 14 days then [Test prototype] lasts 4 days then [Deploy prototype] prototype] [Prototype design] -> [Prepare test] @endgantt 10.9 Separator You can use -- to group tasks together. @startgantt [Task1] lasts 10 days then [Task2] lasts 4 days -- Phase Two -- then [Task3] [Task3] lasts 5 days then [Task4] lasts 6 days @endgantt 10.10 Working with resources You can affect tasks on resources using the on keyword and brackets for resource name. @startgantt [Task1] on {Alice}0 码力 | 148 页 | 1.92 MB | 1 年前3PlantUML 1.2019.6 言語リファレンスガイド
@endgantt 10.8 Simplified task succession It's possible to use the then keyword to denote consecutive tasks. @startgantt [Prototype design] lasts 14 days then [Test prototype] lasts 4 days then [Deploy prototype] prototype] [Prototype design] -> [Prepare test] @endgantt 10.9 Separator You can use -- to group tasks together. @startgantt [Task1] lasts 10 days then [Task2] lasts 4 days -- Phase Two -- then [Task3] [Task3] lasts 5 days then [Task4] lasts 6 days @endgantt 10.10 Working with resources You can affect tasks on resources using the on keyword and brackets for resource name. PlantUML 言語リファレンスガイド (1.2019.6)0 码力 | 174 页 | 1.99 MB | 1 年前3PlantUML 1.2019.4 言語リファレンスガイド
@endgantt 10.8 Simplified task succession It's possible to use the then keyword to denote consecutive tasks. @startgantt [Prototype design] lasts 14 days then [Test prototype] lasts 4 days then [Deploy prototype] prototype] [Prototype design] -> [Prepare test] @endgantt 10.9 Separator You can use -- to group tasks together. @startgantt [Task1] lasts 10 days then [Task2] lasts 4 days -- Phase Two -- then [Task3] [Task3] lasts 5 days then [Task4] lasts 6 days @endgantt 10.10 Working with resources You can affect tasks on resources using the on keyword and brackets for resource name. PlantUML 言語リファレンスガイド (1.2019.4)0 码力 | 168 页 | 1.90 MB | 1 年前3Debian リファレンス v2.124
優先度 (priority): 必須 (required) > 重要 (important) > 標準 (standard) > 任意 (optional) > 特別 (extra) • タスク (tasks): ” デスクトップ環境” のようなタスクにリストされたパッケージ • 依存パッケージにより選ばれたパッケージ (例えば、gcc による gcc-10) • ポプコン: 投票やインストールの数が多い パッケージの debtags によるタグ付け状況を改善するのにご協力下さい! 標準” パッケージ画面” はパッケージを dselect にいくつかの機能を加えた感じで分類します。 ティップ Tasks ビューはあなたのタスクに使うパッケージをいいとこ取りするのに使えます。 Debian リファレンス 56 / 259 分類 ビューの説明 更新可能なパッケージ section → area な方法については項9.3.9を参照 下さい。 2.3 aptitude 操作例 aptitude(8) 操作例を次に示します。 2.3.1 興味あるパッケージの探索 パッケージの説明や”Tasks” の下のリストを使ってあなたが必要なパッケージを aptitude で見つけることができ ます。 Debian リファレンス 59 / 259 2.3.2 regex にマッチするパッケージ名のパッケージをリスト0 码力 | 287 页 | 1.60 MB | 1 年前3KiCad 8.0 イントロダクション
Requirements KiCad is capable of running on a wide variety of hardware and operating systems, but some tasks may be slower or more difficult on lower-end hardware. For the best experience, a dedicated graphics0 码力 | 25 页 | 705.63 KB | 1 年前3KiCad 8.0 ことはじめ
KiCad community. 3 Basic Concepts and Workflow The typical workflow in KiCad consists of two main tasks: drawing a schematic and laying out a circuit board. The schematic is a symbolic representation0 码力 | 53 页 | 2.34 MB | 1 年前3
共 14 条
- 1
- 2