Apache RocketMQ on Amazon Web ServicesPage 1 of 18 Apache RocketMQ on Amazon Web Services 部署手册 顾明 版本:v1.0.0 最后更新时间: 2021 年 01 月 Copyright (c) 2021 by Amazon.com, Inc. or its affiliates. Page ......................................................................................... 6 启动 AMAZON CLOUDFORMATION 堆栈............................................................................... ................................................................ 13 如何使用浏览器查看 APACHE ROCKETMQ 的 WEB CONSOLE ................................................................ 14 如何登录 APACHE ROCKETMQ0 码力 | 18 页 | 1.55 MB | 1 年前3
《Slides Dev Web》 09. Services Web09.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 composants/services composants/services communiquent par le réseau – Problèmes : Hétérogénéité systèmes, langages, … – Solution : Protocole générique, abstraction différences – Exemples : RPC, RMI (java), CORBA, DCOM (MS) • Utiliser Utiliser les technologies du web, comme HTTP et XML : – indépendantes de la plateforme, éprouvées, largement utilisées • Système distribué importance de l’architecture : – orientée ressource1 : atome0 码力 | 6 页 | 47.90 KB | 1 年前3
TiDB and Amazon AuroraTiDB and Amazon Aurora Compare / Contrast / Combine Ed Huang, CTO @ PingCAP h@pingcap.com TiDB Community Slack Channel https://pingcap.com/tidbslack/ Compare Why Aurora? ● Amazon Aurora is popular popular ● Amazon Aurora is designed for OLTP workload ● Amazon Aurora is still using the MySQL code base ● It would be cool to do some lightweight OLAP queries directly on the transactional database. ○ --db-driver=mysql oltp_common prepare --tables=16 --table-size=10000000 --auto-inc=false Thread TiDB 3.0 Amazon Aurora 150 158,908.53 496,746.62 300 279,335.92 727,939.27 600 422,278.72 763,700.65 900 484,3040 码力 | 57 页 | 2.52 MB | 6 月前3
North-South Load Balancing
of Kubernetes Services with
eBPF/XDPNorth-South Load Balancing of Kubernetes Services with eBPF/XDP Martynas Pumputis (Isovalent) October 28, 2020 10.0.0.1 10.0.0.2 10.0.0.3 httpd httpd “httpd” service 10.0.0.1:30000 10.0.0.2:30000 ACCEPT -A KUBE-SERVICES -d 10.99.38.155/32 -p tcp -m comment --comment "default/nginx-59: has no endpoints" -m tcp --dport 80 -j REJECT --reject-with icmp-port-unreachable -A KUBE-SERVICES -d 10.96.61.252/32 icmp-port-unreachable -A KUBE-SERVICES -d 10.104.166.10/32 -p tcp -m comment --comment "default/nginx-67: has no endpoints" -m tcp --dport 80 -j REJECT --reject-with icmp-port-unreachable -A KUBE-SERVICES -d 10.98.85.41/320 码力 | 11 页 | 444.46 KB | 1 年前3
Writing Web Apps in GoWriting Web Apps in Go Andrew Gerrand Rob Pike May 10, 2011 Feedback http://goo.gl/U5rYj #io2011 #DevTools What is Go? A programming language for today's world • Go is fun, efficient, and open source 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 development 5 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 | 1 年前3
Build web application with Golangstruct Object-oriented interface Concurrency Summary Web foundation Web working principles Build a simple web server How Go works with web Get into http package Summary HTTP Form Process form hijack of session Summary Text files XML JSON Regexp Templates Files Strings Summary Web services Sockets WebSocket REST RPC Summary Security and encryption CSRF attacks Filter inputs 15.7 1.16 1.17 Build a web framework Project program Customized routers Design controllers Logs and configurations Add, delete and update blogs Summary Develop web framework Static files Session0 码力 | 327 页 | 1.63 MB | 1 年前3
《Slides Dev Web》 08 . RSS08.RSS 19 décembre 2023 Développement web il3 Really Simple Syndication HE-Arc (DGR) 2022 Syndication • Principe de vendre un contenu à plusieurs médias • Dans les journaux : dépêches, bandes dessinées dessinées, … • Télévision : jeux, séries • Web : Flux RSS / Atom – 1 source de donnée, plusieurs abonnés – Contenu : news, blogs, podcast, … – Accès unique à plusieurs sources d’informations – Mises à jour …) • WebApps – Feedly, NetVibes, Sniptracker… • Extensions – Sage • Liste4 1https://web.archive.org/web/20110726001954/http://diveintomark.org/archives/2004/02/04/incompatible-rss 2https://www.feedforall0 码力 | 7 页 | 52.98 KB | 1 年前3
《Slides Dev Web》 11. HTTPS11. HTTPS 19 décembre 2023 Développement web il3 HTTPS HE-Arc (DGR) 2022 Sécuriser un site web • Authentification du serveur – Assurer que le serveur est celui qu’il prétend être • Intégrité des client (optionnelle) – Assurer que le client est celui qu’il prétend être • Pour un site web, ces services sont fournis par https – HTTPS : HTTP sécurisé par SSL/TLS, par défaut sur le port 443 1 modifier la pile TCP/IP • Possibilité de sécuriser d’autres protocoles : – HTTP, SMTP, SIP, … • Services offerts : – Authentification serveur + intégrité données – Confidentialité des données – Authentification0 码力 | 6 页 | 109.17 KB | 1 年前3
《Slides Dev Web》 07. jQuery07.jQuery 19 décembre 2023 Développement web il3 jQuery HE-Arc (DGR) 2022 jQuery • John Resig, 2006 • Bibliothèque JS, gratuit, OS (licence MIT) • Facilite le développement JS pour les tâches fréquentes0 码力 | 5 页 | 49.45 KB | 1 年前3
《Slides Dev Web》 03. Laravel03.Laravel 19 décembre 2023 Développement web il3 Laravel HE-Arc (DGR & R. Emourgeon) 2018-23 Pourquoi Laravel1 ? • Framework full stack / glue • Prise en main rapide • Bonne documentation, grande packages8 (bundles) via composer Le Front Controller Architecture MVC • Structure d’une appli web = cycle Requête/Reponse9 • Modèle : Eloquent ORM • Vue : Blade Engine • Contrôleur : hérite de BaseController0 码力 | 8 页 | 224.34 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













