码迷,mamicode.com
首页 >  
搜索关键字:flex air 添加阴影    ( 5299个结果
《你不知道的JavaScript[中卷]》【8】——类型&值
类型定义了值的行为特征 各种bug & trick... 继续bug 必须完全搞清楚。。 ...
分类:编程语言   时间:2020-06-28 12:29:38    阅读次数:51
LC 1489. Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree
link referenct to @617280219 Sort and group edges by weight. In each step we process one group of edges Discard the edges whose ends are already conne ...
分类:其他好文   时间:2020-06-28 09:37:19    阅读次数:70
AtCoder Beginner Contest 172 题解
AtCoder Beginner Contest 172 题解,地址https://atcoder.jp/contests/abc172/ ...
分类:其他好文   时间:2020-06-27 22:51:37    阅读次数:159
684. Redundant Connection
In this problem, a tree is an undirected graph that is connected and has no cycles. The given input is a graph that started as a tree with N nodes (wi ...
分类:其他好文   时间:2020-06-27 09:35:14    阅读次数:75
docker数据卷容器
docker数据卷容器 什么是docker数据卷容器? 命名的容器挂载数据卷,其它容器通过挂载这个(父容器)实现数据共享,挂载数据卷的容器,称之为数据卷容器() 操作一波? 1、先启动一个上次整的那个tzh/centos的容器、然后在dataVolumeContainer2新建任意文件 docker ...
分类:其他好文   时间:2020-06-26 20:13:41    阅读次数:52
遇到报错:mount /dev/sdb on /mnt failed: Structure needs cleaning
参考大神博客 ext4文件系统,使用命令 fsck.ext4 /dev/md0 修复, 如果是xfs文件系统,使用命令 xfs_repair -L /dev/md0修复, ...
分类:数据库   时间:2020-06-25 19:51:22    阅读次数:133
Flex移动布局中单行和双行布局的区别以及使用
这里是单行布局 使用ul>li 来布局 <ul class="local-nav"> <li> <a href="#"> <span class="local-nav-icon-icon1"></span> 攻略景点 </a> </li> <li> <a href="#"> <span class= ...
分类:移动开发   时间:2020-06-24 19:37:53    阅读次数:62
flex 纵向布局,垂直换行,没有撑开父盒子宽度,求解??
1、html <div class="cardBox" v-for="(item,idx) in arr" :key="idx"> <div class="cart-left"> <div class="cart-left-head"> <h3>{{item.name}}</h3> </div> < ...
分类:其他好文   时间:2020-06-24 17:57:41    阅读次数:206
js进行数字图像处理:亮度、对比度、马赛克画笔、放大缩小、镜像、贴纸、旋转、颜色值显示
① 亮度调整:进度条拖动实现亮度改变。 ② 对比度调整:进度条拖动实现对比度改变。 ③ 马赛克笔刷:点击图标,在画布上鼠标-点击-拖动实现局部马赛克处理。 ④ 放大:点击放大图标,实现图片1.2倍放大。可多次点击。 ⑤ 缩小:点击缩小图标,实现图片0.83倍缩小。可多次点击。 ⑥ 旋转:点击旋转图标 ...
分类:Web程序   时间:2020-06-23 00:45:21    阅读次数:468
934. Shortest Bridge
package LeetCode_934 import java.util.* /** * 934. Shortest Bridge * https://leetcode.com/problems/shortest-bridge/description/ * * In a given 2D bina ...
分类:其他好文   时间:2020-06-21 13:53:20    阅读次数:56
5299条   上一页 1 ... 21 22 23 24 25 ... 530 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!