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

无数据

分类

全部后端开发(9)数据库(8)TiDB(8)PHP(5)Laravel(5)Kotlin(2)云计算&大数据(2)前端开发(1)Angular(1)Istio(1)

语言

全部中文(简体)(20)

格式

全部PDF文档 PDF(18)其他文档 其他(2)
 
本次搜索耗时 0.162 秒,为您找到相关结果约 20 个.
  • 全部
  • 后端开发
  • 数据库
  • TiDB
  • PHP
  • Laravel
  • Kotlin
  • 云计算&大数据
  • 前端开发
  • Angular
  • Istio
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 [试读]Angular 应用安全编程

    服务也可以依赖其它服务。比如,这里的 HeroService 就依赖于 Logger 服务,它还用 BackendService 来获取英雄数据。BackendService 还可能再转而依赖 HttpClient 服务来从服务器异步获取英雄列 表。 2.2 依赖注入(dependency injection) 组件是服务的消费者,也就是说,你可以把一个服务注入到组件中,让组件类得以访问该服务类。
    0 码力 | 27 页 | 177.00 KB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    data classes with more readable names. Connect HTTP client 1. In Greeting.kt , create a Ktor HTTPClient instance to execute network requests and parse the resulting JSON: import io.ktor.client.* class Greeting { private val platform: Platform = getPlatform() private val httpClient = HttpClient { install(ContentNegotiation) { json(Json { prettyPrint 2. In the greet() function, retrieve the information about rocket launches by calling the httpClient.get() method and find the latest launch: import io.ktor.client.call.* import io.ktor.client
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Envoy原理介绍及线上问题踩坑

    "POST /v1/xx/xx/xx/xx/xx/983980038/stopxx HTTP/1.1" 503UC"-" "-" 0 95 1 - "10.13.22.7" "Apache- HttpClient/4.5.12 (Java/1.8.0_232)" "U4REJ819523DU961535U8316KUUG2G3X" "10.18.8.13:28443" "10.19.51.51:xx"
    0 码力 | 30 页 | 2.67 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    data classes with more readable names. Connect HTTP client 1. In Greeting.kt , create a Ktor HTTPClient instance to execute network requests and parse the resulting JSON: import io.ktor.client.* class Greeting { private val platform: Platform = getPlatform() private val httpClient = HttpClient { install(ContentNegotiation) { json(Json { prettyPrint 2. In the greet() function, retrieve the information about rocket launches by calling the httpClient.get() method and find the latest launch: import io.ktor.client.call.* import io.ktor.client
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    $this->app->bind('HelpSpot\API', function ($app) { return new HelpSpot\API($app->make('HttpClient')); }); 注意到我们将容器本身作为解析器的一个参数,然后我们可以使用该容器来解析我们正在构建的 本文档由 Laravel 学院(LaravelAcademy.org)提供 return new FooBar($app->make('HttpClient')); }); 绑定实例 你还可以使用 instance 方法绑定一个已存在的对象实例到容器,随后 调用 容器将总是返回给 定的实例: $api = new HelpSpot\API(new HttpClient); $this->app->instance('HelpSpot\Api'
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    $this->app->bind('HelpSpot\API', function ($app) { return new HelpSpot\API($app->make('HttpClient')); }); 注意到我们将容器本身作为解析器的一个参数,然后我们可以使用该容器来解析我们正在构建的对象的子依赖。 绑定一个单例 singleton 方法绑定一个只会解析一次 return new HelpSpot\API($app->make('HttpClient')); }); 绑定实例 你还可以使用 instance 方法绑定一个已存在的对象实例到容器,随后调用容器将总是返回给定的实例: $api = new HelpSpot\API(new HttpClient); $this->app->instance('HelpSpot\Api',
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.6 发行注记

    请求。最多三次尝试通常足以完成请求。如果 409 持续发生,控制台中会显示一个错误。 (BZ#1928230) 在以前的版本中,开发人员目录中不会显示 helm chart,因为 Chart 存储库 httpClient() 不考虑 任何代理环境变量。这个问题已被解决,helm chart 现在会在开发人员目录中显示。 (BZ#1919138) 虽然在 Eventing 用户界面中显示了技术预览徽标,但它将使用
    0 码力 | 91 页 | 1.15 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    例的闭包: $this->app->bind('HelpSpot\API', function ($app) { return new HelpSpot\API($app->make('HttpClient')); }); 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 122 注意到我们将容器本身作为解析器的一个参数,然后我们可以使用该 { return new HelpSpot\API($app->make('HttpClient')); }); 绑定实例 你还可以使用 instance 方法绑定一个已存在的对象实例到容器,随 后调用容器将总是返回给定的实例: $api = new HelpSpot\API(new HttpClient); $this->app->instance('HelpSpot\API',
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    回类的实例的闭包: $this->app->bind('HelpSpot\API', function ($app) { return new HelpSpot\API($app['HttpClient']); 本文档由 Laravel 学院(LaravelAcademy.org)提供 65 }); 注意到我们接受容器本身作为解析器的一个参数,然后我们可以使用该容器来解析我们正在
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 美团点评2018技术年货

    港机房的IP,请求经香港SLB走专线转发到境内服务器;而当用户在境内 访问时,则直接请求到上海的机房。 境外直连对接 境外直连对接 另一个场景是,我们和很多的境外供应商有直连对接,通过HttpClient的方式后端发起调用对方的Open API接口,这种场景优化前接口延迟及网络成功率都非常不理想(很多和国外对接的业务应该都遇到过类 似的问题),我们的优化方案是: 在香港部署一个正向代理
    0 码力 | 229 页 | 61.61 MB | 1 年前
    3
共 20 条
  • 1
  • 2
前往
页
相关搜索词
试读Angular应用安全编程Kotlin1.910官方文档中文文版中文版Envoy原理介绍及线问题Laravel5.35.6OpenShiftContainerPlatform4.6发行注记6.05.1美团点评2018技术年货
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩