Using the Microsoft Graph API to get Office 365 data in your mobile apps
nativescript-msgraph Demo Map Slide www.nuvious.com 14 48% OneDrive Excel Users Groups Mail Calendar Contacts Notes Tasks Thank You Alex Ziskind Technical Director @digitalix www.nuvious.com0 码力 | 15 页 | 7.00 MB | 1 年前3基于 Rust Arrow Flight 的物联网和时序数据传输及转换工具 霍琳贺
- Cancel • Case 2: tokio::select with stream::iter • Case 1: cancel with blocking code Tokio - Notes • 使用非阻塞或并发 / 异步数据结构 • 使用异步锁和异步 Channel 。 • 使用 spawn_blocking 提交耗时任务 • C FFI 调用时,要关注上下文的线程安全性。 • 多个运行时之间使用0 码力 | 29 页 | 2.26 MB | 1 年前3C++20 STL Features: 1 Year of Development on GitHub
Changelog entry immediately • Advice for Reviewing Pull Requests • MSVC STL Contributors Meeting Notes • Macro _MSVC_STL_UPDATE • Updated every month by new contributors • Custom Autolinks • DevCom-7244440 码力 | 45 页 | 702.09 KB | 5 月前3C++高性能并行编程与优化 - 课件 - 11 现代 CMake 进阶指南
/opt/openvdb-8.0 (会安装到 /opt/openvdb-8.0/lib/libopenvdb.so ) • cmake -B build -DCMAKE_BUILD_TYPE=Release • ↑ 设置构建模式为发布模式(开启全部优化) • cmake -B build ← 第二次配置时没有 -D 参数,但是之前的 -D 设置的变量都会被保留 • (此时缓存里仍有你之前定义的 Debug 调试模式,完全不优化,生成调试信息,方便调试程序 • Release 发布模式,优化程度最高,性能最佳,但是编译比 Debug 慢 • MinSizeRel 最小体积发布,生成的文件比 Release 更小,不完全优化,减少二进制体积 • RelWithDebInfo 带调试信息发布,生成的文件比 Release 更大,因为带有调试的符号信 息 • 默认情况下 CMAKE_BUILD_TYPE 为空字符串,这时相当于 Debug 。 各种构建模式在编译器选项上的区别 • 在 Release 模式下,追求的是程序的最佳性能表现,在此情况下,编译器会对程序做最大 的代码优化以达到最快运行速度。另一方面,由于代码优化后不与源代码一致,此模式下 一般会丢失大量的调试信息。 1. Debug: `-O0 -g` 2. Release: `-O3 -DNDEBUG` 3. MinSizeRel: `-Os0 码力 | 166 页 | 6.54 MB | 1 年前3Making Libraries Consumable for Non-C++ Developers
std::shared_ptr- Python - Objective-C (manual or automatic – see ARC) - Swift - COM – AddRef()/Release() - Non-Reference counted - .NET - JVM - JavaScript Manual memory management is rarely advocated obj // 0x5200, ref 3 obj->add_ref(); // 0x5200, ref 2 [obj AddRef]; // 0x5200, ref 2 [obj Release]; // 0x5200, ref 1 obj->rel_ref(); // 0x5200, ref 0 obj->rel_ref();Memory model – Non-Reference 0 码力 | 29 页 | 1.21 MB | 5 月前3whats new in visual studio
2021 May 2021 Mar 2021 Nov 2020 Visual Studio 2022 Preview 1 Preview 2 Preview 3 Preview 4 Release Candidate Visual Studio 2022 May 2021 Oct 2021 (today) You’re invited Launch Event 🚀 Monday, lace_back/etc • Implement the equivalent of Wmissing-braces • Update the bundled Android NDK to Release r21 LTS and track the LTS releases of the NDK Share your feedback at https://aka.ms/cpp/suggest0 码力 | 42 页 | 19.02 MB | 5 月前3Lock-Free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done!
guarantee that no other thread will delete this value until after it is released. void release() • Release the protection on the protected value • Often done automatically through RAII types void0 码力 | 45 页 | 5.12 MB | 5 月前3基于Rust-vmm实现Kubernetes运行时
vmm-sys-util: collection of modules providing helpers and utilities for building VMMs and hypervisors. Release Crates Cloud Hypervisor • Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that0 码力 | 27 页 | 34.17 MB | 1 年前3应用 waPC (rust) 做软件测试工具
--header "Content-Type:application/octet- stream" \ --data-binary "@target/wasm32- unknown-unknown/release/examples/ $3.wasm" Mock rule based on path matching regex extern crate wapc_guest as guest; #[macro_use]0 码力 | 30 页 | 2.50 MB | 1 年前3THE FIRST EXPLORATION OF PROJECT SPARROW
the Renode Rust UART peripheral example: cargo build --target wasm32-unknown-unknown --release --lib III. Sparrow Development on branch "26999-rust_uart": https://github0 码力 | 68 页 | 13.14 MB | 1 年前3
共 13 条
- 1
- 2