HUAWEI CLOUD Microservice Tool Improves Development EfficiencyHUAWEI CLOUD Microservice Tool Improves Development Efficiency Department: Application Platform Service Author: Wang Qijun Date: 2019-09-20 Security Level: Contents 1. Tool for Splitting Monolithic Architecture Microservice Architecture Delivery speed Slow Fast Fault isolation scope Thread-level Process-level Overall availability Low High Continuous evolution Difficult Easy Communication efficiency application-level formal verification Tool for Splitting Monolithic Applications into Microservices Improves Development Efficiency Supported processes Methodology • ThoughtWorks 5 Steps and 1 Phase • DDD aggregation0 码力 | 14 页 | 795.42 KB | 1 年前3
C++20 STL Features: 1 Year of Development on GitHubC++20 STL Features: 1 Year of Development on GitHub Stephan T. Lavavej "Steh-fin Lah-wah-wade" Principal Software Engineer, Visual C++ Libraries stl@microsoft.com @StephanTLavavej 1 Version 1.0 - September • Part 1: C++20 STL Features • Everything here is Standard, except as noted • Part 2: GitHub Development • For contributors and observers 2Overview Part 0 3CppCon 2019 -> CppCon 2020 • Announced SuperWig 26GitHub Development Part 2 27How We Use GitHub • Code: linear history, few feature branches • Issues: cxx20, LWG, bug, performance, etc. • Pull Requests: Used for all development • Continuous0 码力 | 45 页 | 989.72 KB | 6 月前3
C++20 STL Features: 1 Year of Development on GitHubVersion 1.0 - September 15, 2020 1 C++20 STL Features: 1 Year of Development on GitHub Stephan T. Lavavej "Steh-fin Lah-wah-wade" Principal Software Engineer, Visual C++ Libraries stl@microsoft.com @StephanTLavavej2 • Part 1: C++20 STL Features • Everything here is Standard, except as noted • Part 2: GitHub Development • For contributors and observers3 Overview Part 04 CppCon 2019 CppCon 2020 • Announced at SuperWig27 GitHub Development Part 228 How We Use GitHub • Code: linear history, few feature branches • Issues: cxx20, LWG, bug, performance, etc. • Pull Requests: Used for all development • Continuous0 码力 | 45 页 | 702.09 KB | 6 月前3
Powered by AI: A Cambrian Explosion for C++ Software Development Tools`University of Massachusetts Amherst Powered by AI: A Cambrian Explosion for C++ Software Development Tools Emery BergerCretaceous–Paleogene (K-Pg) extinction eventCretaceous–Paleogene (K-Pg) extinction0 码力 | 128 页 | 23.40 MB | 6 月前3
Techniques to Optimise Multi-threaded Data Building During Game DevelopmentOptimise Multi-threaded Data Building During Game Development - CppCon 2024Hello My name is Dominik Grabiec This talk isFocusing on optimising the process around building the data - the data build system system • How many people are in Game Development? • How many people have worked in AAA? • How many are familiar with asynchronous programming? Speaker notesTALK OVERVIEW 1. Background • What is data since 1999 (Professionally since 2005) • Worked in Embedded and Application Development • Since 2013 in AAA Game Development • Representing myself • Examples in this talk are recreations 3A quick bit 0 码力 | 99 页 | 2.40 MB | 6 月前3
强大的音视频处理工具: FFmpegffmpeg;最后给出附录内容,包括help语法、⽂档资料等。 源码+浏览+下载 本书的各种源码、在线浏览地址、多种格式⽂件下载如下: Gitbook源码 crifan/media_process_ffmpeg: 强⼤的⾳视频处理⼯具:FFmpeg 如何使⽤此Gitbook源码去⽣成发布为电⼦书 详⻅:crifan/gitbook_template: demo how to use crifan0 码力 | 73 页 | 11.57 MB | 1 年前3
《Java 应用与开发》课程讲义 - 王晓东TestAssertion { 2 public static void main(String[] args) { 3 new TestAssertion().process(-12); 4 } 5 public void process(int age) { 6 assert age >= 0; 7 System.out.println(”您的年龄:” + age); 8 // --- 12.5. 课后习题 � 12 � output Exception in thread ”main” java.lang.AssertionError at TestAssertion.process(TestAssertion.java:8) at TestAssertion.main(TestAssertion.java:4) 第二种断言的语法格式如下: 1 assert < boolean TestAssertion2 { 2 public static void main(String[] args) { 3 new TestAssertion2().process(-12); 4 } 5 public void process(int age) { 6 assert age >= 0: ”年龄值不合理”; 7 System.out.println(”您的年龄:” + age);0 码力 | 330 页 | 6.54 MB | 1 年前3
Celery v4.1.0 Documentationstable version of Celery (4.1). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing Module Index Search Page This document describes the current stable version of Celery (4.1). For development docs, go here. Copyright Celery User Manual by Ask Solem Copyright © 2009-2016, Ask Solem. org/licenses/BSD-3-Clause] This document describes the current stable version of Celery (4.1). For development docs, go here. Getting Started Release: 4.1 Date: Jul 24, 2017 Introduction to Celery What’s0 码力 | 1057 页 | 1.35 MB | 1 年前3
Celery 2.3 Documentationindex modules | next | Celery 2.3.5 documentation » This document describes Celery 2.3. For development docs, go here. Celery - Distributed Task Queue Contents: Getting Started Introduction Broker modules | next | previous | Celery 2.3.5 documentation » This document describes Celery 2.3. For development docs, go here. Getting Started Release: 2.3 Date: February 04, 2014 Introduction Overview Example previous | Celery 2.3.5 documentation » Getting Started » This document describes Celery 2.3. For development docs, go here. Introduction Version: 2.3.5 Web: http://celeryproject.org/ Download: http://pypi0 码力 | 530 页 | 900.64 KB | 1 年前3
Celery 2.4 Documentationindex modules | next | Celery 2.4.7 documentation » This document describes Celery 2.4. For development docs, go here. Celery - Distributed Task Queue Contents: Getting Started Introduction Brokers modules | next | previous | Celery 2.4.7 documentation » This document describes Celery 2.4. For development docs, go here. Getting Started Release: 2.4 Date: January 12, 2016 Introduction Overview Example previous | Celery 2.4.7 documentation » Getting Started » This document describes Celery 2.4. For development docs, go here. Introduction Version: 2.4.7 Web: http://celeryproject.org/ Download: http://pypi0 码力 | 543 页 | 957.42 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













