积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(5)UML(4)前端开发(2)系统运维(2)综合其他(2)JavaScript(2)Linux(1)KiCad(1)Rust(1)Krita(1)

语言

全部日语(11)

格式

全部PDF文档 PDF(10)其他文档 其他(1)
 
本次搜索耗时 0.056 秒,为您找到相关结果约 11 个.
  • 全部
  • 后端开发
  • UML
  • 前端开发
  • 系统运维
  • 综合其他
  • JavaScript
  • Linux
  • KiCad
  • Rust
  • Krita
  • 全部
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PlantUML 1.2019.3 言語リファレンスガイド

    definition You can also define macro with arguments. @startuml !define module(x) component x <<module>> module(ABC) module(XYZ) @enduml Macro can have several arguments. @startuml !define send(a,b polymorphic with argument count. @startuml !define module(x) component x <<module>> !define module(x,y) component x as y <<module>> module(foo) module(bar, barcode) @enduml You can use system environment
    0 码力 | 160 页 | 1.80 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.2 言語リファレンスガイド

    definition You can also define macro with arguments. @startuml !define module(x) component x <<module>> module(ABC) module(XYZ) @enduml Macro can have several arguments. @startuml !define send(a,b polymorphic with argument count. @startuml !define module(x) component x <<module>> !define module(x,y) component x as y <<module>> module(foo) module(bar, barcode) @enduml You can use system environment
    0 码力 | 160 页 | 1.80 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2019.1)

    definition You can also define macro with arguments. @startuml !define module(x) component x <<module>> module(ABC) module(XYZ) @enduml Macro can have several arguments. @startuml !define send(a,b polymorphic with argument count. @startuml !define module(x) component x <<module>> !define module(x,y) component x as y <<module>> module(foo) module(bar, barcode) @enduml You can use system environment
    0 码力 | 148 页 | 1.92 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.4 言語リファレンスガイド

    definition You can also define macro with arguments. @startuml !define module(x) component x <<module>> module(ABC) module(XYZ) @enduml Macro can have several arguments. @startuml !define send(a,b polymorphic with argument count. @startuml !define module(x) component x <<module>> !define module(x,y) component x as y <<module>> module(foo) module(bar, barcode) @enduml You can use system environment
    0 码力 | 168 页 | 1.90 MB | 1 年前
    3
  • pdf文档 CurveBS IO Processing Flow

    1. A CopySet, as the basic unit of a consistent replication group, contains Consensus Module and Log Module. 2. The State Machine corresponds to the chunk in the CurveBS, and it applies the operations the CurveBS Client has been optimized to decouple the application from libcurve and add a NEBD module to join the two. l Nebdclient: Forward the requests from QEMU and curve-NBD to the specified processing flow CopysetNode is essentially a wrapper around the RAFT algorithm. The Copyset module encapsulates the RAFT Node of BRaft and implements the user state machine of BRaft. Take a write
    0 码力 | 13 页 | 2.03 MB | 5 月前
    3
  • pdf文档 JavaScript Promiseの本 v1

    より、内部的に使われてるケースが多いでしょう。 非同期処理を行うライブラリを書く際には、まずはコールバックスタイ ルの関数を書いて公開APIとすることをオススメします。 Node.jsのCore moduleがこの方法をとっているように、ライブラリが提 供するのは基本となるコールバックスタイル関数としたほうが、 利用者 がPromiseやGenerator等の好きな方法で実装ができるためです。 最 これらの処理をまとめたモジュールを作れば今後の拡張がしやすいですし、 一つの関数が やることも小さくて済むので見通しも良くなると思います。 モジュールの作り方は色々作法(AMD,CommonJS,ES6 module etc..)があるので ここで は、先ほどの cancelableXHR をNode.jsのモジュールとして作りなおしてみます。 cancelableXHR.js "use strict"; readyState !== XMLHttpRequest.UNSENT) { request.abort(); } } module.exports.createXHRPromise = createXHRPromise; module.exports.abortPromise = abortPromise; 使い方もシンプルに createXHRPromise でXHR
    0 码力 | 115 页 | 1.06 MB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v2

    より、内部的に使われてるケースが多いでしょう。 非同期処理を行うライブラリを書く際には、まずはコールバックスタイ ルの関数を書いて公開APIとすることをオススメします。 Node.jsのCore moduleがこの方法をとっているように、ライブラリが提 供するのは基本となるコールバックスタイル関数としたほうが、 利用者 がPromiseやGenerator等の好きな方法で実装ができるためです。 最 すし、 一つの関数が やることも小さくて済むので見通しも良くなると思います。 90 JavaScript Promiseの本 モジュールの作り方は色々作法(AMD,CommonJS,ES module etc..)があるので ここで は、先ほどの cancelableXHR をNode.jsのモジュールとして作りなおしてみます。 cancelableXHR.js "use strict"; readyState !== XMLHttpRequest.UNSENT) { request.abort(); } } module.exports.createXHRPromise = createXHRPromise; module.exports.abortPromise = abortPromise; 使い方もシンプルに createXHRPromise でXHR
    0 码力 | 137 页 | 1.17 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(日语) 202412

    。 mod foo { pub fn do_something() { println!("In the foo module"); } } mod bar { pub fn do_something() { println!("In the bar module"); } } fn main() { foo::do_something(); bar::do_something(); はそれを別のファイルで探します。 mod garden; This tells Rust that the garden module content is found at src/garden.rs. Similarly, a garden::vegetables module can be found at src/garden/vegetables.rs. crate ルートは以下の場所にあります。 十分に実っている畑で作物を収穫します。 pub fn harvest(garden: &mut Garden) { todo!() } • Rust 2018 より前では、モジュールを module.rs ではなく module/mod.rs に配置する必要 がありました。これは 2018 以降のエディションでも依然としてサポートされています。 • filename/mod.rs の代わりに filename
    0 码力 | 381 页 | 1.36 MB | 10 月前
    3
  • pdf文档 KiCad 8.0 PCB Editor

    reflects the internal object structure inside KiCad’s Board Editor. It is provided by the pcbnew module in Python. NOTE Because the API is tightly coupled to KiCad’s internals, the API will change over python3 import sys from pcbnew import * filename=sys.argv[1] pcb = LoadBoard(filename) # Find module U304 u304 = pcb.FindFootprintByReference('U304') pads = u304.Pads() # Iterate over pads, printing
    0 码力 | 204 页 | 6.90 MB | 1 年前
    3
  • pdf文档 Debian リファレンス v2.124

    aptitude search ’~n(pam|nss).*ldap’ p libnss-ldap - NSS module for using LDAP as a naming service p libpam-ldap - Pluggable Authentication Module allowing LDAP interfaces これはパッケージの正確な名前を探すときに非常に便利です。 default=ignore] pam_unix.so obscure use_authtok try_first_pass ←� yescrypt # here’s the fallback if no module succeeds password requisite pam_deny.so # prime the stack with a positive return value if there V:430, I:989 113 initramfs をビルドするツール (Debian 固有) dkms V:74, I:162 196 動的カーネルモジュールサポート (DKMS) (汎用) module-assistant V:0, I:19 406 モジュールパッケージ作成用ヘルパーツール (Debian 固有) devscripts V:6, I:40 2658 Debian パッケージメンテナ用ヘルパースクリプト
    0 码力 | 287 页 | 1.60 MB | 1 年前
    3
共 11 条
  • 1
  • 2
前往
页
相关搜索词
PlantUML1.2019言語UMLVersionCurveBSIOProcessingFlowJavaScriptPromisev1v2ComprehensiveRust日语202412KiCad8.0PCBEditorDebian124
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩