首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏C++核心准则原文翻译

    C++核心准则​Pro.safety:类型安全准则群组

    Pro.safety: Type-safety profile Pro.safety:类型安全准则群组 This profile makes it easier to construct code that For the purposes of this section, type-safety is defined to be the property that a variable is not used Impact(影响) With the type-safety profile you can trust that every operation is applied to a valid object Note that this type-safety can be complete only if we also have Bounds safety and Lifetime safety.

    74010发布于 2020-11-10
  • 来自专栏一个会写诗的程序员的博客

    Gradle + Kotlin = ⚡️

    Gradle Kotlin DSL: use the language you ❤️ for your build too You can bring the elegance and type-safety

    65140发布于 2018-12-06
  • 来自专栏超级架构师

    deepstream 2.0 outperforms socket.io by more than x 1000

    slightly slower compared to a pure C++ implementation - but massively benefits from the higher stability, type-safety

    89940发布于 2018-04-09
  • 来自专栏C++核心准则原文翻译

    C++核心准则ES.50:不要执行去掉const属性的转换

    This rule is part of the type-safety profile for the related Profile. 这条准则是类型安全群组及相关群组的一部分。

    1.6K10发布于 2020-05-25
  • 来自专栏C++核心准则原文翻译

    C++核心准则C.146:如果无法避免在继承层次中移动,使用dynamic_cast

    This rule is part of the type-safety profile. 本规则也是类型安全规则群的内容 译者注: RTTI:运行时类型信息。 CRTP:静态分发。

    90310发布于 2020-03-25
  • 来自专栏拭心的安卓进阶之路

    深入理解 Java 泛型

    behind the scene so you don’t need to worry about what important to us is that Java compiler guarantees type-safety and flag any type-safety relate error during compilation.

    2.4K111发布于 2018-01-05
  • 来自专栏about云

    Spark 2.0技术预览:更容易、更快速、更智能

    因为编译时类型安全(compile-time type-safety)在Python和R中并不是语言特性,所以Dataset的概念并不在这些语言中提供相应的API。

    70030编辑于 2023-03-21
  • 来自专栏IfDataBig

    DataFrame和Dataset简介

    2.4 静态类型与运行时类型安全 静态类型 (Static-typing) 与运行时类型安全 (runtime type-safety) 主要表现如下: 在实际使用中,如果你用的是 Spark SQL

    2.9K10编辑于 2022-07-27
  • 来自专栏AI指北

    面向开发者的终极AI编程指南(Claude Code版)

    pre-computedexpectationsortopropertiesofthedomain,nevertothefunction’soutputre-usedastheoracle.5.SHOULDfollowthesamelint,type-safety

    65410编辑于 2025-11-28
  • 嵌入式笔试面试题目系列(四)

    内存越界:向系统申请了一块内存,而在使用内存时,超出了申请的范围(常见的有使用特定大小数组时发生内存越界) 内存溢出问题是 C 语言或者 C++ 语言所固有的缺陷,它们既不检查数组边界,又不检查类型可靠性(type-safety

    1.4K40发布于 2021-05-28
  • 来自专栏互联网杂技

    堆,栈,内存泄露,内存溢出介绍

    内存溢出问题是 C 语言或者 C++ 语言所固有的缺陷,它们既不检查数组边界,又不检查类型可靠性(type-safety)。

    4.3K40发布于 2018-04-02
  • 来自专栏C++ 动态新闻推送

    make_shared 如何绕过私有构造函数? C++ 中文周刊 2024-11-23 第173期

    文章 Exploring C++ std::span – Part 4: Const-Correctness and Type-Safety https://johnfarrier.com/exploring-c-stdspan-part

    50310编辑于 2024-12-02
  • 来自专栏机器人课程与技术

    ➡诡异的51代码⬅

    The above paper, after erroneously claiming C++ is “mostly” type-safe, does acknowledge that lack of type-safety

    62210发布于 2021-12-02
  • 来自专栏愧怍的技术学习与分享

    Typescript 全栈最值得学习的技术栈 TRPC

    借官方 FeatureAutomatic type-safety(自动类型安全)Snappy DX(敏捷高效的开发者体验)Is framework agnostic (不依赖于特定框架)Amazing

    2.8K20编辑于 2023-03-11
  • 来自专栏函数式编程语言及工具

    SDP(6):分布式数据库运算环境- Cassandra-Engine

    目前在市面上有一些现成的cassandra客户端编程软件,有些为了实现类型安全(type-safety)还提供了Linq-DSL(language-integrated-query),但因为我们需要面向各种

    1.9K40发布于 2018-03-16
  • 来自专栏愧怍的技术学习与分享

    Typescript 全栈最值得学习的技术栈 TRPC

    借官方 Feature Automatic type-safety(自动类型安全) Snappy DX(敏捷高效的开发者体验) Is framework agnostic (不依赖于特定框架) Amazing

    4.3K51编辑于 2023-03-14
  • 来自专栏方亮

    C++的四种强制转换

    On the other side, it does not incur the overhead of the type-safety checks of dynamic_cast.

    2.8K30发布于 2019-01-16
  • 来自专栏太阳影的学习记录

    UE4技术总结——委托

    We simply require it for type-safety reasons. FDelegate NewDelegate; NewDelegate.

    3.7K31发布于 2021-10-15
  • 来自专栏极客中心

    Talk to Anders about C#

    They're terrible at doing type-safety analysis; therefore, we have bugs.

    58620发布于 2021-03-23
  • 来自专栏Albert陈凯

    2019-08-17 awesome-java,JAVA开发的武器库

    to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety

    2.5K30发布于 2019-11-15
领券