首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • Block Clone允许多个文件共享一个物理区块

    (fs_flags & FILE_SUPPORTS_BLOCK_REFCOUNTING)){SetLastError(ERROR_NOT_CAPABLE);return FALSE;}FILE_END_OF_FILE_INFO (fs_flags & www.laipuhuo.com FILE_SUPPORTS_BLOCK_REFCOUNTING)){SetLastError(ERROR_NOT_CAPABLE);return

    36510编辑于 2024-08-28
  • 来自专栏编译思想

    使用CEF(二)— 基于VS2019编写一个简单CEF样例

    IMPLEMENT_REFCOUNTING(SimpleApp); }; #endif 这里引入的时候,如果发现VS提示,#include "include/cef_app.h"无效,首先检查上述的对项目的配置是否正确 return true; } private: IMPLEMENT_REFCOUNTING(SimpleBrowserViewDelegate); DISALLOW_COPY_AND_ASSIGN return CefSize(800, 600); } private: CefRefPtr<CefBrowserView> browser_view_; IMPLEMENT_REFCOUNTING IMPLEMENT_REFCOUNTING(SimpleClient); }; #endif simple_client.cpp以及simple_client_os_win.cpp 这里我们提供了两份源代码

    2.3K10编辑于 2023-10-18
  • 来自专栏linux驱动个人学习

    多功能设备mfd驱动

    resulting platform_device */ struct mfd_cell { const char *name; int id; /* refcounting

    2.3K11发布于 2019-05-25
  • 来自专栏编译思想

    使用CEF(四)— 在QT中集成CEF(1)基本集成

    IMPLEMENT_REFCOUNTING(SimpleHandler); }; simple_handler.cpp // Copyright (c) 2013 The Chromium Embedded IMPLEMENT_REFCOUNTING(SimpleApp); }; simple_app.cpp // Copyright (c) 2013 The Chromium Embedded Framework

    4.2K20编辑于 2023-10-17
  • 来自专栏along的开发之旅

    C++ Dos and Don'ts

    .): // BAD: bare call to new; for refcounted types, not compatible with one-based // refcounting. return

    1.1K10发布于 2020-12-08
  • 来自专栏程序员

    从C++/MFC到CEF与TypeScript的桌面架构演进

    &SaveDataOnMainThread,data));retval=CefV8Value::CreateBool(true);returntrue;}returnfalse;}IMPLEMENT_REFCOUNTING

    30610编辑于 2025-12-11
  • 来自专栏硬核项目经理的专栏

    PHP的引用计数是什么意思?

    98%AF%E4%BB%80%E4%B9%88%E6%84%8F%E6%80%9D%EF%BC%9F.php 参考文档:https://www.php.net/manual/zh/features.gc.refcounting-basics.phphttps

    2.5K20发布于 2020-07-14
  • 来自专栏linux驱动个人学习

    Linux-3.14.12内存管理笔记【构建内存管理框架(5)】

    * * Used also for tail pages * refcounting

    80330发布于 2019-10-08
  • 来自专栏架构师成长之路

    深入理解PHP的引用(References in PHP)

    总结 Conclusion After reading this article, I hope that you now fully understand how references, refcounting

    4.8K20编辑于 2022-04-14
  • 来自专栏程序员

    在MFC桌面应用中嵌入现代浏览器内核:原理、选型与实践全解析

    m_owner->OnJavaScriptResult(result);returntrue;}returnfalse;}private:CMyCefBrowser*m_owner;IMPLEMENT_REFCOUNTING +errorText.ToWString().c_str();m_app->ShowErrorMessage(errorMsg);}private:CMyMfcApp*m_app;IMPLEMENT_REFCOUNTING

    39710编辑于 2025-12-10
  • 来自专栏Java架构师必看

    深入探讨PHP中的内存管理问题

    六、 写复制(Copy on Write) 通过refcounting来节约内存的确是不错的主意,但是,当你仅想改变其中一个变量的值时情况会如何呢?为此,请考虑下面的代码片断: <?

    1.4K30发布于 2021-03-22
领券