码迷,mamicode.com
首页 >  
搜索关键字:eddys picture    ( 691个结果
2020-02-22 今天学了啥?
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
Picture POJ - 1177 线段树+离散化+扫描线 求交叉图像周长
参考 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开源图床
出于自用的目的,又找不到Java写的开源的程序,然后使用开源上传组件 bootstrap-fileinput 用 Spring Boot 写了一个图床目前支持:七牛云,阿里云GitHub: https://github.com/souyunku/Picture-BedConfiguration使用的... ...
分类:编程语言   时间:2020-02-05 09:53:26    阅读次数:117
[Mathematics][Fundamentals of Complex Analysis][Small Trick] The Trick on drawing the picture of sin(z), for z in Complex Plane
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 ...
分类:Windows程序   时间:2020-01-25 22:18:21    阅读次数:124
它的JS与HTML标签是分离的吗
一个单的利用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
PAT Advanced 1152 Google Recruitment (20分)
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
PP: Overviewing evolution patterns of egocentric networks by interactive construction of spatial layouts
Problem: get a overall picture of how ego-networks evolve is a common challenging task. Existing techniques: inspect the evolution patterns of ego-net ...
分类:Windows程序   时间:2020-01-14 09:22:45    阅读次数:91
普通上传
使用的是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
691条   上一页 1 ... 3 4 5 6 7 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!