NativeScript UI
NativeScript UI ? ? ? TJ VanToll ? @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—now all free! Agenda • Introduce {N} UI • Demo ? • Raucous applause ?? Controls • SideDrawer ?️ • ListView ? • DataForm ? • AutoComplete NativeScript UI • Docs •http:// docs.telerik.com/devtools/nativescript-ui/introduction • Samples •https://github.com/telerik/nativescript-ui-samples •https://github.com/telerik/nativescript-ui-samples-angular0 码力 | 22 页 | 1.91 MB | 1 年前3Introduction to Mobile UI Test Automation
Introduction to Mobile UI Test Automation @vchimev @SvetoslavTsenov About Us Svetoslav Tsenov Vasil Chimev F O O D Do you test your mobile apps? Usual Excuses Not enough time No appropriate0 码力 | 41 页 | 4.75 MB | 1 年前3Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit
the development environment using Esri templates • Use the ArcGIS toolkit to use already existing UI componentsTime aware layer • We will be using a feature layer that include hurricane data as features Runtime Toolkit for Qt • Open-source project • Contains UI components and utilities to help simplify Qt app development • Can plug and play various UI pieces • Where: - https://github.com/Esri/arcgis-runtime-toolkit-qt repository and import the path in .pro file in Qt Creator - Register your components in main.cppArcGIS Runtime Toolkit for Qt • Time slider UI component: - Provides controls to visualize and step through temporal0 码力 | 10 页 | 734.09 KB | 5 月前3NativeScript 101
? Fast to market ? Best experience Native App "JavaScript-Driven Native" Native UI driven by JavaScript Native UI JavaScript-to-Native bridge JavaScript Engine (Your app code runs here) Native FuseTool s Flutte r Native App Native UI JavaScript-to-Native runtime JavaScript Engine (Your app code runs here) Native APIs Native App Native UI JavaScript Engine (Your app code runs here) not ?) • 100% Day 0 API Access • Everything Runs on UI Thread* • Plugins created with native code • React Support • API Access via Native Modules • UI Thread vs JS Thread • Angular/Vue/Vanilla vs React0 码力 | 90 页 | 40.11 MB | 1 年前3C++20 STL Features: 1 Year of Development on GitHub
namespace std; int main() { cout << boolalpha; short s = -1; unsigned int ui = 1729; cout << (s < ui) << endl; } • What does this print? • warning C4018: '<': signed/unsigned mismatch std; int main() { cout << boolalpha; short s = -1; unsigned int ui = 1729; cout << cmp_less(s, ui) << endl; } • This prints true ✔10template constexpr 0 码力 | 45 页 | 702.09 KB | 5 月前3C++高性能并行编程与优化 - 课件 - Zeno 中的现代 C++ 最佳实践
节点的输出可以连线到另一个节点的输入上,相当于函数的调用和返回。 • 众多节点的组合,可以形成更强大的功能,这就是 Zeno 的 dataflow-programming 。 节点在 UI 中的表现 节点在 UI 中的表现 节点在 UI 中的表现 节点在 UI 中的表现 main 函数第一个执行? • 众所周知, main 函数是 C/C++ 程序中 第一个执行的函数,是程序的入口点。 • 但,他真的是第一个执行的吗?0 码力 | 54 页 | 3.94 MB | 1 年前3nativescript-new-looper-vantoll.pptx
Tooling ? • Theme ? • Code Samples ? • UI for NativeScript ??? • Telerik Platform ? Theme ? Code Samples ? UI for NativeScript ??? • We already have... UI for NativeScript ??? • Dataform is new0 码力 | 36 页 | 10.78 MB | 1 年前3Zadig 面向开发者的云原生 DevOps 平台
景 挖 掘 3-5 个领域敏感型场景 建立产品发展委员会 贡献者流程优化 2022 年 9 月 场 景 深 化 能 力 增 强 Helm/K8s YAML/ 托管场景接入流程优化 UX/UI 升级,工程师一线体验优化 推出效能看板,实时客观度量工程数据指标 效 率 优 化 、 开 发 者 体 验 增 强 2023 年 面向生态伙伴开放场景 面向开发者提供 IDE 插件 / 跨项目共享服务 • 开发者共享环境 - 自测子环境 扫码查看 TT 语音最佳实践 面向开发者的云原生环境 扫码查看飞书集成测试案例 • 无缝对接主流测试框架 / 平台 • API/E2E/UI 自动化测试管理 • 与开发协同自动化验收 • 自动化测试效益分析 高效协同的测试管理 • 一套 YAML/Chart 模板管理数百微服务 • 每个技术栈抽象一套构建模板 • 运维统一工作流规范,开发自主使用0 码力 | 59 页 | 81.43 MB | 1 年前3C++高性能并行编程与优化 - 课件 - 16 现代 CMake 模块化项目管理指南
[EXACT] [QUIET] [CONFIG] [MODULE] • [REQUIRED] [[COMPONENTS] [components...]] • [OPTIONAL_COMPONENTS components...] • ) https://cmake.org/cmake/help/latest/command/find_package find_package(OpenCV REQUIRED COMPONENTS core videoio) • 查找名为 OpenCV 的包,找不到就报错,且必须具有 OpenCV::core 和 OpenCV::videoio 这 两个组件,如果没有这两个组件也会报错。 • find_package(OpenCV REQUIRED OPTIONAL_COMPONENTS core videoio) • 查找名为 • target_link_libraries(yourapp ${XXX_LIBRARIES}) • 现代(小彭老师推荐): • find_package(XXX REQUIRED COMPONENTS xxx) • target_link_libraries(yourapp XXX::xxx) 大多都能同时兼容现代和古代 • 大多现代的 Find/Config 文件,都同时兼容 现代和古代的用法。0 码力 | 56 页 | 6.87 MB | 1 年前3Harbor Deep Dive - Open source trusted cloud native registry
Vulnerability Scanning Job Service Admin Service Harbor components 3rd party components SQL Database Key/Value Storage Persistence components Local or Remote Storage (block, file, object) Users (GUI/API)0 码力 | 15 页 | 8.40 MB | 1 年前3
共 22 条
- 1
- 2
- 3