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

无数据

分类

全部后端开发(240)Java(240)Spring(235)Apache Unomi(2)

语言

全部英语(237)中文(简体)(3)

格式

全部PDF文档 PDF(179)其他文档 其他(61)
 
本次搜索耗时 0.232 秒,为您找到相关结果约 240 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Apache Unomi
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Nacos架构&原理

    架构 < 18 用户层  OpenAPI:暴露标准 Rest 风格 HTTP 接口,简单易用,方便多语言集成。  Console:易用控制台,做服务管理、配置管理等操作。  SDK:多语言 SDK,目前几乎支持所有主流编程语言。  Agent:Sidecar 模式运行,通过标准 DNS 协议与业务解耦。  CLI:命令行对产品进行轻量化管理,像 git ⼀样好用。 业务层 插件机制:实现三个模块可分可合能力,实现扩展点 SPI 机制,用于扩展自己公司定制。  事件机制:实现异步化事件通知,SDK 数据变化异步通知等逻辑,是 Nacos 高性能的关键部分。  日志模块:管理日志分类,日志级别,日志可移植性(尤其避免冲突),日志格式,异常码+帮 助文档。  回调机制:SDK 通知数据,通过统⼀的模式回调用户处理。接口和数据结构需要具备可扩展性。  寻址模式:解决 Server Server IP 直连,域名访问,Nameserver 寻址、广播等多种寻址模式,需要可 扩展。  推送通道:解决 Server 与存储、Server 间、Server 与 SDK 间高效通信问题。  容量管理:管理每个租户,分组下的容量,防止存储被写爆,影响服务可用性。  流量管理:按照租户,分组等多个维度对请求频率,长链接个数,报文大小,请求流控进行控制。  缓存机制:容灾目录,本地缓存,Server
    0 码力 | 326 页 | 12.83 MB | 9 月前
    3
  • pdf文档 Spring Boot 3.0.0-M4 Reference Guide

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v1.8 or higher. Before you begin, you should check your current Java installation by using the following commands: 9 $ sdk install springboot $ spring --version Spring CLI v3.0.0-M4 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.0.0-M4-bin/spring-3.0.0-M4/ $ sdk default springboot dev $ spring --version Spring CLI v3.0.0-M4 The preceding instructions install
    0 码力 | 832 页 | 14.77 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.0.1 Reference Documentation

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.0.1 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.0.1-bin/spring-3.0.1/ $ sdk default springboot dev $ spring --version Spring CLI v3.0.1 The preceding instructions install a local
    0 码力 | 877 页 | 15.68 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.0.4 Reference Documentation

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.0.4 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.0.4-bin/spring-3.0.4/ $ sdk default springboot dev $ spring --version Spring CLI v3.0.4 The preceding instructions install a local
    0 码力 | 877 页 | 15.66 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.1.0-RC1 Reference Documentation

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.1.0-RC1 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.1.0-RC1-bin/spring-3.1.0-RC1/ $ sdk default springboot dev $ spring --version Spring CLI v3.1.0-RC1 The preceding instructions install
    0 码力 | 906 页 | 16.28 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.0.0-RC2 Reference Guide

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.0.0-RC2 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.0.0-RC2-bin/spring-3.0.0-RC2/ $ sdk default springboot dev $ spring --version Spring CLI v3.0.0-RC2 The preceding instructions install
    0 码力 | 877 页 | 15.64 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.0.3 Reference Guide

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.0.3 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.0.3-bin/spring-3.0.3/ $ sdk default springboot dev $ spring --version Spring CLI v3.0.3 The preceding instructions install a local
    0 码力 | 877 页 | 15.66 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.0.2 Reference Guide

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.0.2 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.0.2-bin/spring-3.0.2/ $ sdk default springboot dev $ spring --version Spring CLI v3.0.2 The preceding instructions install a local
    0 码力 | 875 页 | 15.62 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.1.0-M2 Reference Guide

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.1.0-M2 If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot springboot dev /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.1.0-M2-bin/spring-3.1.0-M2/ $ sdk default springboot dev $ spring --version Spring CLI v3.1.0-M2 The preceding instructions install
    0 码力 | 884 页 | 15.88 MB | 1 年前
    3
  • pdf文档 Spring Boot 3.2.3-SNAPSHOT Reference Documentation

    with “classic” Java development tools or installed as a command line tool. Either way, you need Java SDK v17 or higher. Before you begin, you should check your current Java installation by using the following commands: $ sdk install springboot $ spring --version Spring CLI v3.2.3-SNAPSHOT If you develop features for the CLI and want access to the version you built, use the following commands: $ sdk install springboot /path/to/spring-boot/spring-boot-cli/target/spring-boot- cli-3.2.3-SNAPSHOT-bin/spring-3.2.3-SNAPSHOT/ $ sdk default springboot dev $ spring --version Spring CLI v3.2.3-SNAPSHOT The preceding instructions install
    0 码力 | 975 页 | 17.43 MB | 1 年前
    3
共 240 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 24
前往
页
相关搜索词
Nacos架构原理SpringBoot3.0M4ReferenceGuideDocumentation3.1RC1RC2M23.2SNAPSHOT
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩