Estimates indicate that the aquifer contains enough water to fill Lake Huron, but unfortunately, under the semiarid climatic conditions that presently ...
分类:
其他好文 时间:
2019-10-23 13:20:14
阅读次数:
83
原文:https://blog.csdn.net/u014793102/article/category/9285123 <!-- flowchart 箭头图标 勿删 --> Flask从入门到做出一个博客的大型教程(一) 本项目全部在虚拟环境中运行,因此请参照前面的文章,链接为https://bl ...
分类:
其他好文 时间:
2019-10-22 18:51:21
阅读次数:
98
input:-internal-autofill-selected { /*内置阴影填充 背景颜色*/ box-shadow: inset 0 0 0 1000px #253167! important; /*只有谷歌兼容 字体颜色*/ -webkit-text-fill-color: #fff !... ...
分类:
其他好文 时间:
2019-10-22 16:47:13
阅读次数:
126
知识技能点 1,小程序云开发 2,小程序云存储 3,小程序云数据库 4,图片大图预览 5,图片选择与删除 先给大家画个发布的流程图 下面是我们真正存到数据库里的数据。 然后我们在朋友圈页只需要请求数据库里的数据,然后展示到页面就如下图所示 所以我们接下来就来实现发布和展示的功能 发布朋友圈 一,首先 ...
分类:
微信 时间:
2019-10-22 13:20:06
阅读次数:
103
BFS : 1.普通队列:维护 (1)两段性(队列中至多有x和x+1两种距离) (2)单调性 首次入队即为最短距离(所以通常要判重) 2.优先队列: 可能入队出队多次,通常首次 出 队即为最短距离(无需判重) 一.模型 1.flood fill(洪水填充,即连通块模型) 2.最短路(通常在网格图上, ...
分类:
编程语言 时间:
2019-10-21 23:26:46
阅读次数:
177
"1. Question / 实践题目" "2. Analysis / 问题描述" "3. Algorithm / 算法描述" "3.1. Substitution" "3.2. Insertion" "3.3. Deletion" "3.4. Sepcial Cases" "4. Fill the ...
分类:
其他好文 时间:
2019-10-18 16:07:59
阅读次数:
108
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> canvas { border: 1px solid black; margin:10px auto; } </st... ...
分类:
其他好文 时间:
2019-10-18 16:07:15
阅读次数:
73
import cv2import numpy as np#载入图片#img_original=cv2.imread('1110_3_1_X_537_Y_1700_qly_100_fail_13d17h46m24s.bmp',0)img_original=cv2.imread('1141_1_1_X_ ...
分类:
其他好文 时间:
2019-10-18 15:49:18
阅读次数:
97
当图片比例不固定,需要自适应显示图片时,可以使用img属性:object-fit object-fit有如下属性值: object-fit: fill; object-fit: contain; object-fit: cover; object-fit: none; object-fit: sca ...
分类:
其他好文 时间:
2019-10-18 10:52:42
阅读次数:
66
如何使用mpvue做小程序,引入公共的common.css 随意在目录下建一个common.css文件,然后再App.vue中以import的形式 引入; 》App.vue中 实现轮播图 使用微信小程序默认的swiper html:<Swiper :images="info.image" /> ex ...
分类:
微信 时间:
2019-10-17 17:36:31
阅读次数:
103