vscode flask 热加载配置修改launch 文件配置热加载。"env": { "FLASK_APP": "D:\\flask\\flash-cards-remember\\computer-science-flash-cards\\flash_cards.py", "FLASK_ENV":... ...
分类:
其他好文 时间:
2020-06-21 11:47:38
阅读次数:
70
Computer Graphics note(1):变换 Games101清新脱俗,可惜没赶上直播。 官网:http://games-cn.org/intro-graphics/ 结合食用:Fundamentals of Computer Graphics (3rd Edition) or (2nd ...
分类:
其他好文 时间:
2020-06-21 09:13:51
阅读次数:
67
什么是无头浏览器(headless browser)? 无头浏览器是指可以在图形界面情况下运行的浏览器。我可以通过编程来控制无头浏览器自动执行各种任务,比如做测试,给网页截屏等。 为什么叫“无头”浏览器? “无头”这个词来源于最初的“无头计算机(Headless computer)”。维基百科关于的 ...
分类:
编程语言 时间:
2020-06-19 21:16:34
阅读次数:
96
颜色混合(Color Blending) 颜色混合是通过混合两种颜色,来得到第三种颜色的一种方法。已有的颜色一般称为$destination$,将要放上的颜色称为$source$。一般图片除了颜色的RGB通道,还有一个alpha通道来表示透明度。我们可以利用混合来制作半透明的效果。有两种混合方式,传 ...
分类:
其他好文 时间:
2020-06-19 12:25:54
阅读次数:
74
Xshell 6 (Build 0189)Copyright (c) 2002 NetSarang Computer, Inc. All rights reserved. Type `help' to learn how to use Xshell prompt.[C:\~]$ Connecting ...
分类:
数据库 时间:
2020-06-18 21:27:07
阅读次数:
89
#主机环境 #hostnamectl status Static hostname: k8s-master Icon name: computer-vm Chassis: vm Machine ID: 60943b8b8b72471c82b7e50337e0ab9e Boot ID: d5e57a9 ...
分类:
其他好文 时间:
2020-06-18 01:36:01
阅读次数:
99
启动系统,按ESC键,进入GRUB页面,进入到命令行 1. Start up your computer and when you see the Grub screen, do the following: 2. In the Grub menu press the ‘e’ key to edit ...
分类:
编程语言 时间:
2020-06-14 23:42:03
阅读次数:
239
一、计算机的发展 (1)计算机的概念: 计算机是一种能那种事先储存的程序,自动、高速地进行数值计算和信息处理的智能电子设备。 (2)计算机的诞生: 诞生:1946年 名称:电子数字积分计算机——ENIAC ( Electronic Numerical Integrator And Computer ...
分类:
其他好文 时间:
2020-06-13 23:23:54
阅读次数:
131
CF1165F2 Microtransactions (hard version) 题目描述 The only difference between easy and hard versions is constraints. Ivan plays a computer game that cont ...
分类:
其他好文 时间:
2020-06-13 17:20:37
阅读次数:
72
watch顾名思义,用于监听数据变化,其中可以监听的数据来源有三部分:props、data、computed内的数据;watch提供两个参数(newValue,oldValue),第一个参数是新值,第二个参数保存旧值; computed用于处理复杂的逻辑运算,主要和methods储存方法来进行区分; ...
分类:
其他好文 时间:
2020-06-10 11:09:40
阅读次数:
201