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

无数据

分类

全部后端开发(1192)Python(369)综合其他(355)Java(346)Weblate(291)Spring(280)C++(158)云计算&大数据(156)数据库(139)Julia(87)

语言

全部英语(1644)中文(简体)(242)中文(繁体)(21)日语(4)韩语(3)英语(3)法语(2)中文(简体)(2)西班牙语(1)

格式

全部PDF文档 PDF(1371)其他文档 其他(501)TXT文档 TXT(48)PPT文档 PPT(6)DOC文档 DOC(2)
 
本次搜索耗时 0.039 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Weblate
  • Spring
  • C++
  • 云计算&大数据
  • 数据库
  • Julia
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 英语
  • 法语
  • 中文(简体)
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • text文档 Catch2

    if (NOT TARGET Catch2) project(Catch2 CXX) set(CMAKE_CXX_STANDARD 11) add_library(${PROJECT_NAME} INTERFACE) target_include_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CU ${CMAKE_CURRENT_SOURCE_DIR}/include) # Mimic the library names in Catch2's own CMake files: add_library(Catch2::Catch2 ALIAS Catch2) # This one is historical, left over from when ApprovalTests.cpp cpp was first created. # We could encourage users to move away from it. add_library(catch2 ALIAS Catch2) endif ()
    0 码力 | 1 页 | 519.00 B | 5 月前
    3
  • pdf文档 JavaScript Promise迷你书(中文版)

    ..................................................................................... 20 Promise#catch ................................................................................................. .................................................................................... 39 then or catch? ................................................................................................ ................................................................................... 107 Promise#catch .................................................................................................
    0 码力 | 112 页 | 1010.02 KB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v2

    ..................................................................................... 22 Promise#catch ................................................................................................. .................................................................................... 45 then or catch? ................................................................................................ .................................................................................... 131 Promise#catch ................................................................................................
    0 码力 | 137 页 | 1.17 MB | 1 年前
    3
  • pdf文档 JavaScript Promiseの本 v1

    ..................................................................................... 21 Promise#catch ................................................................................................. .................................................................................... 41 then or catch? ................................................................................................ .................................................................................... 110 Promise#catch ................................................................................................
    0 码力 | 115 页 | 1.06 MB | 1 年前
    3
  • pdf文档 Exceptionally Bad: The Story on the Misuse of Exceptions and How to Do Better

    seen in C++ • Look at original goals/ideals of exception handling • Look at the mechanics of throw/catch • Look at Exceptions in both their use and design as seen in real code • Better thinking on the me{"Pete", 21}; apply(me); } catch (const MyStatus& s) { std::cout << "error : " << s << std::endl; } ... } } Error handling Happy Path (clean) Function signature changed } catch (...) { std::cout << Exception hygiene • Throw by value • Catch by (const) reference • Rethrow using throw with no arguments • Catch handlers with derived classes placed before catch handlers with base classes Exception
    0 码力 | 85 页 | 2.32 MB | 5 月前
    3
  • pdf文档 C++ Exceptions for Smaller Firmware

    throw 5; } int main() { volatile int return_code = 0; try { return_code = start(); } catch (...) { return_code = -1; } return return_code; } 51Barrier #1 Exceptions disabled! 52☠ to convince you That was to show you that something is here. 94C++ Exceptions from throw to catch on GCC ARM 95Things that will NOT be covered here ● Nested exceptions ● Anything other than table based exceptions 96Consider the following 97 struct error {}; void foo() { try { bar(); } catch (error const& p_error) { // end up here... } } void bar() { destructible_t obj; baz();
    0 码力 | 237 页 | 6.74 MB | 5 月前
    3
  • pdf文档 阮一峰 《ECMAScript 6入门》 第三版

    true } }; // Load your module System.import('./myModule.js', {metadata: metadata}).catch(fun ction(ex) { console.error('Import failed', ex.stack || ex); }); 上面代码中,首先生成Traceur的全局对象 let 和 const 命令 33 // 情况一 if (true) { function f() {} } // 情况二 try { function f() {} } catch(e) { // ... } 上面两种函数声明,根据 ES5 的规定都是非法的。 但是,浏览器没有遵守这个规定,为了兼容以前的旧代码,还是支持在块级作用域 之中声明函数,因此上面两种情况实际都能运行,不会报错。 这样的规定也使得,函数参数与数组和对象的尾逗号规则,保持一致了。 catch 语句的参数 函数的扩展 165 目前,有一个提案,允许 try...catch 结构中的 catch 语句调用时不带有参 数。这个提案跟参数有关,也放在这一章介绍。 传统的写法是 catch 语句必须带有参数,用来接收 try 代码块抛出的错误。 try { // ··· } catch (error) { // ···
    0 码力 | 679 页 | 2.66 MB | 1 年前
    3
  • pdf文档 Exceptions Under the Spotlight

    to throw by value, catch by const ref, and re-throw using throw.• A fail-handling mechanism void bar() { try { foo(); } catch (error_type) { // do stuff, or re-throw; } catch (…) { // do stuff, responsibility 9• A fail-handling mechanism int main() { try { bar(); } catch (error_type) { // do stuff } // don’t catch; } “Re-delegate responsibility” PART 0: WHAT ARE EXCEPTIONS 10PART I: (expensive, un-deterministic mechanism) • C++ does not return tothe throwing code (but to the catch block). Exception handlers are rare compared to function definitions. The formal usage recommendation
    0 码力 | 53 页 | 2.82 MB | 5 月前
    3
  • pdf文档 [JavaSE实验] JDBC and MySQL

    if (rs.next()) { System.out.println(rs.getString(1)); } } catch (SQLException ex) { Logger lgr = Logger.getLogger(Version.class.getName()); if (con != null) { con.close(); } } catch (SQLException ex) { Logger lgr = Logger.getLogger(Version.class.getName()); The getString() method retrieves the value of a specified column. The first column has index 1. } catch (SQLException ex) { Logger lgr = Logger.getLogger(Version.class.getName()); lgr.log(Level
    0 码力 | 23 页 | 2.52 MB | 1 年前
    3
  • pdf文档 Back to Basics: Exceptions

    try { g(); h(); } catch( std::exception const& ex ) { /* Handle exception */ } } Three keywords throw try catch Stack unwinding Objects on the stack are try { g(); h(); } catch( std::exception const& ex ) { /* Handle exception */ } } Three keywords throw try catch Stack unwinding Objects on the stack are try { g(); h(); } catch( std::exception const& ex ) { /* Handle exception */ } } Three keywords throw try catch Stack unwinding Objects on the stack are
    0 码力 | 111 页 | 4.87 MB | 5 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
Catch2JavaScriptPromise迷你中文文版中文版v2v1ExceptionallyBadTheStoryontheMisuseofExceptionsandHowtoDoBetterC++forSmallerFirmware一峰ECMAScript入门第三第三版UnderSpotlighthandbookmysqljdbc20171106pdfBackBasics
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩