Official NativeScript Plugin SeedOfficial NativeScript Plugin Seed0 码力 | 92 页 | 15.00 MB | 1 年前3
Introduction to Mobile UI Test Automation-reporting If you don’t configure it, it won’t work. ;) Appium config file: Platform name Platform version Device name Application path https://appium.io/slate/en/master/?javascript#appium-server-capabilities driver.compareScreen("page.png"); Open source cloud builds - Sauce Labs nativescript-facebook plugin: www.github.com/NativeScript/nativescript-facebook/blob /master/demo/e2e-tests/tests.js Integration0 码力 | 41 页 | 4.75 MB | 1 年前3
Analyzing MySQL Logs with ClickHousePercona. 19 Percona Server Configuration • Install Audit Plugin • INSTALL PLUGIN audit_log SONAME 'audit_log.so'; • Configure Audit Plugin • audit_log_format=JSON • audit_log_rotate_on_size=1G •0 码力 | 43 页 | 2.70 MB | 1 年前3
NativeScript 101UI JavaScript Engine (Your app code runs here) Native APIs API Wrapper API Wrapper Plugin s Plugin s API Wrapper API Wrapper API Wrapper API Wrapper • Plugins created with JS/TypeScript setup to build for iOS/Android (requires Mac for iOS) o Integrates with Visual Studio Code (via plugin) WHY: More control, Free, Integrate with existing IDEs/code editors WHO: More technical developers0 码力 | 90 页 | 40.11 MB | 1 年前3
nativescript-new-looper-vantoll.pptxnativescript-plugin-firebase (6,523) - Eddy Verbruggen - 2) ? nativescript-apiclient (8,066) - Marcel Kloubert - 1) ? nativescript-toolbox (10,772) - Marcel Kloubert Top Plugin Creators • 6)0 码力 | 36 页 | 10.78 MB | 1 年前3
NativeScript UI@tjvantoll Agenda • Introduce {N} UI • Demo ? • Raucous applause ?? What is {N} UI? • A NativeScript plugin • 7 UI components • Supports Angular and non-Angular usage. • Used to have free and paid tiers—now0 码力 | 22 页 | 1.91 MB | 1 年前3
C++高性能并行编程与优化 - 课件 - 11 现代 CMake 进阶指南ake/ project 的初始化: VERSION 字段 • project( 项目名 VERSION x.y.z) 可以把当前项目的版本号设定为 x.y.z 。 • 之后可以通过 PROJECT_VERSION 来获取当前项目的版本号。 • PROJECT_VERSION_MAJOR 获取 x (主版本号)。 • PROJECT_VERSION_MINOR 获取 y (次版本号)。 • PROJECT_VERSION_PATCH 获取 z (补丁版本号)。 一些没什么用,但 CMake 官方不知为何就是提供了的项目字段…… 项目名的另一大作用:会设置另外 < 项目名 >_SOURCE_DIR 等变量 小技巧: CMake 的 ${} 表达式可以嵌套 因为 ${PROJECT_NAME} 求值的结果是 hellocmake 所以 ${${PROJECT_NAME}_VERSION} ${hellocmake_VERSION} 进一步求值的结果也就是刚刚指定的 0.2.3 了。 cmake_minimum_required 指定最低所需的 CMake 版本 假如你写的 CMakeLists.txt 包含了 3.15 版本才有的特性, 如果用户在老版本上使用,就会出现各种奇怪的错误。 因此最好在第一行加个 cmake_minimum_required(VERSION 3.15) 表示本0 码力 | 166 页 | 6.54 MB | 1 年前3
C++20: An (Almost) Complete Overview [[likely]] and [[unlikely]] Calendars & Timezones std::span Feature Test Macros <version> Immediate Functions – consteval constinit Class Enums and using Directive Text Formatting all C++ headers are “importable”, e.g. import <version>; Everything in <version> is exported, including macros Improves build throughput; <version> will be processed only once Comparable to precompiled optional_is_experimental 1 #endif #endif70 <version> Supplies implementation-dependent information about the C++ Standard Library you are using Example: Version number Release date Copyright notice0 码力 | 85 页 | 512.18 KB | 6 月前3
whats new in visual studioPreview 5 Preview 6 Version 16.8 Preview 1 Preview 2 Preview 3 Preview 4 Preview 5 Version 16.9 Preview 1 Preview 2 Preview 3 Preview 4 Version 16.10 Preview 1 Preview 2 Preview 3 Version 16.11 CppCon development 4. Developer and Team Productivity At CppCon last year Announcing In Visual Studio 2019 version 16.11, C++20 is now feature complete • All features under /std:c++20 switch are production ready libraries available for installation • Built from source, on-demand • Centralized, tested catalog (no version conflicts) • Popular build targets supported by default, and you can add your own custom targets0 码力 | 42 页 | 19.02 MB | 6 月前3
C++高性能并行编程与优化 - 课件 - 16 现代 CMake 模块化项目管理指南依赖项配置 用 find_package 寻找系统中安装的第三方库并链接他们 find_package 命令 • 常用参数列表一览: • find_package([version] [EXACT] [QUIET] [CONFIG] [MODULE] • [REQUIRED] [[COMPONENTS] [components...]] • (${XXX_VERSION} VERSION_LESS 3.1.0) 判断大小。 https://cmake.org/cmake/help/latest/command/if.html find_package 命令指定版本 • find_package(OpenCV REQUIRED) • 查找名为 OpenCV 的包,不限版本,事后可以通过 ${OpenCV_VERSION} 查询找到的版本。 find_package(OpenCV 2.0.1 REQUIRED) • 查找版本在 2.0.1 以上的 OpenCV 包( version >= 2.0.1 )。 • find_package(OpenCV 2.0.1 EXACT REQUIRED) • 查找版本刚好为 2.0.1 的 OpenCV 包( version == 2.0.1 )。 • 如果没写全,则没写的部分默认为 0 。例如下列三者等价: • find_package(OpenCV 0 码力 | 56 页 | 6.87 MB | 1 年前3
共 18 条
- 1
- 2













