KiCad 8.0 PCB Editoroption from the drop-down menu and select the preset to be deleted from the list. Net and net class controls The Nets tab of the appearance panel shows a list of all nets and net classes in the board Tab Shift 7 Each net and net class can also have a color assigned. By default, this color applies to the ratsnest lines for the net (or for all the nets in the net class). Nets have no color by default; Double-click or right-click a net or net class color swatch to set the color. NOTE The Default net class cannot have a color assigned, as nets in this class will just use the default ratsnest color defined0 码力 | 204 页 | 6.90 MB | 1 年前3
Krita 5.2 マニュアル
スクリプトとは何でしょうか? Python スクリプトって何? Python はスクリプト言語で、タスクを自動化するのに使われます。Krita で Python スクリプトが意味するところは、Krita に API を追加し、Krita の部分 に Python プログラミングを使ってアクセスできることです。これでドッ カーを作り、たくさんの異なるファイルに単純な処理をさせたりエクス ポート自体を作ることもできます。VFX で使える関数 や使い方についてもっと知りたいときは、Krita API リファレンスドキュメ ントに行きます。 Krita の API LibKis API Overview [https://api.kde.org/krita/html/index.html] Krita class documentation [https://api.kde.org/krita/html/annotated.html] html] これらのページは最初はちんぷんかんぷんに見えるかもしれません。なぜ なら Krita の API ドキュメントは Krita が書かれた C++ 言語に基づいている からです。魔法は Python の SIP と呼ばれるツールにあり、これを用いるこ とで Python に C++ を喋らせたり、Krita と会話できるようになります。結 果、import krita を行い、関数を呼び出したときに、ドキュメントに書か0 码力 | 1591 页 | 79.16 MB | 1 年前3
KiCad 8.0 Schematic Editorsheet. For connections between two different sheets, use global or hierarchical labels. Place a net class directive label. Place a global label. All global labels with the same name are connected, even when Schematic Setup dialog. Labels can also have fields added to them. Two fields have special meaning ( Net Class and Sheet References , described below), but arbitrary fields can also be added. Label fields behave classes. A label field named Net Class assigns the specified netclass to the net associated with the label. To make it easier to assign net classes in this way, Net Class is the default name for new label0 码力 | 194 页 | 7.86 MB | 1 年前3
JavaScript Promiseの本 v2................................................................................... 124 Promises API Reference ........................................................................................ Promisesは元がPromises/A+というコミュニティベースの仕様であ るため、多くの実装ライブラリがあります。 ブラウザネイティブの機能、またはライブラリを使うことで今すぐ利用できるPromiseについ て基本的なAPIから学んでいきます。 その中でPromiseの得意/不得意を知り、Promiseを 活用したJavaScriptを書けることを目的としています。 本書を読むにあたって この書籍では、JavaSc Primer18 を参照してください。 • 関数と宣言 · JavaScript Primer #jsprimer19 Promise Overview ES Promisesの仕様で定義されているAPIはそこまで多くはありません。 大きく分けて以下の3種類になります。 Constructor Promiseは XMLHttpRequest のように、コンストラクタ関数である Promise0 码力 | 137 页 | 1.17 MB | 1 年前3
Comprehensive Rust(日语) 202412AIDL インターフェース . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 34.1.2 Generated Service API . . . . . . . . . . . . . . . . . . . . . . . . . . 206 5 34.1.3 サービスの実装 . . . . . . . . . . . . . . 208 34.1.6 AIDL クライアント . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 34.1.7 API の変更 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 34.1.8 Updating Client and Bare-metal: a whole-day class on using Rust for bare-metal (embedded) development. Both microcontrollers and application processors are covered. • Concurrency: a whole-day class on concurrency in Rust0 码力 | 381 页 | 1.36 MB | 10 月前3
JavaScript Promiseの本 v1................................................................................... 102 Promises API Reference ........................................................................................ Promisesは元がPromises/A+というコミュニティベースの仕様で あるため、多くの実装ライブラリがあります。 ブラウザネイティブの機能、またはライブラリを使うことで今すぐ利用できるPromiseについ て基本的なAPIから学んでいきます。 その中でPromiseの得意/不得意を知り、Promiseを 活用したJavaScriptを書けるようになることを目的としています。 本書を読むにあたって この書籍ではJa Promiseを使う理由の一つであるといえるでしょう。 それでは、実際にJavaScriptでのPromiseについて学んでいきましょう。 Promise Overview ES6 Promisesの仕様で定義されているAPIはそこまで多くはありません。 大きく分けて以下の3種類になります。 Constructor Promiseは XMLHttpRequest のように、コンストラクタ関数である Promise0 码力 | 115 页 | 1.06 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)skinparam sequenceParticipant underline actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate ActorFontSize 17 ActorFontName Aapex } actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate (inline style) 2 ユースケース図 [Ref. QA-3770 and QA-3816] [See similar feature on deployment-diagram or class diagram] 2.17 Change element color and style (inline style) You can change the color or style of0 码力 | 393 页 | 4.27 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)skinparam sequenceParticipant underline actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate ActorFontSize 17 ActorFontName Aapex } actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate クラス図 3.1 要素の定義 @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle () circle_short_form class class diamond diamond <> diamond_short_form entity entity enum0 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 言語リファレンスガイドskinparam sequenceParticipant underline actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate ActorFontSize 17 ActorFontName Aapex } actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate クラス図 3.1 要素の定義 @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle () circle_short_form class class diamond diamond <> diamond_short_form entity entity enum0 码力 | 412 页 | 4.46 MB | 1 年前3
PlantUML 1.2020.23 言語リファレンスガイドskinparam sequenceParticipant underline actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate ActorFontSize 17 ActorFontName Aapex } actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate Declaring element @startuml abstract abstract abstract class "abstract class" annotation annotation circle circle () circle_short_form class class diamond diamond <> diamond_short_form entity entity enum0 码力 | 306 页 | 3.19 MB | 1 年前3
共 21 条
- 1
- 2
- 3













