积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(13)UML(12)前端开发(2)综合其他(2)JavaScript(2)系统运维(1)KiCad(1)Rust(1)Krita(1)存储(1)

语言

全部日语(18)

格式

全部PDF文档 PDF(17)其他文档 其他(1)
 
本次搜索耗时 0.078 秒,为您找到相关结果约 18 个.
  • 全部
  • 后端开发
  • UML
  • 前端开发
  • 综合其他
  • JavaScript
  • 系统运维
  • KiCad
  • Rust
  • Krita
  • 存储
  • 全部
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 CurveBS IO Processing Flow

    CurveBS I/O processing flow Before introducing IO processing flow, we first describe the overall architecture, data organization and topology structure of CURVE. CurveBS uses the central the NEBDServer, which affects services in few seconds. CurveBS IO processing flow Overall process The flow of user's read and write request to curve: 1. The user initiates a request (fd=1 6. At last, the Client notifies the user that the request is completed.Chunkserver processing flow CopysetNode is essentially a wrapper around the RAFT algorithm. The Copyset module encapsulates
    0 码力 | 13 页 | 2.03 MB | 6 月前
    3
  • pdf文档 JavaScript Promiseの本 v1

    resolve された時の処理(onFulfilled) • promiseオブジェクトが reject された時の処理(onRejected) Figure 2. promise value flow まずは、 getURL で通信が成功して値が取得できた場合の処理を書いてみましょう。 この場合の 通信が成功した というのは、 resolveされたことにより promiseオブジェクトが すなわちメソッドチェーンが短いことはよいことです。 この例では説明のために長いメソッドチェーンを用います。 次のようなpromise chainを見てみましょう。 promise-then-catch-flow.js function taskA() { console.log("Task A"); } function taskB() { console.log("Task B"); then(finalTask); このようなpromise chainをつなげた場合、 それぞれの処理の流れは以下のように図で表 せます。 Figure 3. promise-then-catch-flow.jsの図 上記のコードでは then は第二引数(onRejected)を使っていないため、 以下のように読み 替えても問題ありません。 23 JavaScript Promiseの本
    0 码力 | 115 页 | 1.06 MB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v2

    resolve された時の処理(onFulfilled) • promiseオブジェクトが reject された時の処理(onRejected) Figure 2. promise value flow まずは、 fetchURL で通信が成功して値が取得できた場合の処理を書いてみましょう。 この場合の 通信が成功した というのは、 resolveされたことにより promiseオブジェクトが すなわちメソッドチェーンが短いことはよいことです。 この例では説明のために長いメソッドチェーンを用います。 次のようなpromise chainを見てみましょう。 promise-then-catch-flow.js function taskA() { console.log("Task A"); } function taskB() { console.log("Task B"); then(finalTask); このようなpromise chainをつなげた場合、 それぞれの処理の流れは以下のように図で表 せます。 Figure 3. promise-then-catch-flow.jsの図 上記のコードでは then は第二引数(onRejected)を使っていないため、 以下のように読み 替えても問題ありません。 24 JavaScript Promiseの本
    0 码力 | 137 页 | 1.17 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)

    RelationTypes がサポートされています: • Access • Aggregation • Assignment • Association • Composition • Flow • Influence • Realization • Serving • Specialization • Triggering 次の Directions がサポートされています: j13, Serving) Rel_Realization(i12, j12, Realization) Rel_Influence(i11, j11, Influence) Rel_Flow(i10, j10, Flow) Rel_Composition(i9, j9, Composition) Rel_Association_dir(i8, j8, Association_dir) Rel_Association(i7 j13, Serving) Rel_Realization(i12, j12, Realization) Rel_Influence(i11, j11, Influence) Rel_Flow(i10, j10, Flow) Rel_Composition(i9, j9, Composition) Rel_Association_dir(i7, j7, \nAssociation_dir) Rel_Association(i7
    0 码力 | 545 页 | 7.75 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)

    RelationTypes がサポートされています: • Access • Aggregation • Assignment • Association • Composition • Flow • Influence • Realization • Serving • Specialization • Triggering 次の Directions がサポートされています: j13, Serving) Rel_Realization(i12, j12, Realization) Rel_Influence(i11, j11, Influence) Rel_Flow(i10, j10, Flow) Rel_Composition(i9, j9, Composition) 'Rel_Association_dir(i8, j8, Association_dir) Rel_Association(i7 'Relationships Rel_Flow_Left(someBusinessProcess, businessObject, "") Rel_Serving_Up(itSupportService, someBusinessProcess, "") Rel_Specialization_Up(webpageBehaviour, itSupportService, "") Rel_Flow_Right(dataObject
    0 码力 | 393 页 | 4.27 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)

    RelationTypes がサポートされています: • Access • Aggregation • Assignment • Association • Composition • Flow • Influence • Realization • Serving • Specialization • Triggering 次の Directions がサポートされています: j13, Serving) Rel_Realization(i12, j12, Realization) Rel_Influence(i11, j11, Influence) Rel_Flow(i10, j10, Flow) Rel_Composition(i9, j9, Composition) 'Rel_Association_dir(i8, j8, Association_dir) Rel_Association(i7 'Relationships Rel_Flow_Left(someBusinessProcess, businessObject, "") Rel_Serving_Up(itSupportService, someBusinessProcess, "") Rel_Specialization_Up(webpageBehaviour, itSupportService, "") Rel_Flow_Right(dataObject
    0 码力 | 399 页 | 4.33 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 言語リファレンスガイド

    RelationTypes がサポートされています: • Access • Aggregation • Assignment • Association • Composition • Flow • Influence • Realization • Serving • Specialization • Triggering 次の Directions がサポートされています: j13, Serving) Rel_Realization(i12, j12, Realization) Rel_Influence(i11, j11, Influence) Rel_Flow(i10, j10, Flow) Rel_Composition(i9, j9, Composition) 'Rel_Association_dir(i8, j8, Association_dir) Rel_Association(i7 'Relationships Rel_Flow_Left(someBusinessProcess, businessObject, "") Rel_Serving_Up(itSupportService, someBusinessProcess, "") Rel_Specialization_Up(webpageBehaviour, itSupportService, "") Rel_Flow_Right(dataObject
    0 码力 | 412 页 | 4.46 MB | 1 年前
    3
  • epub文档 Krita 5.2 マニュアル

    mixture. We can mix even more easily with glazing when we set our brush's flow to a lower setting. Subtly different than opacity, flow is transparency per dab instead of stroke, and so it gives us softer strokes blending mode will darken and interact with each base color differently. Then, using a brush with low flow (~0.30), we can pick the resulting colors and lay down more layers. Not only does this help you define three-dimensionality, it also gives quite a nice, painterly effect! Continue with a lower opacity and flow to create even smoother gradients. Make your edges as sharp or smooth as your subject matter and art
    0 码力 | 1591 页 | 79.16 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.3 言語リファレンスガイド

    'Relationships Rel_Flow_Left(someBusinessProcess, businessObject, "") Rel_Serving_Up(itSupportService, someBusinessProcess, "") Rel_Specilization_Up(webpageBehaviour, itSupportService, "") Rel_Flow_Right(dataObject
    0 码力 | 160 页 | 1.80 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.2 言語リファレンスガイド

    'Relationships Rel_Flow_Left(someBusinessProcess, businessObject, "") Rel_Serving_Up(itSupportService, someBusinessProcess, "") Rel_Specilization_Up(webpageBehaviour, itSupportService, "") Rel_Flow_Right(dataObject
    0 码力 | 160 页 | 1.80 MB | 1 年前
    3
共 18 条
  • 1
  • 2
前往
页
相关搜索词
CurveBSIOProcessingFlowJavaScriptPromisev1v2PlantUMLUML言語Version1.2023111.2021Krita5.21.2019
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩