Krita 5.2 マニュアル
に限定しないアートやテクノロジー に関する一般的な概念を学ぶ。 Krita FAQ Krita に関してよくある質問を検索する。 Resources あなたの作品にバラエティを与えるテク スチャ、ブラシパック、python プラグイ ンです。 索引 用語検索のためのマニュアル索引 ユーザーマニュアル オンラインマニュアルで Krita の機能を確認してください。他のアプリケー ションからの移行に役立つガイドです。 表示モード グローバス選択マスク (選択に描く) レイヤーの透過性から選択 ピクセルとベクター選択タイプ 選択を使うときの主なショートカット Python スクリプト Python プラグイン管理 Python スクリプトへの導入 Krita の Python プラグインを作成する方法 タグ管理 ブラシに新しいタグを追加する ブラシに既にあるタグを割り当てる タグの名前を変える タグの削除 ソフトプルーフ Shift + Alt + 。 Python スクリプト Python スクリプトのためのセクションです。 コンテンツ: Python プラグイン管理 Python プラグインのインストール プラグインを使うには? プラグインを有効/無効にするには? Python スクリプトへの導入 Python スクリプトって何? 技術的な詳細 Krita の Python プラグインを作成する方法0 码力 | 1591 页 | 79.16 MB | 1 年前3
KiCad 8.0 PCB Editorselected theme will look. 145 Action plugins The KiCad PCB editor supports plugins written in Python that can perform actions on the board being edited. These plugins can be installed using the built-in Hole sizes Scripting Scripting allows you to automate tasks within KiCad using the Python language. KiCad provides an API for editing PCBs that can be used interactively or in standalone scripts. Board Footprint Wizard API that can be used to create footprint creation plugins for the Footprint Editor. This manual covers general scripting concepts for the Board Editor’s pcbnew API as well as for the0 码力 | 204 页 | 6.90 MB | 1 年前3
KiCad 8.0 Schematic Editorル・ルール・チェック (ERC) 多くの形式 (Postscript, PDF, HPGL, SVG) をサポートしたプロットファイルのエクスポート。 (様々なフォーマットを設定できるよう Python か XSLT のスクリプトを使用した)部品表 (BOM) の生成。 The Schematic Editor supports multi-sheet schematics in several are included with KiCad, and users can also create their own. BOM generator scripts generally use Python or XSLT, but other tools can be used as long as you can specify a command line for KiCad to execute Add Generator… button. Custom generators are external tools that are called by KiCad, for example Python scripts or XSLT stylesheets. For more information on custom netlist generators, see the section0 码力 | 194 页 | 7.86 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 or contrast the Rust approach. If you know how to program in a dynamically-typed language such as Python or JavaScript, then you will be able to follow along just fine too. これはスピーカーノートの一例です。これを使用してスライドを捕捉します。講師がカバーすべき要点0 码力 | 381 页 | 1.36 MB | 11 月前3
Debian リファレンス v2.124Printing System や Samba や GNOME や KDE や Mozilla や LibreOffice や Vim や TeX や LaTeX や DocBook や Perl や Python や Tcl や Java や Ruby や PHP や Berkeley DB や MariaDB や PostgreSQL や Exim や Postfix や Mutt や FreeBSD pcregrep(1) はテキストのパターンマッチを Perl 互換正規表現 (PCRE) パターンを使 ってします。 – re モジュールとともに使うことで python(1) は考え得る全てのテキスト処理をします。”/usr/share/doc/python/html/index.html” を参照下さい。 もしこれらのコマンドが正確にどう動作するかを確認したいなら、”man command” を使って自分で見つけましょ 1を参照)ではなく、C または C.UTF-8 ロケールを使います。 注意 Perl 正規表現 (perlre(1)) と Perl 互換正規表現 (PCRE) と re モジュールで提供される Python 正規表現は ERE に多くの共通の拡張をしています。 1.6.2 正規表現 正規表現は多くのテキスト処理ツールで使われています。シェルグロブに類似していますがより複雑で強力です。 正規表0 码力 | 287 页 | 1.60 MB | 1 年前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
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
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)す。(訳者注:そのため、別途インストールする必要はありません。) PlantUML は、JavaScript エンジンを読み込んで JavaScript コードを実行するために、Java Scripting API (特に、new ScriptEngineManager().getEngineByName("JavaScript");) に依存しています。Java 8 には Nashorn という JavaScript $text2 alice -> bob : id(aa) alice -> bob : id(ab,cd) @enduml 24.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description="" left to right direction Users(sources, "Events", "millions of users") APIGateway(votingAPI, "Voting API", "user votes") Cognito(userAuth, "User Authentication", "jwt to submit votes") Lambda(generateToken0 码力 | 393 页 | 4.27 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)す。(訳者注:そのため、別途インストールする必要はありません。) PlantUML は、JavaScript エンジンを読み込んで JavaScript コードを実行するために、Java Scripting API (特に、new ScriptEngineManager().getEngineByName("JavaScript");) に依存しています。Java 8 には Nashorn という JavaScript $text2 alice -> bob : id(aa) alice -> bob : id(ab,cd) @enduml 25.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description="" left to right direction Users(sources, "Events", "millions of users") APIGateway(votingAPI, "Voting API", "user votes") Cognito(userAuth, "User Authentication", "jwt to submit votes") Lambda(generateToken0 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML 1.2020.23 言語リファレンスガイド10 Keywords arguments 20 前処理 alice -> bob : id(ab,cd) @enduml 20.10 Keywords arguments Like in Python, you can use keywords arguments : @startuml !unquoted procedure $element($alias, $description="" left to right direction Users(sources, "Events", "millions of users") APIGateway(votingAPI, "Voting API", "user votes") Cognito(userAuth, "User Authentication", "jwt to submit votes") Lambda(generateToken0 码力 | 306 页 | 3.19 MB | 1 年前3
共 14 条
- 1
- 2













