RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース 「TiDB」をKubernetesで動かしてみよう!
Online/Spring 38 tiup と tidb-operator $ tiup cluster deploy tidb-test v5.2.2 ./topology.yaml tiup $ kubectl apply -f tidb_cluster.yaml tidb-operator tiup cluster deploy 相当のことは kubectl apply 等で TidbCluster pingcap.com/v1alpha1 kind: TidbClusterAutoScaler metadata: name: auto-scaling-tikv spec: cluster: name: sample tikv: rules: cpu: max_threshold: 0.8 min_threshold:0 码力 | 71 页 | 6.65 MB | 1 年前3CurveBS IO Processing Flow
Server (MDS) l Manages and stores metadata information and persists the data in ETCD l Collect cluster status and schedule. 2. Chunkserverl Responsible for data storage l Multi-replicas consistency 1. Fs-meta Cluster is used to manage the inode and dentry metadata of files. The architecture is like CurveBS, so metadata scalability is very good in this way. 2. Fs-data cluster is used to store0 码力 | 13 页 | 2.03 MB | 5 月前3Krita 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 年前3JavaScript 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 年前3JavaScript 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 年前3KiCad 8.0 PCB Editor
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 Editor scripts can 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 the the footprint wizard API. Users wishing to write or modify scripts should also use the Doxygen documentation for these APIs located at https://docs.kicad.org/doxygen-python-8.0/namespaces.html. KiCad0 码力 | 204 页 | 6.90 MB | 1 年前3Comprehensive Rust(日语) 202412
AIDL インターフェース . . . . . . . . . . . . . . . . . . . . . . . . . . . 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 は、トレイト境界を持つ匿名のジェネリックパラメタのよ うなものです。 • 返り値の型に用いる場合は、特定のトレイトを実装する何らかの具象型を返すが、具体的な型名 は明示しないということを意味します。このことは公開される API に具象型を晒したくない場 合に便利です。 返り値の位置における型推論は困難です。impl Foo を返す関数は、それが返す具象型はソー スコードに書かれることないまま、具象型を選びます。collect()0 码力 | 381 页 | 1.36 MB | 10 月前3KiCad 8.0 Schematic Editor
configuration file that contains the necessary information for KiCad to connect to the providing library (API) and to retrieve data from it. Copy the template below into a new file and save it using the .kicad_httplib designed to conserve bandwidth resources, as it prevents KiCad from attempting to retrieve data from the API every time the user opens the Symbol Chooser Dialog. Such continuous data fetching, especially under performance. Server Response Codes If KiCad receives an API error, it will display an error message to the user. For more information about API errors and server responses, see the APIs and Bindings section0 码力 | 194 页 | 7.86 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)
す。(訳者注:そのため、別途インストールする必要はありません。) PlantUML は、JavaScript エンジンを読み込んで JavaScript コードを実行するために、Java Scripting API (特に、new ScriptEngineManager().getEngineByName("JavaScript");) に依存しています。Java 8 には Nashorn という JavaScript 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 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)
す。(訳者注:そのため、別途インストールする必要はありません。) PlantUML は、JavaScript エンジンを読み込んで JavaScript コードを実行するために、Java Scripting API (特に、new ScriptEngineManager().getEngineByName("JavaScript");) に依存しています。Java 8 には Nashorn という JavaScript 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
共 14 条
- 1
- 2