随笔分类 -  Project-WebBnd

Back-End.
摘要:bitbucket-pipelines.yml Ref: https://bitbucket.org/bitbucketpipelines/example-aws-ecs-deploy/src/master/ Ref: Linux常用命令之envsubst Ref: pipe是什么意思 Ref: c 阅读全文
posted @ 2020-10-25 16:34 郝壹贰叁 阅读(360) 评论(0) 推荐(0) 编辑
摘要:Ref: https://flask-blogging.readthedocs.io/en/latest/ [文章] Ref: https://github.com/gouthambs/Flask-Blogging [代码] 不错,作为案例学习。 阅读全文
posted @ 2020-10-23 15:45 郝壹贰叁 阅读(99) 评论(0) 推荐(0) 编辑
摘要:Ref: Serverless application with CI/CD based on AWS and Bitbucket Pipelines [基于Django,可以参考] Goto: https://apiit.atlassian.net/wiki/spaces/ITSM/pages/2 阅读全文
posted @ 2020-10-18 16:32 郝壹贰叁 阅读(454) 评论(0) 推荐(0) 编辑
摘要:基础知识 实践笔记 Ref: AWS教學 - ECS介紹 Fargate mode 實作演練 [step by step] Container Get started --> 选择 custom configure ECR 上传 docker image 后,填写:container name, d 阅读全文
posted @ 2020-10-15 20:20 郝壹贰叁 阅读(613) 评论(0) 推荐(0) 编辑
摘要:这里提到一个概念:AWS Lambda Layers 1. 使用AWS Lambda 的“层 (Layer) ”功能实现依赖包管理 2. AWS lambda with OpenCV via Layers 上集 3. Image processing - OpenCV with AWS Lambda 阅读全文
posted @ 2020-10-14 14:11 郝壹贰叁 阅读(139) 评论(0) 推荐(0) 编辑
摘要:Ref: C++ Code Samples for AWS Lambda Ref: Create a Highly Scalable Image Processing Service on AWS Lambda and API Gateway in 10 Minutes 一、Python版本效率 R 阅读全文
posted @ 2020-10-14 08:03 郝壹贰叁 阅读(250) 评论(0) 推荐(0) 编辑
摘要:Ref: The Official Guide to Serverless Flask Ref: 使用 AWS X-Ray 跟踪 API Gateway API 执行 用户请求通过您的 Amazon API Gateway API 传输到底层服务时,您可以使用 AWS X-Ray 来跟踪和分析用户请 阅读全文
posted @ 2020-10-13 15:50 郝壹贰叁 阅读(154) 评论(0) 推荐(0) 编辑
摘要:CloudFormation template language (YAML or JSON) 加载到 --> S3, 再创建stack --> Output。 第一波学习 一、资源 目录:https://edu.51cto.com/center/course/lesson/index?id=192 阅读全文
posted @ 2020-09-30 21:26 郝壹贰叁 阅读(300) 评论(0) 推荐(0) 编辑
摘要:两个课程系列: Ref: 尚硅谷【k8s】Kubernetes最新最细视频教程 重磅发布 【review, focus on this course】 Learn Kubernetes 183 videos Ref: 2020年最新 黑马程序员 - Kubernetes(K8S)超快速入门教程(完整 阅读全文
posted @ 2020-09-18 22:21 郝壹贰叁 阅读(124) 评论(0) 推荐(0) 编辑
摘要:Lambda Trigger 一、资源收集 Ref: How to Use Amazon Simple Queue Service as an Event Source for AWS Lambda [看上去不错,而且是python,作为本章节的主要教学资源] 被动触发三个源如下。 AWS Lamb 阅读全文
posted @ 2020-09-03 16:59 郝壹贰叁 阅读(218) 评论(0) 推荐(0) 编辑
摘要:From: 31 尚硅谷 Docker 安装mysql Docker常用安装 一、Docker安装MySQL 启动容器 进入容器 docker exec -it <container id> /bin/bash 看上去,与 docker attach 有点类似。在容器内命令行模式下,进一步操作mys 阅读全文
posted @ 2020-08-28 21:50 郝壹贰叁 阅读(143) 评论(0) 推荐(0) 编辑
摘要:Ref: 尚硅谷教学视频 Docker File 一、什么是docker file 用于自动构建一个属于自己的docker image。 Ref: 菜鸟教程 Docker Dockerfile Ref: 阮一峰的网络日志 - Docker 入门教程【其中的相关部分】 二、三步骤 三步走:编写、构建、 阅读全文
posted @ 2020-08-27 19:31 郝壹贰叁 阅读(204) 评论(0) 推荐(0) 编辑
摘要:容器命令 生成 容器 --name mycentos0115 设置别名 jeff@ThinkPad-T490:docker_study$ sudo docker run -it 0d120b6ccaa8 [root@56fc42e8d432 /]# [root@56fc42e8d432 /]# ls 阅读全文
posted @ 2020-08-26 15:02 郝壹贰叁 阅读(248) 评论(0) 推荐(0) 编辑
摘要:一、资源 【尚硅谷】Docker全套教程 by周阳 on Apr 15, 2019 基于 Go语言实现的云开源项目。 官网:https://www.docker.com/ Docker Hub: DockerHub入门 Mesos是什么? 学习路线图 Ref: 学习路径:Kubernetes 【之后 阅读全文
posted @ 2020-08-26 10:00 郝壹贰叁 阅读(187) 评论(0) 推荐(0) 编辑
摘要:Ref: Use Postman to call a REST API 测试 REST API. GraphQL /* implement */ Restful API 一、Flask的本质 Ref: 用flask写Restful API Flask呢,仅仅只是实现了web框架最核心的功能(实际就是 阅读全文
posted @ 2020-08-25 22:24 郝壹贰叁 阅读(354) 评论(0) 推荐(0) 编辑
摘要:一、路由配置 Ref: https://read.helloflask.com/c1-ready Ref: https://read.helloflask.com/c2-hello 路由页面: # -*- coding: utf-8 -*- from flask import Flask app = 阅读全文
posted @ 2020-08-18 19:25 郝壹贰叁 阅读(161) 评论(0) 推荐(0) 编辑
摘要:资源收集 入门实操 复现:How to build a web application using Flask and deploy it to the cloud 论坛完整案例 基于Python-Flask实现的网站例子 使用Flask写的体育网站 包括(注册 论坛 文章评论 组建战队 后台管理) 阅读全文
posted @ 2020-08-13 09:21 郝壹贰叁 阅读(169) 评论(0) 推荐(0) 编辑
摘要:方案总览和学习 CMS 建站系统 Ref: 2019最受欢迎开源免费CMS建站系统排行榜 一、WooCommerce WooCommerce is an open-source e-commerce plugin for WordPress. It is designed for small to 阅读全文
posted @ 2020-07-26 09:47 郝壹贰叁 阅读(175) 评论(0) 推荐(0) 编辑
摘要:初步了解 一、是什么 Ref: https://aws.amazon.com/cn/sqs/ Amazon Simple Queue Service 适用于微服务、分布式系统和无服务器应用程序的完全托管的消息队列 二、官方示范 Ref: Python Code Samples for Amazon 阅读全文
posted @ 2020-07-15 08:39 郝壹贰叁 阅读(759) 评论(0) 推荐(0) 编辑
摘要:AWS BATCH 文档:https://docs.aws.amazon.com/zh_cn/batch/latest/userguide/batch_user.pdf 就让我们按照文档,走一遍。本篇主要是导读。 前提摘要 一、创建IAM User Goto: [AWS] IAM User /* i 阅读全文
posted @ 2020-03-07 19:45 郝壹贰叁 阅读(281) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示