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

无数据

分类

全部后端开发(406)Java(187)Spring(180)Julia(86)Python(71)数据库(50)TiDB(30)nim(26)Celery(20)Greenplum(19)

语言

全部英语(418)中文(简体)(59)中文(繁体)(10)英语(2)法语(1)ro(1)zh(1)

格式

全部PDF文档 PDF(492)
 
本次搜索耗时 0.047 秒,为您找到相关结果约 492 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Julia
  • Python
  • 数据库
  • TiDB
  • nim
  • Celery
  • Greenplum
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 法语
  • ro
  • zh
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Building a Coroutine-Based Job System Without Standard Library

    token_promise::initial_suspend token_promise aka token_dispatcher, where jobs got scheduled In our system, initial_suspend_awaitable is called token_dispatcher. We customize this type to dispatch our jobs. when we invoke a new coroutine. It happens, again, in the initial suspend awaitable, aka, token dispatcher. When we invoke await_suspend. 5253 COROUTINE JOB SYSTEM Scheduler Worker Worker Worker code when we invoke the coroutine. 6768 token_dispatcher struct token_dispatcher; class token_promise { token get_return_object(); token_dispatcher inital_suspend() { auto& scheduler = Scheduler::Get();
    0 码力 | 120 页 | 2.20 MB | 6 月前
    3
  • pdf文档 Apache Karaf Decanter 2.x - Documentation

    property. For instance: regex=(.*foo.*) Only the line matching the regex will be sent to the dispatcher. For instance, instead of the log collector, you can create the following etc/org test, the line will be parsed as follows (the file collector will send the following data to the dispatcher): first->this second->is third->a fourth->test If the keys configuration is not set, then key-0 here, the line will be parsed as follows (the file collector will send the following data to the dispatcher): key-0->test It’s also possible to use keys to identify each regex group. To use this parser
    0 码力 | 64 页 | 812.01 KB | 1 年前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    COMPILE-TIME DISPATCH constexpr auto make_dispatcher(const auto& mappings) { } 6 . 6COMPILE-TIME DISPATCH COMPILE-TIME DISPATCH constexpr auto make_dispatcher(const auto& mappings) { return "boost::mp11::mp_list<" }, ',') + '>'; } 6 . 6COMPILE-TIME DISPATCH COMPILE-TIME DISPATCH constexpr auto make_dispatcher(const auto& mappings) { return "boost::mp11::mp_list<" + join(mappings, [](const auto& OR VOID OTHERWISE - RETURNS A HANDLER FOR A GIVEN EVENT OR VOID OTHERWISE constexpr auto make_dispatcher(const auto& mappings) { return "boost::mp11::mp_list<" + join(mappings, [](const auto&
    0 码力 | 222 页 | 5.45 MB | 6 月前
    3
  • pdf文档 Java 应用与开发 - Java EE 过滤器编程

    /admin/* 7 <dispatcher>FORWARDdispatcher> 8 <dispatcher>INCLUDEdispatcher> 9 <dispatcher>REQUESTdispatcher> 10 <dispatcher>ERRORdispatcher> 11 大纲 过滤器概述 过滤器概述 Java EE 过滤器 API Java EE 过滤器编程和配置 过滤器的主要任务 本节习题 过滤器编程示例 <dispatcher> 从 Servlet API 2.4 开始,过滤器映射增加了根据 请求类型有选择的对映射地址进行过滤,提供标记 <dispatcher> 实现请求类型的选择。 ▶ REQUEST 当请求直接来自客户时,过滤器才 工作。 ▶ FORWARD 当请求是来自
    0 码力 | 31 页 | 605.91 KB | 1 年前
    3
  • pdf文档 Bridging the Gap: Writing Portable Programs for CPU and GPU

    device template for dispatcher57/66 Motivation Patterns The dark path Cuda proposal Thank you Function dispatch triple - Solution 1. host device template for dispatcher 2. Dispatcher forwards arguments Cuda proposal Thank you Function dispatch triple - Solution 1. host device template for dispatcher 2. Dispatcher forwards arguments to one host device function. 3. Disable cuda warnings57/66 Motivation Cuda proposal Thank you Function dispatch triple - Solution 1. host device template for dispatcher 2. Dispatcher forwards arguments to one host device function. 3. Disable cuda warnings 4. Take care
    0 码力 | 124 页 | 4.10 MB | 6 月前
    3
  • pdf文档 CakePHP Cookbook 2.x

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641 Dispatcher Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . database interaction • Application scaffolding29 • Code generation • MVC30 architecture • Request dispatcher with clean, custom URLs and routes • Built-in validation31 • Fast and flexible templating32 (PHP a user requesting a page or resource in your application. This request is first processed by a dispatcher which will select the correct controller object to handle it. Once the request arrives at the
    0 码力 | 820 页 | 2.52 MB | 1 年前
    3
  • pdf文档 Apache Shiro 1.2.x Reference Manual 中文翻译

    /* <dispatcher>REQUESTdispatcher> <dispatcher>FORWARDdispatcher> <dispatcher>INCLUDEdispatcher> <dispatcher>ERRORdispatcher> 这假设一个 Shiro /* <dispatcher>REQUESTdispatcher> <dispatcher>FORWARDdispatcher> <dispatcher>INCLUDEdispatcher> <dispatcher>ERRORdispatcher> 该定义期望你的INI /* <dispatcher>REQUESTdispatcher> <dispatcher>FORWARDdispatcher> <dispatcher>INCLUDEdispatcher> <dispatcher>ERRORdispatcher> 1c: Run
    0 码力 | 196 页 | 2.34 MB | 1 年前
    3
  • pdf文档 Apache Karaf Cellar 4.x - Documentation

    filter /* <dispatcher>FORWARDdispatcher> <dispatcher>INCLUDEdispatcher> <dispatcher>REQUESTdispatcher> com Event Handler is the processor which processes remote events received through the topic. • Event Dispatcher is the unit which decides which event should be processed by which event handlers. • Command node has a listener registered on that topic and gets/sends all events to the event dispatcher. When the Event Dispatcher receives an event, it looks up an internal registry (in our case the OSGi Service
    0 码力 | 39 页 | 177.09 KB | 1 年前
    3
  • pdf文档 Bring Your Own Codegen to TVM

    Metal, VTA Serialized Subgraph Library Relay Runtime (VM, Graph Runtime, Interpreter) Your Dispatcher Target Device General Devices (CPU/GPU/FPGA) Mark supported operators or subgraphs 1. Implement Metal, VTA Serialized Subgraph Library Relay Runtime (VM, Graph Runtime, Interpreter) Your Dispatcher Target Device General Devices (CPU/GPU/FPGA) Mark supported operators or subgraphs 1. Implement Metal, VTA Serialized Subgraph Library Relay Runtime (VM, Graph Runtime, Interpreter) Your Dispatcher Target Device General Devices (CPU/GPU/FPGA) Mark supported operators or subgraphs 1. Implement
    0 码力 | 19 页 | 504.69 KB | 6 月前
    3
  • pdf文档 ServiceComb java SDK详解

    servicecomb: http: dispatcher: edge: default: enabled: true prefix: rest withVersion: true prefixSegmentCount: 1 如果内部微服务URL规则为: /{v1/v2/......}/path 则可以配置为 servicecomb: http: dispatcher: edge: default: rest withVersion: true prefixSegmentCount: 2 如果内部微服务URL规则为: /path 则可以配置为 servicecomb: http: dispatcher: edge: default: enabled: true prefix: rest withVersion: true prefixSegmentCount: 3 Edge Service-自动路由2 有的场景下,业务是从传统应用移植过来的,有的URL已经固定,并且不满足自动路由规则,此时必须考虑兼容问题 对于这些不规则的URL,可以追加通过枚举的方式来指定路由规则 servicecomb: http: dispatcher: edge: url: enabled: true mappings: businessAV1: path: "/a/b/.*" microserviceName: businessA
    0 码力 | 21 页 | 1.15 MB | 1 年前
    3
共 492 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 50
前往
页
相关搜索词
BuildingCoroutineBasedJobSystemWithoutStandardLibraryApacheKarafDecanterDocumentationJustInTimeCompilationTheNextBigThingJavaEEfilterprogrammingpdfBridgingtheGapWritingPortableProgramsforCPUandGPUCakePHPCookbookShiro1.2ReferenceManual中文翻译中文翻译CellarBringYourOwnCodegentoTVMServiceCombjavaSDK详解
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩