坐看云起|

一枚码农

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

03 2022 档案

bfs&dfs
摘要:如下图 bfs代码 点击查看代码 """ bfs算法: 存储:将每个节点的相邻节点用key:value的形式存在字典中 遍历:从起点开始,先把起点(key)的值(value)取出,然后检查取出的值是否已经被执行过,没有则继续取(key)出其值(value)执行前边的步骤 """ graph = {
30
0
0
django使用celery
摘要:安装包 pip install celery==5.1.2 使用 官方文档:https://docs.celeryq.dev/en/stable/django/first-steps-with-django.html 1.创建django项目,在项目与settings.py同级的的目录下创建cele
990
0
0
requests 封装, http
摘要:#### 封装 点击查看代码 ``` import functools import traceback from django_redis import get_redis_connection from requests.adapters import HTTPAdapter import re
71
0
0
django模型类查询结果转字典以及时间格式化
摘要:模型类及数据 点击查看代码 from django.db import models from django.utils.translation import gettext_lazy as _ # Create your models here. class HeroInfo(models.Mod
922
0
0
django 分页
摘要:点击查看代码 from django.views import View from django.forms.models import model_to_dict from django.core.paginator import Paginator, EmptyPage, PageNotAnIn
74
0
0
python 虚拟环境
摘要:1.安装 pip install virtualenv 2.创建虚拟环境 进入存放虚拟环境的目录,执行以下命令。(如:D:\venv) virtualenv myvenv(虚拟环境名称) 创建虚拟环境的时候还可以指定Python解释器,如virtualenv -p XXX\python.exe [v
83
0
0
使用drf_yasg生成drf接口文档 会有参数类型,比drf自己的更完善
摘要:1.安装库 **pip install drf-yasg** 2.配置setting INSTALLED_APPS = [ ... 'drf_yasg', ... ] 3.配置全局路由文件urls.py 点击查看代码 from drf_yasg.views import get_schema_vie
1248
1
1
DRF api文档自动生成
摘要:转自:https://www.cnblogs.com/alantammm/p/15214853.html 字段描述 是 来源于 模型类中字段的 help_text 的值.(name = models.CharField(_('名称'), max_length=128, help_text='名称')
70
0
0
使用jsonschema进行参数校验
摘要:1.安装jsonschema **pip install jsonschema** 2.代码 点击查看代码 from jsonschema import validate def verify_code_2_member(data: dict): schema = { "type": "object
146
0
0
生成8位唯一码
摘要:点击查看代码 def gender_code() -> str: """ 自动生成8位唯一邀请码 @return: 8位邀请码 """ array = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c&qu
184
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