积分充值
 首页
前端开发
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)综合其他(4)KiCad(3)前端开发(2)JavaScript(2)系统运维(1)Linux(1)Rust(1)Krita(1)

语言

全部日语(20)

格式

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

    getAsync("fileA.txt", (error, result) => { if (error) { // 取得失敗時の処理 throw error; } // 取得成功の処理 }); コールバック関数の引数には(エラーオブジェクト, 結果)が入る Node.js等JavaScriptでのコールバック関数の第一引数には Error オブジェクトを渡す というルールを用いるケースがあります。 const promise = getAsyncPromise("fileA.txt"); promise.then((result) => { // 取得成功の処理 }).catch((error) => { // 取得失敗時の処理 }); promiseオブジェクトを返す 非同期処理を抽象化したpromiseオブジェクトというものを用意し、 そのpromiseオブジェ クトに対 asyncFunction().then((value) => { console.log(value); // => 'Async Hello world' }).catch((error) => { console.error(error); }); Promiseコンストラクタを new して、promiseオブジェクトを返します <1>のpromiseオブジェクトに対して .then で値が返ってきた時のコールバックを設
    0 码力 | 137 页 | 1.17 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 Schematic Editor

    flags indicate to the Electrical Rule Checker that the pin is intentionally unconnected and not an error. They also affect schematic connectivity for stacked symbol pins. Place a junction. This connects voltage regulator output attached to either net. Without these two flags, the ERC tool would diagnose: Error: Input Power pin not driven by any Output Power pins. The PWR_FLAG symbol is found in the power and warnings based on what types of pins are connected to each other. For example, by default an error is produced when an output pin is connected to another output pin. These panels are explained in
    0 码力 | 194 页 | 7.86 MB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v1

    getAsync("fileA.txt", function(error, result){ if(error){// 取得失敗時の処理 throw error; } // 取得成功の処理 }); コールバック関数の引数には(エラーオブジェクト, 結果)が入る Node.js等JavaScriptでのコールバック関数の第一引数には Error オブジェクトを渡す というルールを用いるケースがあります。 = getAsyncPromise("fileA.txt"); promise.then(function(result){ // 取得成功の処理 }).catch(function(error){ // 取得失敗時の処理 }); promiseオブジェクトを返す 非同期処理を抽象化したpromiseオブジェクトというものを用意し、 そのpromiseオブジェ クトに対して成功 then(function (value) { console.log(value); // => 'Async Hello world' }).catch(function (error) { console.error(error); }); Promiseコンストラクタを new して、promiseオブジェクトを返します <1>のpromiseオブジェクトに対して .then で値が返ってきた時のコールバックを設
    0 码力 | 115 页 | 1.06 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(日语) 202412

    . . . . . . . . . . . . . . . . . . . . 248 44.2.1 CXX Error Handling: QR Example . . . . . . . . . . . . . . . . . . . . 248 44.2.2 CXX Error Handling: PNG Example . . . . . . . . . . . . . . . . . The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling. コースの最新バージョンは https://google.github.io/comprehensive-rust/ にあります。 他の場所でお読みの場合は、そちらで最新情報をご確認ください。 the statement must be terminated with a ; as well. Remove the ; before println! to see the compiler error. 6.2 ループ Rust には、while、loop、for の 3 つのループキーワードがあります。 while while キーワード は、他の言語における while と非常によく似た働きをします。
    0 码力 | 381 页 | 1.36 MB | 10 月前
    3
  • pdf文档 KiCad 8.0 PCB Editor

    to approximate round shapes such as those of arcs and circles. This setting controls the maximum error allowed by this approximation: in other words, the maximum distance between a point on one of these but can be very slow on larger boards. The default value typically results in arc approximation error that is not detectable in the manufactured board due to manufacturing tolerances. Allow fillets you to configure the severity of each type of design rule check. Each rule may be set to create an error marker, a warning marker, or no marker (ignored). NOTE Individual rule violations may be ignored
    0 码力 | 204 页 | 6.90 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2020.23 言語リファレンスガイド

    QA-3931] 5.4 アクションの停止を伴う条件分 [kill, detach] if 節内でアクションを停止できます。 @startuml if (condition?) then :error; stop endif #palegreen:action; @enduml ただし、明確なアクションで停止したい場合は、キーワード「kill」または「detach」を使用できます: • kill 305 5.5 繰り返し(後判定) 5 アクティビティ図(ベータ版) #pink:error; kill endif #palegreen:action; @enduml [Ref. QA-265] • detach @startuml if (condition?) then #pink:error; detach endif #palegreen:action; @enduml 5 PlantUML 言語リファレンスガイド (1.2020.23) 89 / 305 5.7 繰り返し(前判定) 5 アクティビティ図(ベータ版) break endif ->NOK; :Alert "Error with long text"; repeat while (Something went wrong with long text?) is (yes) ->no; :Alert "Sucess";
    0 码力 | 306 页 | 3.19 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)

    stop on an action [kill, detach] You can stop action on a if loop. @startuml if (condition?) then :error; stop endif #palegreen:action; @enduml But if you want to stop at an precise action, you can use 293 5.5 繰り返し(後判定) 5 アクティビティ図(ベータ版) #pink:error; kill endif #palegreen:action; @enduml [Ref. QA-265] • detach @startuml if (condition?) then #pink:error; detach endif #palegreen:action; @enduml 5 PlantUML 言語リファレンスガイド (1.2020.22) 78 / 293 5.7 繰り返し(前判定) 5 アクティビティ図(ベータ版) break endif ->NOK; :Alert "Error with long text"; repeat while (Something went wrong with long text?) is (yes) ->no; :Alert "Sucess";
    0 码力 | 294 页 | 3.11 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.6 言語リファレンスガイド

    -right-> " {{ salt {+ success congratulations! [ok] } }} " as success wait -down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. PlantUML 言語リファレンスガイド } !endfunction !function _error() {+ error failed, sorry [ok] } !endfunction (*) --> SALT(choose) -right-> SALT(wait) wait -right-> SALT(success) wait -down-> SALT(error) @enduml PlantUML 言語リファレンスガイド include some file several times. Note that there is also a !include_once directive that raises an error if a file is included several times. PlantUML 言語リファレンスガイド (1.2019.6) 151 / 173 19.9 Including Subpart
    0 码力 | 174 页 | 1.99 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.9 言語リファレンスガイド

    -right-> " {{ salt {+ success congratulations! [ok] } }} " as success wait -down-> " {{ salt {+ error failed, sorry [ok] } }} " @enduml It can also be combined with define macro. PlantUML 言語リファレンスガイド } !endfunction !function _error() {+ error failed, sorry [ok] } !endfunction (*) --> SALT(choose) -right-> SALT(wait) wait -right-> SALT(success) wait -down-> SALT(error) @enduml PlantUML 言語リファレンスガイド include some file several times. Note that there is also a !include_once directive that raises an error if a file is included several times. 19.9 Including Subpart You can also use !startsub NAME and
    0 码力 | 175 页 | 2.02 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)

    QA-3931] 6.4 アクションの停止を伴う条件文 [kill, detach] if 節内でアクションを停止できます。 @startuml if (condition?) then :error; stop PlantUML 言語リファレンスガイド (1.2021.1) 100 / 392 6.4 アクションの停止を伴う条件文 [kill, detach] 6 アクティビティ図(ベータ版) kill @startuml if (condition?) then #pink:error; kill endif #palegreen:action; @enduml [Ref. QA-265] • detach @startuml if (condition?) then #pink:error; detach endif #palegreen:action; @enduml PlantUML repeat :Test something; if (Something went wrong?) then (no) #palegreen:OK; break endif ->NOK; :Alert "Error with long text"; repeat while (Something went wrong with long text?) is (yes) ->no; :Alert "Sucess";
    0 码力 | 393 页 | 4.27 MB | 1 年前
    3
共 20 条
  • 1
  • 2
前往
页
相关搜索词
JavaScriptPromisev2KiCad8.0SchematicEditorv1ComprehensiveRust日语202412PCBPlantUML1.202023言語UMLVersion221.20191.2021
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩