一. RestFul风格, 对url的规范 之前的url给后台传递数据: localhost:8888/spring10/user/findById.action?K1=v1&k2=v2.... RestFul风格的url: localhost:8888/spring10/user/findById ...
分类:
编程语言 时间:
2020-06-18 22:06:59
阅读次数:
72
Given an array of integers arr and an integer k. Find the least number of unique integers after removing exactly k elements. Example 1: Input: arr = [ ...
分类:
其他好文 时间:
2020-06-18 13:10:04
阅读次数:
64
偏爱这个办法 .wrap {position: relative;text-align: center;width: 84%;margin: 15px auto;} /*CSS伪类用法*/ .wrap:after, .wrap:before {position: absolute;top: 50%; ...
分类:
Web程序 时间:
2020-06-18 10:25:19
阅读次数:
114
外湖莲子长参差,霁山青处鸥飞。 水天溶漾画桡迟,人影鉴中移。 桃叶浅声双唱,杏红深色轻衣。 小荷障面避斜晖,分得翠阴归。 Spring in Painted Hall The lotus blooms in outer lake grow high and low; After the rain o ...
分类:
其他好文 时间:
2020-06-18 01:32:53
阅读次数:
75
适用性 缓存在很多场景下都是相当有用的。例如,计算或检索一个值的代价很高,并且对同样的输入需要不止一次获取值的时候,就应当考虑使用缓存 Guava Cache与ConcurrentMap很相似,但也不完全一样。最基本的区别是ConcurrentMap会一直保存所有添加的元素,直到显式地移除。相对地, ...
分类:
系统相关 时间:
2020-06-17 18:24:02
阅读次数:
81
今天被问到 mongodb,centos 7.6的自启动,报错 Jun 16 11:34:39 localhost rc.local: ERROR: child process failed, exited with error number 1 Jun 16 11:34:39 localhost ...
分类:
数据库 时间:
2020-06-16 18:30:54
阅读次数:
134
html中 ( <div class="wave"> </div> ) css( .wave{ width: 200px; height: 200px; background-color: skyblue; margin: 0 auto; position: relative; overflow: ...
分类:
其他好文 时间:
2020-06-16 13:32:04
阅读次数:
68
概述 Metasploitable3是Metasploitable2的升级版本,它是一个虚拟靶机系统,里面含有大量未被修复的安全漏洞,它主要是用于metasploit-framework测试的漏洞目标。众所周知Metasploitable2由于年久失修,被更好的Metasploitable3给取代了 ...
分类:
Web程序 时间:
2020-06-16 13:01:08
阅读次数:
84
问题? 执行 shell 错误 错误 syntax error near unexpected token `}' 查看字符编码格式 # cat -v test.sh 空格部分 显示的都是 一些 ... M-BM- M-BM- M-BM- M-BM- M-BM- M-BM- ... 更改替换为十六进 ...
分类:
其他好文 时间:
2020-06-16 12:55:40
阅读次数:
55
第一种方式:ids 1.参数化(pytest.mark.parametrize) # test_a.py import pytest import allure def login(username, password): '''登录''' print("输入账号:%s" % username) p ...
分类:
其他好文 时间:
2020-06-16 00:59:31
阅读次数:
183