webpack 5 whats new
WEBPACK 5 – WHAT’S NEW • CORE MAJOR • • • • 2 • • • 3 • • 301KB • • • • “CRYPTO” CANNOT BE RESOLVED yarn add resolve alias 4 ? ??? ? • • • • • • 3A2B1C. • • LOGIN.JS • 20 码力 | 46 页 | 15.88 MB | 1 年前3Nim,A new approach to meta programming
A new approach to meta programming Author: Andreas Rumpf A new approach to metaprogramming Copyright © 2013 Andreas Rumpf Talk structure 1.What is Nimrod? 2.Implementation aspects 3."Hello World" echo "first call of p" 10 echo "some call of p" 11 12 p() 13 once: 14 echo "new instantiation" 15 p() Meta programming features Copyright © 2013 Andreas Rumpf Meta programming echo "some call of p" 11 12 p() 13 once: 14 echo "new instantiation" 15 p() Produces: first call of p some call of p new instantiation some call of p Meta programming features Copyright0 码力 | 45 页 | 360.68 KB | 1 年前3What's new with GitOps and OpenShift
What's new with GitOps and OpenShift 1 Jonas Janz AppDev Solutions Architect https://github.com/pixeljonas 2 GitOps is when the infrastructure and/or application state is fully represented by0 码力 | 34 页 | 2.01 MB | 1 年前3TiDB Database Auditing User Guide (new)
7-164-4000.log. ● After log rotation, the old log file is renamed as filename.timestamp, and the new log file keeps the name specified in tidb_audit_log. tidb_audit_log_format ● Scope: GLOBAL ● Persists field is optional. ● If you want to create a new filter to replace the filter with the same name, you can specify the third argument to 1. ● After creating a new filter, you can find the corresponding information for one user. If you want to create a new rule to replace an existing rule with the same user and filter, specify the third argument as 1. ● After creating a new rule, you can find the corresponding information0 码力 | 23 页 | 328.42 KB | 1 年前3What's New In Apache Ozone 1.3
What’s new in Apache Ozone 1.3 陈怡 Apache Ozone PMC 主席 3 ⽬录 I. Ozone 构架 II. Ozone 1.3 新功能 III. 未来展望 4 Ozone 构架 5 Ozone 1.3 新功能 I. 纠删码(Erasure coding) II. 系统均衡器(Container Balancer) III0 码力 | 24 页 | 2.41 MB | 1 年前3What's New for Visual Studio Code
VS Code @ CppCon 2024 What’s new for Visual Studio Code: Performance, GitHub Copilot, and CMake Enhancements (Provided by Conference)Meet the Speakers Sinem Akinci PM for C++ Copilot and CMake in in VS Code Alexandra Kemper PM for the C++ Extension for VS CodeAgenda: What's new in VS Code Faster Performance Smarter GitHub Copilot suggestions Easier to use Features for CMake & C/C++ Extensible Copilot solutions Wait I want to learn about Visual Studio! Check out the talk tomorrow @ 13:30 “What’s New in Visual Studio for C++ Developers” – Mryam Girmay & Michael PriceVS Code has a rich extension ecosystem0 码力 | 26 页 | 1.42 MB | 5 月前3What's New in Visual Studio 2022
Thread-specific storage Visit https://aka.ms/c11-threads for more details AnnouncingStatic Analysis • 10+ new checks: • High-confidence lifetime checks. • Date calculations not considering leap years. • Evaluation HorvathIn Visual Studio 2022 version 17.7, Address Sanitizer continue_on_error Mode Now Available • A new “checked build” for C and C++ • Diagnoses and reports hidden memory safety errors, with zero false entire test suite collecting all memory safety issues. • Enable developers to implement a simple new gate for shipping C++ on Windows. Announcing Visit https://aka.ms/asan-coe for more detailsVisual0 码力 | 55 页 | 3.27 MB | 5 月前3What's New in Visual Studio for C++ Developers
SSH/container/WSL remote experiences and much, much more… https://aka.ms/cpp/code Thu 09/19 – 16:15pm What’s New for Visual Studio Code Alexandra Kemper & Sinem Akinci10 Years of Microsoft @ CppCon Many thanks to… modules • Fewer missed bugs (more checks for inlined calls) with Address Sanitizer Performance • New SLP vectorizer to vectorize non-loop code o https://aka.ms/cpp/slp-vec-example • Better utilization0 码力 | 46 页 | 4.07 MB | 5 月前3PingCAP Infra Meeutp 申砾 82 What is New TiDB
TiDB 2.1: What's New and What's Next shenli@pingcap.com Agenda ● What’s new in TiDB 2.1 ○ PD/TiKV ○ TiDB ○ Tools ● What’s next? TiDB 2.1 PD/TiKV (1/2) ● Version Control ● PreVote ○ PD ○ TiKV ● Hint` in the `UPDATE` and `DELETE` statements ○ Parallel `Hash Aggregate`, `Project` operators ○ New Aggregation Framework ○ Update statistic based on query feedback ○ Explain Analyze Statement ● DDL distribution of table Regions in the TiKV cluster ○ General log ○ Log level Tools ● Lightning ● New binlog Benchmark 2.0 VS 1.0 on TPC-H Scale 50 2.1 VS 2.0 on TPC-H Scale 50 2.1 VS 2.0 on0 码力 | 20 页 | 446.68 KB | 5 月前3Implementing Reflection Using the New C++20 Tooling Opportunity: Modules
std::string name; float x, y, z; }; Entity entity; entity.*member = 42.0f; Entity* heap_entity = new Entity(); heap_entity->*member = 2024.0f; C++ pointer to member• Type erasing a member variable • DestructorFunc destructor; }; templatevoid erased_constructor(void* object_memory) { new (object_memory) T(); } template void erased_destructor(void* object) { static_cast (object)->~T(); 0 码力 | 53 页 | 1.43 MB | 5 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100