相对定位 定位有三种: 1.相对定位 2.绝对定位 3.固定定位 相对定位:相对于自己原来的位置定位 现象和使用: 1.如果对当前元素仅仅设置了相对定位,那么与标准流的盒子什么区别。 2.设置相对定位之后,我们才可以使用四个方向的属性: top、bottom、left、right 特性: 1.不脱标 ...
分类:
Web程序 时间:
2020-04-21 15:25:37
阅读次数:
82
Problem : A matrix is Toeplitz if every diagonal from top left to bottom right has the same element. Now given an M x N matrix, return True if and onl ...
分类:
其他好文 时间:
2020-04-20 12:00:41
阅读次数:
54
alpha阶段前后端接口文档 功能说明:前端有若干个模块,包括 神经网络层 和 经典模型 可供用户选择,用户根据这些模块来搭建模型。 static里面是需要用户指定的全局变量。 一个数组,每个数组元素对应用户所连接的 一条边,同时记录了两个端点的字段信息,还附加了一个区别于其他端点的id字段和 代表 ...
分类:
其他好文 时间:
2020-04-17 23:36:17
阅读次数:
115
一天蒜头君得到 n 个字符串 si?,每个字符串的长度都不超过 10。 蒜头君在想,在这 n 个字符串中,以 si? 为后缀的字符串有多少个呢? 输入格式 第一行输入一个整数 n。 接下来 n 行,每行输入一个字符串 si?。 输出格式 输出 n 个整数,第 ii 个整数表示以 si? 为后缀的字符 ...
分类:
其他好文 时间:
2020-04-16 22:32:59
阅读次数:
94
2020-04-16 14:05:01 --Edit by yangray 按横轴刻度的种类不同,分为数值类刻度和日期类刻度。 数值类刻度 需求:x轴数据间隔为2,显示最后24条数据。 #!/usr/bin/python # _*_ Coding: Utf-8 _*_ import random i ...
分类:
其他好文 时间:
2020-04-16 15:39:46
阅读次数:
126
1.index.php <style type="text/css"> #container{margin:10px auto;width: 660px; border: 1px solid #999;} .single_item{padding: 20px; border-bottom: 1px ...
分类:
Web程序 时间:
2020-04-16 15:11:42
阅读次数:
91
一、添加拦截器 public class HeaderRequestInterceptor implements ClientHttpRequestInterceptor { private final String headerName; private final String headerVa ...
分类:
其他好文 时间:
2020-04-15 21:52:51
阅读次数:
346
CSS实现对角框,边角加个边框、四角框 一:线性渐变方式: 鼠标悬停触发显示:hover { background: linear-gradient(to left, #043add, #043add) left top no-repeat, linear-gradient(to bottom, # ...
分类:
Web程序 时间:
2020-04-15 13:57:38
阅读次数:
376
代码结构: <!-- Swiper --> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"> <img src="https://timgsa.baidu.com/timg?i ...
分类:
其他好文 时间:
2020-04-15 13:51:19
阅读次数:
213
本周继续学习了echarts的异步加载方式: <%@ include file="left.jsp"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE ...
分类:
其他好文 时间:
2020-04-12 22:51:55
阅读次数:
80