CSS如何实现固定宽高比 一、元素尺寸已知,直接写宽高 二、尺寸未知,可替换元素(img、video等),指定宽度或者高度,另一个自动计算。 <div class="wrapper"> <img src="./picture" alt=""></div>.wrap{ width: 50vw;}img ...
分类:
其他好文 时间:
2020-02-25 23:17:40
阅读次数:
86
常见的图像优化包括压缩,使用<picture>/<img srcset>根据屏幕大小响应式为它们服务,以及调整它们的大小以降低图像解码成本。 这个HTML<picture>元素包含零或更多<source>元素与一<img>元素为不同的显示/设备方案提供图像的替代版本。 浏览器将考虑每个孩子。<sou ...
分类:
其他好文 时间:
2020-02-21 18:25:25
阅读次数:
91
参考 https://www.cnblogs.com/null00/archive/2012/04/22/2464876.html #include <stdio.h> #include <algorithm> #define LEN 10000 using namespace std; struc ...
分类:
其他好文 时间:
2020-02-11 20:48:58
阅读次数:
75
今天学了TensorFlow文件读取操作 一,读取图片文件 def read_picture(): """ 读取狗图片案例 :return: """ # 1、构造文件名队列 # 构造文件名列表 filename_list = os.listdir("./dog") # 给文件名加上路径 file_l ...
分类:
其他好文 时间:
2020-02-06 01:06:09
阅读次数:
77
出于自用的目的,又找不到Java写的开源的程序,然后使用开源上传组件 bootstrap-fileinput 用 Spring Boot 写了一个图床目前支持:七牛云,阿里云GitHub: https://github.com/souyunku/Picture-BedConfiguration使用的... ...
分类:
编程语言 时间:
2020-02-05 09:53:26
阅读次数:
117
Exercises 3.2 21. (a). For $\omega = sinz$, what is the image of the semi-infinite strip $S_1 = \{x+iy|-\pi<x<\pi,y>0\}$ (b). what is the image of the ...
一个单的利用JS切换图片的功能写法1: <section> <h2>JS切换图片</h2> <ul class="pictable"> <li><a href="img/1.jpg" onclick="showPic(this);return false" title="this picture i ...
分类:
Web程序 时间:
2020-01-21 10:37:39
阅读次数:
91
In July 2004, Google posted on a giant billboard along Highway 101 in Silicon Valley (shown in the picture below) for recruitment. The content is supe ...
分类:
其他好文 时间:
2020-01-20 09:19:14
阅读次数:
64
Problem: get a overall picture of how ego-networks evolve is a common challenging task. Existing techniques: inspect the evolution patterns of ego-net ...
使用的是element-ui的upload插件。 <el-upload action="https://jsonplaceholder.typicode.com/posts/" list-type="picture-card" :on-preview="handlePictureCardPrevie ...
分类:
Web程序 时间:
2020-01-12 18:24:49
阅读次数:
96