应用 waPC (rust) 做软件测试工具
build on top of ”_start” extern crate wapc_guest as guest; extern crate Regex; ... fn echo_req_json(msg: &[u8]) -> CallResult { let mut req = foo_unmarshall::(msg)?; let String::from(“localhost:8000"); req.HttpScheme = String::from("http"); let request = serde_json::to_string(&req)?; Ok(request.as_bytes().to_vec()) } fn do_nothing(msg: &[u8]) -> CallResult { crate serde_json; use guest::prelude::*; use wasm_mock_util::*; fn echo_res_json(msg: &[u8]) -> CallResult { let mut res = foo_unmarshall:: (msg)?; res.HttpBody = json!({"data":“hi"}); 0 码力 | 30 页 | 2.50 MB | 1 年前3ClickHouse: настоящее и будущее
Batch jobs • Data Hub Support For Semistructured Data 27 JSO data type: CREATE TABLE games (data JSON) ENGINE = MergeTree; • You can insert arbitrary nested JSONs • Types are automatically inferred JSONExtractString(data, 'teams', 1, 'name') FROM games; — 0.520 sec. CREATE TABLE games (data JSON) ENGINE = MergeTree; SELECT data.teams.name[1] FROM games; — 0.015 sec. Support For Semistructured0 码力 | 32 页 | 2.62 MB | 1 年前3Secure your microservices with istio step by step
"spiffe:///ns/ /sa/ ” ● istioctl proxy-config secret -o json | jq '.dynamicActiveSecrets[0].secret.tlsCertificate.certificateChain.i nlineBytes' -r | base64 jwksUri: "https://raw.githubusercontent.com/istio/istio/re lease-1.8/security/tools/jwt/samples/jwks.json" apiVersion: security.istio.io/v1beta1 kind: AuthorizationPolicy metadata: name: require-jwt 0 码力 | 34 页 | 67.93 MB | 1 年前3whats new in visual studio
Doxygen integration Target Windows, Linux, macOS, MinGW and more Seamless onramp to CI with CMakePresets.json Learn more at https://aka.ms/cmake 🚀 Linux targeting Target any Linux distro, including WSL (Windows Support for C++20 Concepts and Ranges libraries • Build a subset of CMake targets with CMakePresets.json • Leverage IntelliSense in CMake projects targeting Android or embedded • Improve IntelliSense tooltip0 码力 | 42 页 | 19.02 MB | 5 月前3Performance Lets dive into Performance issues
a prime example. Enabling Optimization Testing • npm i v8-natives --save • Edit your app/package.json • Add --allow-native-syntax to v8Flags V8 Natives • Docs: https://github.com/NathanaelA/v8-Natives0 码力 | 15 页 | 1.71 MB | 1 年前3Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit
table • We will use these start and end date values to draw and clear features on the map • The JSON of the feature layer includes all the necessary information for the time slider - Start and end0 码力 | 10 页 | 734.09 KB | 5 月前3Analyzing MySQL Logs with ClickHouse
Plugin • INSTALL PLUGIN audit_log SONAME 'audit_log.so'; • Configure Audit Plugin • audit_log_format=JSON • audit_log_rotate_on_size=1G • audit_log_rotations=2 • Customize Filtering as needed • audit0 码力 | 43 页 | 2.70 MB | 1 年前3C++高性能并行编程与优化 - 课件 - 01 学 C++ 从 CMake 学起
枚举类型的反射,如枚举转字符串等(实现方式很巧妙) 3. g-truc/glm - 模仿 GLSL 语法的数学矢量 / 矩阵库(附带一些常用函数,随机数生成等) 4. Tencent/rapidjson - 单纯的 JSON 库,甚至没依赖 STL (可定制性高,工程美学经典) 5. ericniebler/range-v3 - C++20 ranges 库就是受到他启发(完全是头文件组成) 6. fmtlib/fmt0 码力 | 32 页 | 11.40 MB | 1 年前3C++高性能并行编程与优化 - 课件 - 16 现代 CMake 模块化项目管理指南
so 、 libQt5Network.so 。因此 CMake 要求所有第三方 库作者统一包装成一个 Qt5Config.cmake 文件包含所有相关信息(类似于 nodejs 的 package.json ),比你单独的一个个去找动态库文件要灵活的多。 • 包配置文件由第三方库的作者( Qt 的开发团队)提供,在这个库安装时( Qt 的安装程序 或 apt install 等)会自动放到 /u0 码力 | 56 页 | 6.87 MB | 1 年前3
共 9 条
- 1