首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏码代码的陈同学

    异常处理的反模式

    欢迎访问 陈同学博客原文 Exception-Handling Antipatterns Blog from Oracle Community Exception management antipatterns 异常处理反模式 此处仅挑选几个,更多请参考 Exception-Handling Antipatterns Blog Log and Throw 下面是三个讨厌的反模式,既打印日志又抛出异常,这对于运维工程师来说简直就是噩梦

    1.1K50发布于 2018-07-07
  • 来自专栏Oracle数据库技术

    Oracle PL/SQL编程基础

    Executable part (required) -- Statements (which can use items declared in declarative part) [EXCEPTION -- Exception-handling

    82410编辑于 2022-08-22
  • 来自专栏C++核心准则原文翻译

    C++核心准则​NR.3:不要拒绝使用异常

    exceptions lead to leaks and errors 异常导致泄漏和错误 exception performance is not predictable 异常表现不可预测 the exception-handling the exception-handling run-time support takes up too much space This can be the case in small (usually

    61220发布于 2020-11-10
  • 来自专栏大数据文摘

    手把手 | 用StackOverflow访问数据实现主成分分析(PCA)

    3 ## User Tag Value ## <int> <chr> <dbl> ## 1 1 exception-handling ## Tag PC Contribution ## <chr> <chr> <dbl> ## 1 exception-handling

    75481发布于 2018-06-29
  • 来自专栏函数式编程语言及工具

    FunDA(17)- 示范:异常处理与事后处理 - Exceptions handling and Finalizers

    在这篇讨论里我们将会测试和示范FunDA Exception-handling和Final-cleanup。

    65870发布于 2018-01-05
  • 来自专栏全栈程序员必看

    java空指针报错_空指针异常是什么意思

    参考资料 https://howtodoinjava.com/java/exception-handling/how-to-effectively-handle-nullpointerexception-in-java

    3.1K30编辑于 2022-11-17
  • 来自专栏精益码农

    Abp vNext异常处理的缺陷/改造方案

    Volo/Abp/AspNetCore/Mvc/ExceptionHandling/AbpExceptionFilter.cs https://docs.abp.io/zh-Hans/abp/latest/Exception-Handling

    1.7K10发布于 2021-01-05
  • 来自专栏c++ 学习分享

    vs2019编译boost1.55

    toolset.flags msvc.compile CFLAGS <warnings-as-errors>on : /WX ; toolset.flags msvc.compile C++FLAGS <exception-handling >on/<asynch-exceptions>off/<extern-c-nothrow>off : /EHs ; toolset.flags msvc.compile C++FLAGS <exception-handling >on/<asynch-exceptions>off/<extern-c-nothrow>on : /EHsc ; toolset.flags msvc.compile C++FLAGS <exception-handling >on/<asynch-exceptions>on/<extern-c-nothrow>off : /EHa ; toolset.flags msvc.compile C++FLAGS <exception-handling

    54340编辑于 2023-07-08
  • 来自专栏Fundebug

    了不起的Chrome浏览器(7):Chrome 95终于支持WebAssembly异常处理了!

    tag and then throws it rethrow 0x09 Pops the exnref on top of the stack and throws it WebAssembly/exception-handling

    1.3K30编辑于 2023-10-23
  • 来自专栏python3

    [PYTHON] 核心编程笔记之十-Py

    :    try_suite # watch for exceptions here 监控这里的异常 except Exception[,reason]:    except_suite   # exception-handling

    1.2K20发布于 2020-01-08
  • 来自专栏小樱的经验随笔

    【Java学习笔记之三十三】详解Java中try,catch,finally的用法及分析

    Try:    Opening exception-handling statement. Catch:  Captures the exception.

    8.9K112发布于 2018-04-09
领券