Back to Basics: Object-Oriented Programming## Back to Basics Object-Oriented Programming Presentation Material  CppCon, Aurora CO, 2024-09-20 © 2024 Andreas Fertig ents/b/f/5/c/bf5c5edffc03874c64ed7c31a37d6f2f/p5_8.jpg) ## A class ■ C++ adds classes for object-oriented programming. ■ The constructors ☐ are called when the object is created. Data fields of classes0 码力 | 20 页 | 1.04 MB | 1 年前3
servicecppcon_add_library(service LIBRARIES Asio::asio) add_subdirectory(tests)0 码力 | 1 页 | 73.00 B | 1 年前3
Oracle VM VirtualBox 5.0.2 Programming Guide and ReferenceAPI": the web service or COM/XPCOM 22 1.3 About web services in general 23 1.4 Running the web service 24 1.4.1 Command line options of vboxwebsrv 24 1.4.2 Authenticating at web service logon 25 Using the object-oriented web service (OOWS) 27 2.1.1 The object-oriented web service for JAX-WS 27 2.1.2 The object-oriented web service for Python 29 2.1.3 The object-oriented web service for PHP the raw web service with any language 30 2.2.1 Raw web service example for Java with Axis 30 2.2.2 Raw web service example for Perl 31 2.2.3 Programming considerations for the raw web service 32 20 码力 | 403 页 | 2.34 MB | 1 年前3
《Slides Dev Web》 09. Services Web# 09.Services Web # 19 décembre 2023 # Développement web il3 Services web HE-Arc (DGR) 2022 ## Applications distribuées • Motivation : répartir l’exécution sur plusieurs machines – Principe : Les abstraction différences - Exemples : RPC, RMI (java), CORBA, DCOM (MS) • Utiliser les technologies du web, comme HTTP et XML : – indépendantes de la plateforme, éprouvées, largement utilisées • Système distribué : ressource (donnée) : REST – orientée service $ ^{2} $ : atome : service (traitement) : RPC (SOAP) ## Service web ## • 2 visions : - Utiliser les technos web pour développer des appliés distribuées0 码力 | 6 页 | 47.90 KB | 2 年前3
Go Web编程《Go Web 编程》 因为自己对Web开发比较感兴趣,所以最近抽空在写一本开源的书籍《Go Web编程》《Build Web Application with Golang》。写这本书不表示我能力很强,而是我愿意分享,和大家一起分享Go写Web应用的一些东西。 - 对于从PHP/Python/Ruby转过来的同学了解Go怎么写Web应用开发的 对于从C/C++转过来的同学了解Web到底是怎么运行起来的 这样读者就可以把相应的Markdown文件编译成html文件,执行go build build.go,执行生成的文件,就会在底目录下生成相应的html文件 ## 交流 欢迎大家加入QQ群:259316004《Go Web编程》专用交流群 大家有问题还可以上德问上一起交流学习:http://www.dewen.org/topic/165 ## 致谢 首先要感谢Golang-China的QQ群102319854, - 2.6. interface - 2.7. 并发 - 2.8. 小结 3. Web基础 - 3.1 web 工作方式 - 3.2 Go搭建一个简单的web服务 - 3.3 Go如何使得web工作 - 3.4 Go的http包详解 - 3.5 小结 4. 表单 - 4.10 码力 | 295 页 | 5.91 MB | 2 年前3
Service Mesh in China## Service Mesh in China 宋净超(Jimmy Song) Tetrate  ## Agenda • ServiceMesher • 行业现状 · 资料分享 · 社区计划  ServiceMesher 2018 年 5 月至今 ## ServiceMesher 大事记 • 2017 年 12 月,由数人云发起的 meetup,下一代微服务:Service Mesh is Coming • 2018 年 5 月,servicemesher.com 上线及 ServiceMesher 公众号开通 • 2018 年 5 月,ServiceMesher0 码力 | 13 页 | 2.66 MB | 1 年前3
Observability On Service Mesh## Observability on Service Mesh 吴晟 Apache SkyWalking 创始人、PPMC Microsoft MVP 比特大陆 资深技术专家 Tetrate ## Skywalking ## CLOUD NATIVE COMPUTING FOUNDATION  Service B ### SkyWalking 6.0 Observability Analysis0 码力 | 19 页 | 5.53 MB | 1 年前3
Web 开发技术-JavaScriptWeb 开发技术-JavaScript ### 1. 概述 ## 内容提要 1 JavaScript 简史 2 JavaScript 功能、脚本语言 3 JavaScript 实现 ECMAScript > DOM BOM 4 在 HTML 中使用 JavaScript ➢直接嵌入 ➢外部引入 JS 代码压缩 ## 1 JavaScript 简史 ## 时代背景 ➢1995 在数据被提交到服务器之前验证数据 检测访客的浏览器信息 ➢ 控制 cookies 和本地存储 ### 2. JavaScript 功能 ## 其他功能,如 网络服务器(Node.js) 处理 Web 应用的 HTTP 请求 机器学习(TensorFlow.js) 在浏览器/Node.js 上开发、训练和部署 ML 模型 开发桌面应用(ELECTRON) 使用 JS/HTML/CSS 构建跨平台的桌面应用 ECMAScript 是一种标准,定义了 JavaScript 语言的语法、类型、语句、关键字、保留字、操作符和对象等。 JavaScript 是 ECMAScript 的一种实现。 与 Web 浏览器没有依赖关系,Web 浏览器只是 ECMAScript 实现可能的宿主环境之一。 宿主环境提供基本的 ECMAScript 实现和扩展(如 DOM、BOM 等)。 ### 3.2 DOM(文档对象模型)简介0 码力 | 21 页 | 1.02 MB | 2 年前3
Build web application with Golang" fenc manu fenc Pint "Hello, world or 你好,世界 are a happy life and a happy life" # Go Web编程 (60语言技能好,语法简单,开发效率高) 一起来做GO语言吧! - 2024-08-21 18:00 ## Table of Contents Introduction 1.1 struct 1.3.4 Object-oriented 1.3.5 interface 1.3.6 Concurrency 1.3.7 Summary 1.3.8 Web foundation 1.4 Web working principles 1.4.1 Build a simple web server 1.4.2 How Go works with web 1.4.3 Get into http package 1.4.4 Summary 1.4.5 HTTP Form 1.5 Process form inputs 1.5.1 Validation of inputs 1.5.2 Cross site scripting 1.5.30 码力 | 327 页 | 1.63 MB | 2 年前3
Writing Web Apps in Go## Google $ ^{TM} $ 11 ## Writing Web Apps in Go Andrew Gerrand Rob Pike May 10, 2011  ## Feedback http://goo.gl/U5rYj CPU-intensive tasks, – designed for modern hardware (multicore, networks), – aimed at software such as web servers, — … but turned out to be a great general-purpose language. ## • True open source – all ## Overview • News from a year of development. • A web server written in Go. • Deploying Go in production. • Prerequisite: some knowledge of web servers, not much Go. • Some big announcements and fun0 码力 | 66 页 | 712.40 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
classconstructormember functionaccess specifiervirtual functioncppcon_add_libraryadd_subdirectoryLIBRARIESasiotestsMain APICOM/XPCOMWeb serviceObject-Oriented Web ServiceIVirtualBoxWebServiceRESTSOAPsystème distribuéHTTPWeb应用错误处理调试测试HTTP协议Service MeshIstio云原生ServiceMesher人才缺口服务网格Apache SkyWalking分布式追踪系统指标数据结构OAL语言JavaScriptECMAScriptDOMBOM代码压缩Web应用开发GolangHTTP服务器数据库MVC模式Go语言Google App Engine部署生产环境













