Words count in article:
1.1k words
|Reading time ≈
6 minutes
Bidirectional BFS is applicable to the case where the target node is known; the initial node expands toward the target node and the target node expand
...
Words count in article:
153 words
|Reading time ≈
1 minutes
We use Git a lot when working on projects, but not all of the files we need to put into github, such as datasets, virtual environments, and configurat
...
Words count in article:
606 words
|Reading time ≈
2 minutes
本文会教大家怎么做邮箱验证,以及怎么发送好看一点的邮箱的HTML模板。很久没写过有用的教程,本来今天我应该在干经济,实在写不下去了,我跑来写这些了。(⊙︿⊙)关于怎么使用flask发送邮件,我在之前的教程有说的。传送门
技术:
flask
html
css
HTML Template首先我们需要
...
Words count in article:
20.1k words
|Reading time ≈
106 minutes
前言刷题更让我们对一门语言有更加深入的理解,也可以增进对数据结构的理解,百里无一害。
Two SumTwo Sum
Given an array of integers, return indices of the two numbers such that they add up to a spe
...
Words count in article:
7.5k words
|Reading time ≈
38 minutes
Week 1What is in a data model
Problem with relational modelsThe Object-Relational Mismatch (Impedance Mismatch)
Refers to the problem of a mismatch b
...