 The Main Points of C++The Main Points of C++ Misha4.2 Point4.2 Point, as in:1. Just one point (dot) 3-4 .1. Just one point (dot) • In floating-point literals 4.2 .2 4. followed by suffix or exponent (e or p) .1. Just access operators • Member of object • Pointer to member of object • In module names export module Main.SubM.SubSubM; “Dots have no intrinsic meaning, however they are used informally to represent hierarchy0 码力 | 34 页 | 344.31 KB | 6 月前3 The Main Points of C++The Main Points of C++ Misha4.2 Point4.2 Point, as in:1. Just one point (dot) 3-4 .1. Just one point (dot) • In floating-point literals 4.2 .2 4. followed by suffix or exponent (e or p) .1. Just access operators • Member of object • Pointer to member of object • In module names export module Main.SubM.SubSubM; “Dots have no intrinsic meaning, however they are used informally to represent hierarchy0 码力 | 34 页 | 344.31 KB | 6 月前3
 Istio as an API GatewayIstio As An API Gateway Discussion Flow ● What is an API Gateway? ● What is a Service Mesh? ● Common Features ● API Gateway + Service Mesh together! ● Istio as the API Gateway ● Advantages ● ● Challenges ● Where It Isn’t a Good Fit? What is an API Gateway? What is a Service Mesh? Common Features Common Features ● Load Balancing ● Request Routing ● Service Discovery ● JWT Authentication Logging, Monitoring, Tracing API Gateway + Service Mesh together! Limitations of This Approach ● Maintaining Two Tools ● Maintaining Two Expert Pools Istio as the API Gateway Advantages Advantages0 码力 | 27 页 | 1.11 MB | 1 年前3 Istio as an API GatewayIstio As An API Gateway Discussion Flow ● What is an API Gateway? ● What is a Service Mesh? ● Common Features ● API Gateway + Service Mesh together! ● Istio as the API Gateway ● Advantages ● ● Challenges ● Where It Isn’t a Good Fit? What is an API Gateway? What is a Service Mesh? Common Features Common Features ● Load Balancing ● Request Routing ● Service Discovery ● JWT Authentication Logging, Monitoring, Tracing API Gateway + Service Mesh together! Limitations of This Approach ● Maintaining Two Tools ● Maintaining Two Expert Pools Istio as the API Gateway Advantages Advantages0 码力 | 27 页 | 1.11 MB | 1 年前3
 Leveraging Istio for Creating API Tests - Low Effort API Testing for MicroservicesCreating API Tests Low Effort API Testing for Microservices | CONFIDENTIAL • What has changed? – Migration to microservices triggering need for extensive API tests • Problem: – Creating API tests • What is our solution? – Leverage Istio sidecar to listen to API traffic data and create tests from the data – 10x speed in creating API tests • Can also be sped up by just navigating the application Significantly reduced time and cost for API testing for microservices architectures with Istio – Fewer failures higher up the test pyramid as a result of improved API tests • Istio benefits – Venky / Prasad0 码力 | 21 页 | 1.09 MB | 1 年前3 Leveraging Istio for Creating API Tests - Low Effort API Testing for MicroservicesCreating API Tests Low Effort API Testing for Microservices | CONFIDENTIAL • What has changed? – Migration to microservices triggering need for extensive API tests • Problem: – Creating API tests • What is our solution? – Leverage Istio sidecar to listen to API traffic data and create tests from the data – 10x speed in creating API tests • Can also be sped up by just navigating the application Significantly reduced time and cost for API testing for microservices architectures with Istio – Fewer failures higher up the test pyramid as a result of improved API tests • Istio benefits – Venky / Prasad0 码力 | 21 页 | 1.09 MB | 1 年前3
 Hidden Overhead of a Function APIperformance, we typically think about the function logic. We’ll see that a well designed function API can have an even larger impact.How will we compare performance? ● Benchmarks at this low level are a function’s parameters to another function while preserving its reference category.” link The main purpose is to replace copies with moves when possible. template Hidden Overhead of a Function APIperformance, we typically think about the function logic. We’ll see that a well designed function API can have an even larger impact.How will we compare performance? ● Benchmarks at this low level are a function’s parameters to another function while preserving its reference category.” link The main purpose is to replace copies with moves when possible. template- std::unique_ptr - a function’s parameters to another function while preserving its reference category.” link The main purpose is to replace copies with moves when possible. template - std::unique_ptr 0 码力 | 158 页 | 2.46 MB | 6 月前3
 turnjs 4 API DOCUMENTATIONturn(‘page’, 4); API DOCUMENTATION turn.js 4th release www.turnjs.com ©2012 Emmanuel Garcia – All rights reserved The turn.js API was conveniently built as a jQuery plugin, it provides provides access to a set of features and allows you to define the user interaction. The API includes properties, methods and events. Most setter and getter functions have the same name. Essentials 2Page 3Page 4 turnjs 4 API DOCUMENTATIONturn(‘page’, 4); API DOCUMENTATION turn.js 4th release www.turnjs.com ©2012 Emmanuel Garcia – All rights reserved The turn.js API was conveniently built as a jQuery plugin, it provides provides access to a set of features and allows you to define the user interaction. The API includes properties, methods and events. Most setter and getter functions have the same name. Essentials 2Page 3Page 4
0 码力 |
          27 页 |
          174.15 KB
          | 1 年前 
3
 Building API server-side architecture for Beginners
 Building API server-side architecture for Beginners
 © ����-���� BASE, Inc.  �  Building API server-side   architecture for Beginners  GopherCon ����   ����.��.�� - @hgsgtk  © ����-���� BASE, Inc.  �  Talk abstract  • A practical approach to build server-side not be ignored  © ����-���� BASE, Inc.  ��  Go beginners have a lot of questions�  How to implement API server  by net/http package  How to write an unit test  How to use interface type  - Go basic questions implement API server  by net/http package  How to write an unit test  - Go basic questions -   ex. “Adopt clean architecture!”  How to use interface type  © ����-���� BASE, Inc.  How to implement API server
 0 码力 |
          38 页 |
          690.29 KB
          | 1 年前 
3
 Apache APISIX How to implement plugin orchestration in API Gateway
 Apache APISIX How to implement plugin orchestration in API Gateway
 
Apache APISIX: How to implement 
plugin orchestration in API Gateway
wenming@apache.org 
Apache APISIX VP
Ming Wen 温铭
• Co-founder @ api7.ai 
• VP and PMC member, Apache APISIX 
• committer, Apache Apache APISIX 
• Custom plugin development in API Gateway 
• Generate APISIX plugins automatically 
• The future of API Gateway
Apache APISIX
• Cloud Native API Gateway (https://github.com/apache/apisix) Zero-Trust gateway
Technology Architecture
Custom plugin development 
in API Gateway
Difficulties of gateway implementation
• API Gateway is not an out-of-the-box infra project, which is different 
from
 0 码力 |
          28 页 |
          1.19 MB
          | 6 月前 
3
 GraphBLAS: Building a C++ Matrix API for Graph Algorithms
 GraphBLAS: Building a C++ Matrix API for Graph Algorithms
 the important data structures and concepts?
Prior work in the GraphBLAS community, C API
Overview of our draft C++ API
How might this interoperate with standard C++, graph library proposal?
4[DISTRIBUTION the important data structures and concepts?
Prior work in the GraphBLAS community, C API
Overview of our draft C++ API
How might this interoperate with standard C++, graph library proposal?
5[DISTRIBUTION the important data structures and concepts?
Prior work in the GraphBLAS community, C API
Overview of our draft C++ API
How might this interoperate with standard C++, graph library proposal?
6[DISTRIBUTION
 0 码力 |
          172 页 |
          7.40 MB
          | 6 月前 
3
 Using the Microsoft Graph API to get Office 365 data in your mobile apps
 Using the Microsoft Graph API to get Office 365 data in your mobile apps
 Using the Microsoft Graph  API to get Office 365 data  in your mobile apps  Alex Ziskind Technical Director   @digitalix  www.nuvious.com  Hi, I’m Alex  From  +  750 Million  50 Million per month  Problems
 0 码力 |
          15 页 |
          7.00 MB
          | 1 年前 
3
 Kotlin Language Documentation 1.9.20
 Kotlin Language Documentation 1.9.20
 211  213  216  218  7  Security  Gradle  What's new in Kotlin 1.6.0  Language  Supporting previous API versions for a longer period  Kotlin/JVM  Kotlin/Native  Kotlin/JS  Kotlin Gradle plugin  Standard and @JvmField in companions of interfaces  Nested declarations in annotation classes  Parameterless main  Functions with big arity  Progressive mode  Inline classes  Unsigned integers  @JvmDefault  Standard 443  443  18  Non-local returns  Reified type parameters  Inline properties  Restrictions for public API inline functions  Operator overloading  Unary operations  Binary operations  Infix calls for named
 0 码力 |
          1299 页 |
          32.44 MB
          | 1 年前 
3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100














 
  
 