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

    C++核心准则ES.30: 不要使用宏进行程序中的文本操作​

    Note(注意) This rule is meant to also discourage use of # for stringification and ## for concatenation.

    85710发布于 2020-05-20
  • 来自专栏嵌入式艺术

    【Linux API 揭秘】container_of函数详解

    C11 _Static_assert, with a * little macro magic to make the message optional (defaulting to the * stringification

    93310编辑于 2023-12-15
  • 来自专栏linjinhe的专栏

    Linux进程内存管理(一)

    ALIAS(je_fn) __attribute__((alias (#je_fn), used)) /* To force macro expansion of je_ prefix before stringification

    4.2K30发布于 2018-06-06
  • 来自专栏code秘密花园

    有个朋友因为 JSON.stringify 差点丢了奖金

    / 2# Boolean, Number, and String objects are converted to the corresponding primitive values during stringification

    72720编辑于 2022-11-08
  • 来自专栏前端到底怎么学好来

    Vue3 的效率提升主要表现在哪些方面?

    预字符串化预字符串化(Pre-stringification)是一种优化技术,用于处理大量静态内容。它可以将静态内容在编译时转换为字符串,以减少运行时的计算和处理。

    50020编辑于 2023-11-28
  • 来自专栏程序猿DD

    差点因为 JSON.stringify 丢了奖金...

    / 2# Boolean, Number, and String objects are converted to the corresponding primitive values during stringification

    77810编辑于 2022-06-27
  • 来自专栏CSDN搜“看,未来”

    讲通C/C++预编译/条件编译指令 #ifdef,#ifndef,#endif,#define,…

    的空间配置器中的一段代码,大家自己看一下能否心领神会: #ifndef __ZMALLOC_H #define __ZMALLOC_H /* Double expansion needed for stringification

    6.1K40发布于 2020-08-31
  • 来自专栏小康的自留地

    二、JSON数据格式

    . // The optional space parameter produces a stringification of the // value that

    2.3K10发布于 2020-08-24
  • 来自专栏C语言基础

    【C语言基础】:预处理详解(二)

    宏和函数的对比: 二、#和##运算符 2.1 #运算符 #运算符是一个预处理器运算符,用于字符串化(Stringification)。

    38210编辑于 2024-04-17
  • 来自专栏DL

    【C 语言专栏收官】预处理完全攻略:宏、条件编译与代码安全的最后一道防线

    . # 运算符 (字符串化 - Stringification) # 运算符将宏参数转换为字符串字面量,仅能在带参数的宏替换列表中使用。

    22510编辑于 2025-12-23
  • 来自专栏信数据得永生

    SqlAlchemy 2.0 中文文档(五十九)

    " in the .c collection of a subquery; these were previously being represented either as the generic stringification This allows the expression to support stringification among other things. References: #6222 [sql] [bug] Fixed the “stringify” compiler to support a basic stringification of

    1.1K10编辑于 2024-08-16
领券