Krita 5.2 マニュアル
graphics by first making a vector layer (press the arrow button next to the + in the layer docker to get extra layer types). Then, all the usual drawing tools outside the Freehand, Dynamic and the Multibrush ョン で厳密な座標を指定することができます。 ノードの編集と特別なパラメータ If you have a shape selected, you can double-click it to get to the appropriate tool to edit it. Usually this is the Edit Shape tool, but for text this is the Text the default, you now know it. Maybe, after reading this, you may feel like changing the default, to get new and interesting results from filters, blending modes, or just the color smudge brush. What is0 码力 | 1591 页 | 79.16 MB | 1 年前3Debian リファレンス v2.124
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 2.2.1 apt と apt-get/apt-cache と aptitude の比較 . . . . . . . . . . . . . . . . . . . . . . . . . . 51 2.2.2 コマンドラインによる基本的なパッケージ管理操作 特定パッケージの問題解決のためのキーとなるウェッブサイトのリスト . . . . . . . . . . . . . . . . . . 50 2.6 apt(8) や aptitude(8) や apt-get(8) /apt-cache(8) を使うコマンドラインによる基本パッケージ 管理操作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . すが、コマンドラインや curses に基づく mc や vim 等のいくつかの文字ターミナルパッケージを apt-get(8) を使 って以下のように追加インストールすることから始めることを初心者にお薦めします。 # apt-get update ... # apt-get install mc vim sudo aptitude ... 既にこれらのパッケージがインストールされている0 码力 | 287 页 | 1.60 MB | 1 年前3JavaScript Promiseの本 v2
return new Promise((resolve, reject) => { const req = new XMLHttpRequest(); req.open("GET", URL, true); req.onload = () => { if (200 <= req.status && req.status < 300) { }; req.send(); }); } 12 JavaScript Promiseの本 // 実行例 const URL = "https://httpbin.org/get"; fetchURL(URL).then(function onFulfilled(value){ console.log(value); }).catch(function onRejected(error){ できます) promiseオブジェクトに処理を書く 先ほどの作成したpromiseオブジェクトを返す関数を実際に使ってみましょう。 fetchURL("https://httpbin.org/get"); // => promiseオブジェクトが返ってくる 13 JavaScript Promiseの本 Promises Overview でも簡単に紹介したようにpromiseオブジェクトは幾つかインスタン0 码力 | 137 页 | 1.17 MB | 1 年前3JavaScript Promiseの本 v1
new Promise(function (resolve, reject) { var req = new XMLHttpRequest(); req.open('GET', URL, true); req.onload = function () { if (req.status === 200) { Error(req.statusText)); }; req.send(); }); } // 実行例 var URL = "http://httpbin.org/get"; 11 JavaScript Promiseの本 getURL(URL).then(function onFulfilled(value){ console.log(value); FulFilledの状態になった 時ということですね。 resolveされた時の処理は、 .then メソッドに呼びたい関数を渡すことで行えます。 var URL = "http://httpbin.org/get"; getURL(URL).then(function onFulfilled(value){ console.log(value); }); 分かりやすくするため関数に onFulfilled0 码力 | 115 页 | 1.06 MB | 1 年前3Comprehensive Rust(日语) 202412
の手順に沿ってインストールしてください。 This will give you the Cargo build tool (cargo) and the Rust compiler (rustc). You will also get rustup, a command line utility that you can use to install to different compiler versions. Rust をインストールしたら、Rust 15 minutes 型と値 40 minutes 制御フローの基本 40 minutes 受講生に伝えてください: • They should ask questions when they get them, don't save them to the end. • The class is meant to be interactive and discussions are very much Experience with Java, Go, Python, JavaScript...: You get the same memory safety as in those languages, plus a similar high-level language feeling. In addition you get fast and predictable performance like C and0 码力 | 381 页 | 1.36 MB | 10 月前3KiCad 8.0 ことはじめ
… いずれの場合でも: The official KiCad user forum is a great place to connect with other KiCad users and get help. Join our communities on Discord or IRC for real-time discussion with users and developers. centered at all times. This feature is unusual, but many users find it useful F1 F2 10 once they get used to it. Try zooming in and out with the mouse cursor in different areas of the canvas. If the footprint libraries. The middle pane shows the symbols in the schematic. All of these symbols will get footprints assigned to them. The right pane shows the footprints that can be chosen for the symbol0 码力 | 53 页 | 2.34 MB | 1 年前3PlantUML 1.2020.23 言語リファレンスガイド
idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 +25 is await +50 is recv +25 is idle %function_exists("$some_function") true if the function has been defined %get_variable_value Retrieve some variable value %get_variable_value("$my_variable") the value of the variable %getenv Retrieve0 码力 | 306 页 | 3.19 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)
idle Client is idle @Client 0 is send Client -> Server@+25 : GET +25 is await +75 is recv +25 is idle +25 is send Client -> Server@+25 : GET\nIf-Modified-Since: 150 +25 is await +50 is recv +25 is idle %function_exists("$some_function") true if the function has been defined %get_variable_value Retrieve some variable value %get_variable_value("$my_variable") the value of the variable %getenv Retrieve0 码力 | 294 页 | 3.11 MB | 1 年前3PlantUML 1.2019.6 言語リファレンスガイド
variable %set_variable_value("$my_variable", "some_value") An empty string %get_variable_value Retrieve some variable value %get_variable_value("$my_variable") the value of the variable %getenv Retrieve dir, rectangle, "A label") @enduml Notes When mixing sprites macros with other elements you may get a syntax error if, for example, trying to add a rectangle along with classes. In those cases, add {0 码力 | 174 页 | 1.99 MB | 1 年前3PlantUML 1.2019.9 言語リファレンスガイド
variable %set_variable_value("$my_variable", "some_value") An empty string %get_variable_value Retrieve some variable value %get_variable_value("$my_variable") the value of the variable %getenv Retrieve dir, rectangle, "A label") @enduml Notes When mixing sprites macros with other elements you may get a syntax error if, for example, trying to add a rectangle along with classes. In those cases, add {0 码力 | 175 页 | 2.02 MB | 1 年前3
共 20 条
- 1
- 2