坐看云起|

一枚码农

园龄:7年6个月粉丝:5关注:1

10 2022 档案

falsk websocket
摘要:官网地址:https://flask-socketio.readthedocs.io/en/latest/getting_started.html 安装 pip install flask-socketio==5.3.1 简单使用 项目目录结构如下: server代码 import random i
22
0
0
docker使用-03使用容器进行开发
摘要:在本模块中,我们将逐步为先前模块中构建的应用程序建立本地开发环境。我们将使用Docker来构建镜像,并使用Docker Compose来简化所有工作。 在容器中运行数据库(mysql) 首先,我们将研究如何在容器中运行数据库,以及如何使用卷和网络来持久化数据并允许我们的应用程序与数据库进行通讯。然后
164
0
0
docker使用-02将镜像作为容器运行
摘要:在上个模块中,我们创建了一个自己的镜像test_docker,现在我们可以运行该镜像,并查看我们的应用程序是否正常运行。 容器 容器是一个常规的操作系统进程,除了该进程是独立的之外,因为它具有自己的文件系统,自己的网络以及独立于主机的独立的进程树。 1.在容器内运行镜像 docker run <镜像
168
0
0
docker使用-01镜像管理
摘要:安装docker https://dockerdocs.cn/get-docker/ 构建第一个镜像 1.创建flask应用 from flask import Flask app = Flask(__name__) @app.route('/') def test(): return 'ok111
61
0
0
excel 处理
摘要:只能处理.xlsx格式的excel 依赖包安装 pip install openpyxl==3.0.10 封装常用方法 点击查看代码 import functools from typing import Mapping, List import openpyxl from openpyxl.dra
78
0
0
flask 全局异常捕获
摘要:1.了解falsk异常处理 flask内部异常通过继承这个HTTPException类来处理 class HTTPException(Exception): """The base class for all HTTP exceptions. This exception can be called
487
0
0
自定义业务状态码
摘要:定义 from enum import Enum class StatusCode(Enum): """业务状态码定义""" @property def code(self): """获取业务状态码""" return self.value[0] @property def msg(self): "
164
0
0
flask_caching 使用
摘要:## 安装 `pip install Flask-Caching` ## 配置 1.在项目根目录创建mycache.py文件。输入以下内容 ``` from flask_caching import Cache cache = Cache() ``` ![image](https://img2022
146
0
0
 
点击右上角即可分享
微信分享提示
深色
回顶
收起
  1. 1 Sold Out Hawk
  2. 2 光辉岁月 Beyond
Sold Out - Hawk
00:00 / 00:00
An audio error has occurred, player will skip forward in 2 seconds.

作词 : Jon Steingard

作曲 : Jon Steingard

I ain't like no one you met before

I'm running for the front

When they're all running for the door

And I won't sit down won't back out

You can't ever shut me up

Cause I'm on a mission

And I won't quit now

In a world full of followers

I'll be a leader

In a world full of doubters

I'll be a believer

I'm stepping out without a hesitation

Because the battle's already been won

I'm sold out

I'm no longer living

Just for myself

Running after Jesus

With my whole heart

And now I'm ready to show

I am sold out

I'm sold out

With every single

Step that I take now

With every drop of blood

Left in my veins

I'm gonna be making it count

I am sold out

This ain't just some temporary phase

You can't face this kind of grace

And leave the way you came

This is permanent with intent

And there won't be no stopping it now

I'm on a mission and it's heaven sent

In a world full of followers

I'll be a leader

In a world full of doubters

I'll be a believer

I'm stepping out without a hesitation

Cause my soul is like a stadium

I'm sold out

I'm no longer living

Just for myself

Running after Jesus

With my whole heart

And now I'm ready to shout

I am sold out

I'm sold out

With every single

Step that I take now

With every drop of blood

Left in my veins

I'm gonna be making it count

I am sold out

No trials coming against me

Could put a dent in my passion

They're just an opportunity

To put my faith into action

In a world full of followers

I'll be a leader

In a world full of doubters

I'll be a believer

I'm stepping out without a hesitation

I ain't got nothing left to be afraid of

I'm sold out

I'm no longer living

Just for myself

Running after Jesus

With my whole heart

And now I'm ready to show

I am sold out

I'm sold out

With every single

Step that I take now

With every drop of blood

Left in my veins

I'm gonna be making it count

I am sold out