首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏walterlv - 吕毅的博客

    使用 SetParent 跨进程设置父子窗口时的一些问题(小心卡死)

    但 Raymond Chen 在 Is it legal to have a cross-process parent/child or owner/owned window relationship? SetParent() win32 API between different processes - Stack Overflow Hosting WPF UI cross-thread and cross-process – Diaries of a Software Plumber [Is it legal to have a cross-process parent/child or owner/owned window

    2.3K20编辑于 2023-10-22
  • 来自专栏SAP EWM

    SAP EWM后台配置研习之QM集成配置点Define Follow-up Actions

    SAP EWM后台配置研习之QM集成配置点Define Follow-up ActionsIMG->SCM EWM ->EWM->Cross-Process Settings->Quality Management

    18810编辑于 2025-10-11
  • 来自专栏Khalil的专栏

    震惊!Django缓存中的数据频频丢失,究竟谁是幕后黑手!

    Note that each process will have its own private cache instance, which means no cross-process caching 着重标记最后一段文档: Note that each process will have its own private cache instance, which means no cross-process

    2.2K00发布于 2017-07-26
  • 来自专栏sktj

    python queue使用

    Process class can also be subclassed just like threading.Thread; Queue works like queue.Queue but for cross-process

    47010编辑于 2022-05-13
  • 来自专栏SAP EWM

    SAP EWM初阶之Warehouse Process Type

    AttributesWarehouse Process Types are configured in SAP EWM under the path: SCM Extended Warehouse Management > Cross-Process

    20810编辑于 2025-09-09
  • 来自专栏sktj

    python gui中线程的调用

    if threads not available import _dummy_thread as thread # same interface, no threads shared cross-process

    61630编辑于 2022-05-13
  • 来自专栏Android源码框架分析

    SharePreference原理及跨进程数据共享的问题

    Instead, they should use an explicit cross-process data management approach such as ContentProvider。

    1.9K60发布于 2018-06-29
  • 来自专栏为数不多的Android技巧

    请不要滥用SharedPreference

    Instead, they should use an explicit cross-process data management approach such as {@link android.content.ContentProvider

    1.7K40发布于 2018-09-05
  • 来自专栏为数不多的Android技巧

    请不要滥用SharedPreference

    Instead, they should use an explicit cross-process data management approach such as {@link android.content.ContentProvider

    75710发布于 2020-01-20
  • 来自专栏罗西的思考

    [业界方案]用Jaeger来学习分布式追踪系统Opentracing

    1.3.2 全链路跟踪 全链路跟踪分成三个跟踪级别: 跨进程跟踪 (cross-process)(调用另一个微服务) 数据库跟踪 进程内部的跟踪 (in-process)(在一个函数内部的跟踪) 本文只讨论 跨进程跟踪 (cross-process),因为跨进程跟踪是最简单的 ^_^。

    2.5K30发布于 2020-09-16
  • 来自专栏7号代码

    SharedPreferences 源码解析及应用(多进程解决方案)

    Instead, * they should use an explicit cross-process data management approach such as {@link android.content.ContentProvider

    1.9K10发布于 2019-12-03
  • 来自专栏芋道源码1024

    分布式链路追踪 SkyWalking 源码分析 —— Agent 收集 Trace 数据

    --------- 跨进程( cross-process ) --------- #inject(ContextCarrier) 方法,将 Context 注入到 ContextCarrier ,用于跨进程

    4.3K53发布于 2019-08-08
  • 来自专栏Android 研究

    Android跨进程通信IPC之5——Binder的三大接口

    * remote procedure call mechanism designed for high performance when * performing in-process and cross-process

    1.8K61发布于 2018-08-30
领券