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

无数据

分类

全部后端开发(164)综合其他(84)Python(84)Weblate(72)区块链(42)Jupyter(31)系统运维(24)Java(19)Spring(19)Celery(17)

语言

全部英语(219)中文(简体)(51)日语(1)韩语(1)

格式

全部其他文档 其他(272)
 
本次搜索耗时 0.161 秒,为您找到相关结果约 272 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Weblate
  • 区块链
  • Jupyter
  • 系统运维
  • Java
  • Spring
  • Celery
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 韩语
  • 全部
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Tornado 4.5 Documentation

    app built on Tornado. Web framework tornado.web — RequestHandler and Application classes Thread-safety notes Request handlers Entry points Input Output Cookies Other Application configuration Decorators tornado.ioloop.IOLoop.current().start() See the User’s guide for additional information. Thread-safety notes In general, methods on RequestHandler and elsewhere in Tornado are not thread-safe. In particular except from a signal handler. Note that this is the only method in IOLoop that makes this thread-safety guarantee; all other interaction with the IOLoop must be done from that IOLoop’s thread. add_callback()
    0 码力 | 333 页 | 322.34 KB | 1 年前
    3
  • epub文档 Spring Boot 2.0.6.RELEASE Reference Documentation

    Your Own Starter Naming autoconfigure Module Starter Module 48. Kotlin support Requirements Null-safety Kotlin API runApplication Extensions Dependency management @ConfigurationProperties Testing Resources provided by default if one bootstraps a Kotlin project on start.spring.io. Null-safety One of Kotlin’s key features is null-safety. It deals with null values at compile time rather than deferring the problem comprehensive guide to null- safety in Kotlin. Although Java does not allow one to express null-safety in its type system, Spring Framework, Spring Data, and Reactor now provide null-safety of their API via tooling-friendly
    0 码力 | 662 页 | 633.20 KB | 1 年前
    3
  • epub文档 Spring Boot 2.0.5.RELEASE Reference Documentation

    Your Own Starter Naming autoconfigure Module Starter Module 47. Kotlin support Requirements Null-safety Kotlin API runApplication Extensions Dependency management @ConfigurationProperties Testing Resources provided by default if one bootstraps a Kotlin project on start.spring.io. Null-safety One of Kotlin’s key features is null-safety. It deals with null values at compile time rather than deferring the problem comprehensive guide to null- safety in Kotlin. Although Java does not allow one to express null-safety in its type system, Spring Framework, Spring Data, and Reactor now provide null-safety of their API via tooling-friendly
    0 码力 | 656 页 | 627.70 KB | 1 年前
    3
  • epub文档 Spring Boot 2.0.4.RELEASE Reference Guide

    Your Own Starter Naming autoconfigure Module Starter Module 47. Kotlin support Requirements Null-safety Kotlin API runApplication Extensions Dependency management @ConfigurationProperties Testing Resources provided by default if one bootstraps a Kotlin project on start.spring.io. Null-safety One of Kotlin’s key features is null-safety. It deals with null values at compile time rather than deferring the problem comprehensive guide to null- safety in Kotlin. Although Java does not allow one to express null-safety in its type system, Spring Framework, Spring Data, and Reactor now provide null-safety of their API via tooling-friendly
    0 码力 | 655 页 | 627.24 KB | 1 年前
    3
  • epub文档 Spring Boot 2.1.0.M2 Reference Guide

    Your Own Starter Naming autoconfigure Module Starter Module 49. Kotlin support Requirements Null-safety Kotlin API runApplication Extensions Dependency management @ConfigurationProperties Testing Resources provided by default if one bootstraps a Kotlin project on start.spring.io. Null-safety One of Kotlin’s key features is null-safety. It deals with null values at compile time rather than deferring the problem comprehensive guide to null- safety in Kotlin. Although Java does not allow one to express null-safety in its type system, Spring Framework, Spring Data, and Reactor now provide null-safety of their API via tooling-friendly
    0 码力 | 668 页 | 634.21 KB | 1 年前
    3
  • epub文档 Spring Boot 2.1.0.M1 Reference Guide

    Your Own Starter Naming autoconfigure Module Starter Module 48. Kotlin support Requirements Null-safety Kotlin API runApplication Extensions Dependency management @ConfigurationProperties Testing Resources provided by default if one bootstraps a Kotlin project on start.spring.io. Null-safety One of Kotlin’s key features is null-safety. It deals with null values at compile time rather than deferring the problem comprehensive guide to null- safety in Kotlin. Although Java does not allow one to express null-safety in its type system, Spring Framework, Spring Data, and Reactor now provide null-safety of their API via tooling-friendly
    0 码力 | 665 页 | 632.83 KB | 1 年前
    3
  • epub文档 Spring Boot 2.0.8.RELEASE Reference Guide

    Your Own Starter Naming autoconfigure Module Starter Module 48. Kotlin support Requirements Null-safety Kotlin API runApplication Extensions Dependency management @ConfigurationProperties Testing Resources provided by default if one bootstraps a Kotlin project on start.spring.io. Null-safety One of Kotlin’s key features is null-safety. It deals with null values at compile time rather than deferring the problem comprehensive guide to null- safety in Kotlin. Although Java does not allow one to express null-safety in its type system, Spring Framework, Spring Data, and Reactor now provide null-safety of their API via tooling-friendly
    0 码力 | 662 页 | 634.14 KB | 1 年前
    3
  • epub文档 Tornado 6.1 Documentation

    to confuse some IDEs. Web framework tornado.web — RequestHandler and Application classes Thread-safety notes Request handlers Entry points Input Output Cookies Other Application configuration Decorators tornado.ioloop.IOLoop.current().start() See the User’s guide for additional information. Thread-safety notes In general, methods on RequestHandler and elsewhere in Tornado are not thread-safe. In particular except from a signal handler. Note that this is the only method in IOLoop that makes this thread-safety guarantee; all other interaction with the IOLoop must be done from that IOLoop’s thread. add_callback()
    0 码力 | 931 页 | 708.03 KB | 1 年前
    3
  • epub文档 百度超级链 XuperChain 3.7 中文文档

    超级链共识框架概览 10.3. 超级链共识主流程 10.4. 接口介绍 11. Chained-BFT共识公共组件 11.1. 概述 11.2. 核心数据结构 11.3. Smr 11.4. Safety Rule 11.5. PacemakerInterface 12. XPoS共识 12.1. 介绍 13. Single及PoW共识 13.1. 介绍 13.2. 算法流程 13.3 维护节点链的chained-bft共识状态机; 2. 在外层共识的驱动下发起 NewView 和 NewProposal 等消息并更新本地状 态; 3. 处理其他验证节点的消息并更新本地状态; 11.4. Safety Rule Safety Rule 是一个验证节点是否要接受一个新的Proposal的安全性规则,主要 有三条: 1. 判断当前Proposal的View值是否大于本地locked Proposal的View值; 验证当前Proposal的ProposalMsg是否有效; 当一个验证节点收到一个新的提案时,如果满足上述 Safety Rule 的认证,则 会给这个提案进行投票,否则拒绝这次提案。 11.5. PacemakerInterface Hotstuff算法的一大特点就是将共识的liveness和safety分开。PacemakerInterface 是Hotstuff算法Pacemaker的接口定义,外层共识通过实现这些接口,可以推进
    0 码力 | 270 页 | 24.86 MB | 1 年前
    3
  • epub文档 Spring Boot 2.1.10.RELEASE Reference Documentation

    Naming Configuration keys autoconfigure Module Starter Module 50. Kotlin support Requirements Null-safety Kotlin API runApplication Extensions Dependency management @ConfigurationProperties Testing Resources provided by default if one bootstraps a Kotlin project on start.spring.io. Null-safety One of Kotlin’s key features is null-safety. It deals with null values at compile time rather than deferring the problem comprehensive guide to null- safety in Kotlin. Although Java does not allow one to express null-safety in its type system, Spring Framework, Spring Data, and Reactor now provide null-safety of their API via tooling-friendly
    0 码力 | 708 页 | 660.77 KB | 1 年前
    3
共 272 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 28
前往
页
相关搜索词
Tornado4.5DocumentationSpringBoot2.0RELEASEReferenceGuide2.1M2M16.1百度超级XuperChain3.7中文文文文档中文文档10
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩