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

无数据

分类

全部后端开发(21)C++(14)Rust(6)前端开发(4)JavaScript(4)NativeScript(4)系统运维(2)云计算&大数据(2)数据库(1)Go(1)

语言

全部中文(简体)(17)英语(13)

格式

全部PPT文档 PPT(30)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 30 个.
  • 全部
  • 后端开发
  • C++
  • Rust
  • 前端开发
  • JavaScript
  • NativeScript
  • 系统运维
  • 云计算&大数据
  • 数据库
  • Go
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 应用 waPC (rust) 做软件测试工具

    调用本机代码的通信 (messaging) 和 错误处理 (error handling) 。 什么是 waPC? WASM 外部函数 接口 FFI Input type Return type Platform 底层 I32 I32 Unknown waPC &[u8] Result,error > Linux x86_64, macOS x86_64 可执行任务 • Guest 也可返回请求 host Invoke(ctx,operation,payload) WAPC 流程 • Uses Length of response and error to return result res,err:= Invoke… WAPC 流程 #[no_mangle] pub fn wapc_init() { wapc::register_function("ping" HttpPath){ } req.HttpProxyUrl = String::from(“localhost:8000"); req.HttpScheme = String::from("http"); let request = serde_json::to_string(&req)?; Ok(request.as_bytes().to_vec()) } fn do_nothing(msg:
    0 码力 | 30 页 | 2.50 MB | 1 年前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    sender … transforms the result value of the operation with a function. upon_[error|done](sender, fn) → sender … transforms the error and done signals with a function. let_[value|…](sender, fn) → sender … passes er) → sender … commutes the done signal into a nullopt. done_as_error(sender, error) → sender … commutes the done signal into an error.19 SENDER/RECEIVER CONTROL FLOW20 BASIC LIFETIME OF AN ASYNC then. then(sender, fn) -> sender22 SHAPE OF A RECEIVER RECEIVER set_value(values... ) set_error(error ) set_done() Operation state notifies receiver by calling one of these exactly once.23
    0 码力 | 121 页 | 7.73 MB | 5 月前
    3
  • ppt文档 C++20: An (Almost) Complete Overview

    help with compiler error messages  Easier to read template error messages: e.g.: void Foo(Incrementable auto t) { ... } class Bar {}; int main() { Bar b; Foo(b); } Error: cannot call Foo() pointer  Use global non-member atomic operations, e.g. std::atomic_load(), atomic_store(), …  Error-prone, easy to accidently not use global non-member atomic operations  C++20: atomic> ints span b {data}; // dynamic-size: 42 ints span c {data}; // compilation error span d { ptr, len }; // dynamic-size: len ints  Read-only span:  span, not const
    0 码力 | 85 页 | 512.18 KB | 5 月前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

    std::expected contains either  A value of type T, the expected value type  A value of type E, an error type  Guaranteed to never be empty  std::unexpected() is used to create an unexpected value90 std::expected a { 21 }; std::expected b { std::unexpected("Some error"s) };  Member functions:  has_value(): true if the expected contains a value, false otherwise reference to the contained value, or throws bad_expected_access if no value  error(): returns reference to the error91 Agenda  C++23 Core Language  Explicit Object Parameters  if consteval 
    0 码力 | 105 页 | 759.96 KB | 5 月前
    3
  • ppt文档 A Crash Course in Calendars, Dates, Time, and Time Zones

    all compile-time constants: intmax_t n { 1 }; intmax_t d { 60 }; using r1 = ratio; // Error7 Compile-Time Rational Numbers  Arithmetic with ratio_add, ratio_subtract, ratio_multiply, and d8.count()); // 30sec = 0.5min duration> d8 { d7 }; // minutes // Error! // Force conversion (0 instead of 0.5) auto d8 { duration_cast>>(d7) }; Literals  Warning: predefined durations use integral types, so: seconds s { 90 }; minutes m { s }; // Error duration> m { s }; // 1.519 Agenda  Compile-Time Rational Numbers  Durations
    0 码力 | 43 页 | 551.60 KB | 5 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 11 现代 CMake 进阶指南

    表示是仅仅给项目作者看的警 告信息 AUTHOR_WARNING 的不同之处:可以通过 -Wno-dev 关闭 message(FATAL_ERROR “...”) 表示是错误信息,会终止 CMake 的 运行 message(SEND_ERROR “...”) 表示是错误信息,但之后的语句仍继续 执行 message 可以用于打印变量 如果 set 没加引号会怎样?会变成分号分割的列表
    0 码力 | 166 页 | 6.54 MB | 1 年前
    3
  • ppt文档 Learning by Contributing to Rust Compiler - 陈于康

    ICE, Infra tools, code refactor, algorithms improvements Some PR stories • Rust cares about error messages • We are building a sufficiently empathetic compiler • It’s a trade-off Diagnostic
    0 码力 | 23 页 | 3.28 MB | 1 年前
    3
  • ppt文档 绕过conntrack,使用eBPF增强 IPVS优化K8s网络性能

    u32 from_size, __be32 * to, u32 to_size); pass skb->len to bpf_csum_diff() the verifier reports error Future work • Open source • The modification to IPVS is already open source • https://github.
    0 码力 | 24 页 | 1.90 MB | 1 年前
    3
  • ppt文档 陈东 - 利用Rust重塑移动应用开发-230618

    function to IOS/Android? - Hard to maintain - Hard to define the return value - Hard to process the error? Panic? App Crash ? Treat the rust module as an independent service - Command <> Response - Using
    0 码力 | 22 页 | 2.10 MB | 1 年前
    3
  • ppt文档 No Silver Bullet – Essence and Accident in Software Engineering

    whose specification has to be givenProgram verification • Program verification does not mean error-proof programs • There is no magic here either, mathematical proofs can be faulty • Even perfect
    0 码力 | 35 页 | 1.43 MB | 5 月前
    3
共 30 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
潘泳权wpacWorkingwithAsynchronyGenericallyTourofC++Executors20AnAlmostCompleteOverview23AllNewandUpdatedFeaturesCrashCourseinCalendarsDatesTimeZones高性性能高性能并行编程优化课件11陈于2023RustChinaConffinal绕过conntrack使用eBPF增强IPVSK8s网络陈东利用Rust重塑移动应用开发230618NoSilverBulletEssenceAccidentSoftwareEngineering
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩