ES6 Tutorial# ES6 # tutorialspoint SIMPLY EASY LEARNING ## About the Tutorial European Computer Manufacturers Association (ECMAScript) or (ES) is a standard for scripting languages like JavaScript, ActionScript through JavaScript to describe the new features in ECMAScript 2015 (ES6), ECMAScript 2016 (ES7), ECMAScript 2017 (ES8) and ECMAScript 2018 (ES9). ## Audience This tutorial is designed for the stemplate software tutorial will give you enough understanding on the functionalities of ECMAScript and also about ES6, ES7, ES8 and ES9. ## Prerequisites An understanding of JavaScript programming concepts is necessary to gain0 码力 | 435 页 | 4.00 MB | 2 年前3
Mastering C++ Modules## 20 24 September 15 - 20 ## +24 ## import CMake; // Mastering C++ Modules ## BILL HOFFMAN ## CMake / Sandal / Kitware  c8e179/p6_2.jpg) ## Enough with the Background Let's Talk Modules! ## C++ Named Modules Only Bloomberg Engineering ## C++ Modules: The Challenges of Implementing Header Units C++Now 2023 May nts/c/2/6/e/c26ec0084396c02bc15cec03c0c8e179/p9_2.jpg) Yes, CMake has added support for C++20 modules in version 3.21. This means you can use CMake to build C++20 projects that make use of the new module0 码力 | 77 页 | 9.07 MB | 1 年前3
A (Short) Tour of C++ Modules## A (Short) Tour of C++ Modules ## +21 ## DANIELA ENGERT ## 20 21 October 24-29 ## A (SHORT) TOUR OF C++ MODULES Modules demystified and applied Daniela Engert - CppCon 2021 ## ABOUT ME • Electrical years • Member of the C++ committee (learning novice) • employed by ## OVERVIEW • Modules Foundations ☐ C++20 Modules, a short recap ■ Module unit types and Module composition ■ Visibility of Identifiers linker symbols • Modules in practice ■ Moving towards modules (by example) ☐ Imports are different! Is it worth it? (a case study) ■ The state of the ecosystem ## C++20 MODULES ## a short recap translation0 码力 | 62 页 | 4.20 MB | 1 年前3
C++ Modules: Getting Started Today## +23 ## C++ Modules: Getting Started Today ## ANDREAS WEIS ## 20 23 October 01 - 06 ## C++ Modules - Getting Started Today Andreas Weis Woven by Toyota CppCon 2023 ## About me - Andreas Weis (he/him) File: module.cpp export module my_module; export char const* my_function() { return "Hello Modules!"; } — File: main.cpp #includeimport my_module; int main() { std::println("{}" getS() { struct S { int i = 42; }; return S{}; } Daniela Engert - The three secret spices of C++ Modules - Visibility, Reachability, Linkage ## Meeting C++ online ## SELECTIVE VISIBILITY  incomplete ODR checks, and demand complete trust ## Modules and ODR ## One Definition to its definition begins “the great hunt” ## The Global Module ■ Everything we used to do before Modules - Merry mess ■ Provide no ODR guarantees – Responsibility of the programmer Complete ODR check0 码力 | 53 页 | 1.33 MB | 1 年前3
C++20 Modules: The Packaging and Binary Redistribution Story## 20 23 October 01 - 06 ## +23 ## C++20 Modules: The Packaging and Binary Redistribution Story ## LUIS CARO CAMPOS ## C++20 Modules: The Packaging and Binary Redistribution Story  godep Go Modules 1.1. go get add new dependencies to project (GOPATH) update existing dependencies (only to latest version) cannot remove unused dependencies widely used, tool 2. Go Modules Announced in February 2018 Based on learnings from godep Changes how we think about dependency management Optional in Go 1.11 (GO111MODULES=on) Default outside of0 码力 | 13 页 | 426.99 KB | 1 月前3
Building a central Go modules repository: GoCenter’s back to the future## Building a central Go modules repository: GoCenter's back to the future GopherCon 2019 Lightning Talk Ankush Chadha  _1.jpg)  ## go modules  ## reproducible builds  ## Use go modules correctly module github.com/stretchcr/testify module github.com/stretchcr/testify 4 github.com/davecgh/go-spew0 码力 | 19 页 | 9.22 MB | 2 年前3
Beyond Compilation Databases to Support C++ Modules: Build Databases## +24 ## Beyond Compilation Databases to Support C++ Modules: Build Databases ## BEN BOECKEL ## Who am I? • 15 years working on build systems and software process • CMake developer ○ Designing and systems which use CMake ☐ C++ modules support • Working with the community to improve building software ☐ ISO standards ☐ Dependency format ☐ Pushing forward modules support in other build systems systems xmake □ bazel ## Outline 1. What are compilation databases? 2. How do modules change the status quo? 3. Build databases ## Compilation Databases: Overview • JSON document • Array of JSON objects0 码力 | 31 页 | 585.05 KB | 1 年前3
基于Consul的多Beats接入管控与多ES搜索编排## 基于Consul的多Beats接入管控与多ES搜索编排 梁成 腾讯云, barryliang@tencent.com ## 拥抱开源、释放云原生的力量 背景与挑战 多Beats/Logstash接入管控 多ES搜索编排系统 日志AIOps探索 ## 背景与挑战 如何降低日志接入门槛 如何保证日志实时上报 如何保障日志采集不影响业务 如何做配置标准化 如何帮助业务快速排障 Agent运行时监控 Beats cpu/mem管控 日志延时分析 ⽇志覆盖率分析 ES/kafka容量管理  ## 案例:高并发写入场景下Beats与ES性能优化 |对比|自建|日志平台接入| |---|---|---| |上报延时分 |Filebeat性能分析|依赖白金版monitor机制|不依赖es版本、结合cpu/mem限额配置与实时指标采集分析| |Filebeat性能调优|需要修改配置文件不断尝试|界面提交核心参数并结合延时图对比分析| |Filebeat性能管控|日志量太大CPU飙升影响业务|精准控制资源消耗防止异常减少抖动| |Es写入性能调优|修改配置文件不断观察数据情况|基于ES压测报告给出专家级es参数优化建议| |参数优化体验|修改配0 码力 | 23 页 | 6.65 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
ES6ECMAScriptJavaScript模块类C++ ModulesCMakeC++20P1689R5clangC++20模块模块化编译器支持模块接口过渡策略exportimportmodule interfacesvisibilityModule OwnershipComponentizationIsolationScalable BuildC++20 ModulesBinary Module Interface (BMI)Build ToolsCompiler CompatibilityPackaging and RedistributionGo Modulesgo.modgo.sumGOPROXYGOPATHGo modulesGoCentergo mod initgo mod tidygithub repositoriesBuild DatabasesISO StandardsJSONConsulBeatsLogstashElasticsearch多ES搜索编排













