积分充值
 首页
前端开发
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)Julia(10)系统运维(7)综合其他(7)人工智能(7)网络与安全(4)存储(3)Python(2)Tornado(2)数据库(1)

语言

全部英语(11)中文(繁体)(10)zh(3)中文(简体)(3)[zh](1)

格式

全部PDF文档 PDF(24)DOC文档 DOC(3)其他文档 其他(1)
 
本次搜索耗时 0.159 秒,为您找到相关结果约 28 个.
  • 全部
  • 后端开发
  • Julia
  • 系统运维
  • 综合其他
  • 人工智能
  • 网络与安全
  • 存储
  • Python
  • Tornado
  • 数据库
  • 全部
  • 英语
  • 中文(繁体)
  • zh
  • 中文(简体)
  • [zh]
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Tornado 6.5 Documentation

    application for a complete example that uses authentication (and stores user data in a PostgreSQL database). Third party authentication The tornado.auth module implements the authentication and authorization initialize(). Example: class ProfileHandler(RequestHandler): def initialize(self, database): self.database = database def get(self, username): (continues on next page) 6.2. Web framework 41Tornado (continued from previous page) ... app = Application([ (r'/user/(.*)', ProfileHandler, dict(database=database)), ]) RequestHandler.prepare() → Awaitable[None] | None Called at the beginning of a request
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • epub文档 Tornado 6.5 Documentation

    mos/blog] for a complete example that uses authentication (and stores user data in a PostgreSQL database). Third party authentication The tornado.auth module implements the authentication and authorization initialize(self, database): self.database = database def get(self, username): ... app = Application([ (r'/user/(.*)', ProfileHandler, dict(database=database)), ]) RequestHandler get_user_locale, which you can override to set the locale based on, e.g., a user preference stored in a database, or get_browser_locale, which uses the Accept-Language header. RequestHandler.log_exception(typ:
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
  • pdf文档 Curve for CNCF Main

    System (CurveFS) • CurveFS: a high performance cloud native file systemUse Cases • Container • Database • Data apps(middleware/bigdata/ai) • Data backupContainer • Aggregates underlying storage container-native storageDatabase • Database services orchestrated in the cloud • Curve can backup / sync data to slave cloud • When master cloud failure happens, Database service can move to the slave horizontal / vertical scaling, auto config tuning, abnormal detection and schedule tuningStorage Engine Comparison (vs. Ceph) DATA CONSISTENT PROTOCOL CURVE (RAFT) CEPH WRITE SUCCESS majority write successful
    0 码力 | 21 页 | 4.56 MB | 6 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Telegraph Electrification Mass Steel Production Mass Production & Assembly Lines Internal Combustion Engine Flight Synthetic Fertilizer Transistors PCs Internet Smartphones Cloud12 …Technology Compounding designate particularly influential models within the AI/machine learning ecosystem. Epoch maintains a database of 900 AI models released since the 1950s, selecting entries based on criteria such as state-of-the-art at the center of the AI hardware stack. Its GPUs (graphics processing units) became the default engine for training and inference, prized for their ability to handle highly parallel computations at
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 Real-Time Unified Data Layers: A New Era for Scalable Analytics, Search, and AI

    real-time analytics and search in one system, meaning you don't need to manage a separate search engine. Power AI-driven applications: CrateDB is designed with AI in mind, offering capabilities such as and management, ensuring that teams can leverage existing skills and tools to interact with the database. Seamless integration: CrateDB easily integrates with external tools and services, enabling businesses
    0 码力 | 10 页 | 2.82 MB | 5 月前
    3
  • pdf文档 Bring Your Own Codegen to TVM

    rights reserved. Amazon/Intel Confidentia Presenter: Zhi Chen, Cody Yu Amazon SageMaker Neo, Deep Engine Science Bring Your Own Codegen to TVM AWS AI© 2019, Amazon Web Services, Inc. or its Affiliates Implement extern operator functions, OR 2. Implement a graph annotator Generate binary/library/engine for the subgraph ● Implement an IR visitor for codegen ● Implement the build logic© 2019, Amazon Implement the Codegen ● Implement a codegen class to accept subgraphs and build binary/library/engine for runtime dispatching ● Codegen path: src/relay/backend/contrib//codegen.cc
    0 码力 | 19 页 | 504.69 KB | 5 月前
    3
  • pdf文档 OID CND Asia Slide: CurveFS

    CURVE Roadmap CURVE Community You can take awayDesign objectives App scenario & requires ● Database scenario ● Elastic block Storage for KVM / Kubernetes / iSCSI Design objectives ● Thin provisioning take awayPerformance in database scenario Solution architecture ● CURVE provides underlying distributed shared storage services ● Polardb for PostgreSQL provides database services Solution features seperation between storage and computation ● The call method is the same as that of the standalone database Performance test vs CEPH ● BenchmarkSQL transactions per minute increased by 39% ● In PGBench
    0 码力 | 24 页 | 3.47 MB | 6 月前
    3
  • pdf文档 TVM@AliOS

    FacelD Multimodal Interection CPU (ARM、Intel) 1驱动万物智能 Accelerated Op Library / Others Inference Engine DSP (Qualcomm) PART TWO Alios TVM @ ARM CPU AiOS 1驱动万物智能 Alios TVMQOARM CPU 。 Support TFLite 1024 1024, 1024 PART Five Misc AiOS 1驱动万物智能 M Nvidia GTX 1050 。, Integrate other inference engine (like TRT) 2 _ _ 10 9
    0 码力 | 27 页 | 4.86 MB | 5 月前
    3
  • pdf文档 Dynamic Model in TVM

    its Affiliates. All rights reserved. Presenter: Haichen Shen, Yao Wang Amazon SageMaker Neo, Deep Engine Science Dynamic Model in TVM AWS AI© 2019, Amazon Web Services, Inc. or its Affiliates. All rights
    0 码力 | 24 页 | 417.46 KB | 5 月前
    3
  • pdf文档 BRPC与UCX集成指南

    –消息通过回调函数接收 –消息异步发送 ●Tag –MPI使用 ●Stream –官方不推荐30 WORKER ●worker是UCX通讯中的核心概念,它是一个进度引擎(progress engine) ●worker既不是协程也不是线程,而是一个状态机,可以通过不停地调用 ucp_worker_progress(worker)完成功能。如果你用过libuv或者libevent的evbuffer,它们有点
    0 码力 | 66 页 | 16.29 MB | 6 月前
    3
共 28 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Tornado6.5DocumentationCurveforCNCFMainTrendsArtificialIntelligenceRealTimeUnifiedDataLayersNewEraScalableAnalyticsSearchandAIBringYourOwnCodegentoTVMOIDCNDAsiaSlideCurveFSAliOSDynamicModelinBRPCUCX集成指南
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩