1. Maven依赖 <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> </dependency> 2. StringRedisTemplate与Re ...
分类:
其他好文 时间:
2020-04-20 13:59:03
阅读次数:
64
用object-fit和object-position来处理图片 MDN:object-fit MDN:object-position 半深入理解CSS3 object-position/object-fit属性 用百分比设置图片宽高 方式一:width:100% height:100% div { ...
分类:
其他好文 时间:
2020-04-20 13:32:16
阅读次数:
88
https://www.cnblogs.com/liantdev/p/10125284.html 多个aop类可以实现顺序,通过类上的@order https://blog.51cto.com/4837471/2326708 获得aop请求方法上的注解 https://www.jianshu.com ...
分类:
编程语言 时间:
2020-04-20 11:44:46
阅读次数:
55
Flask单机测试,实现redis+MQ秒杀业务,防止超限 简单描述 抢购,秒杀是商场业务很常见的应用场景,主要需求解决: 1.高并发 2.如何解决库存的正确减少("超卖"的问题) redis 命令说明exists >setnx> incrby # (1) 设置一些参数 # 限制商品库存总数 amo ...
分类:
其他好文 时间:
2020-04-20 09:15:19
阅读次数:
192
SearchBST(T, key) 伪代码&&代码 InsertBST(T, key) 伪代码&&代码 CreateBST(T) 伪代码&&代码 DeleteBST(T, key) 伪代码&&代码 完整代码 ...
分类:
其他好文 时间:
2020-04-19 22:11:04
阅读次数:
73
范围:0-65535固定端口:0-1023 1024保留动态端口:1024-65535常用端口:21:FTP22:SSH23:Telnet25:SMTP53:DNS(UDP)80:HTTP443: HTTPS873: Rsync110:POP3111:RPC 远程过程调用135:RPC 远程过程调用 ...
分类:
其他好文 时间:
2020-04-19 13:03:24
阅读次数:
56
又回来了,哎,感觉这块是短板,我需要花三个月时间把这块补一补。 显错注入,从找点,到最后显名的完整流程。 这是个流程框架,内部可能还会有一些细微修改。 1:判断注入点and 1=1 正常and 1=2 出错 2:判断字段总数and 1=1 order by 1and 1=1 order by 2an ...
分类:
数据库 时间:
2020-04-19 12:54:51
阅读次数:
76
原文:在WPF(core版本)中引用外部字体不可用问题说明 这几天使用WPF写软件,想引用外部字体,于是下载了字体文件: 然后在App.xaml中添加了如下代码: pack://application:,,,/IVFTempMonitor;component/Fonts/Digital7Mono-B... ...
Problem : Given a sorted array, two integers k and x, find the k closest elements to x in the array. The result should also be sorted in ascending ord ...
分类:
其他好文 时间:
2020-04-19 00:38:45
阅读次数:
62
一、 计算器程序界面分析 分析所需要的界面组件 二、 QLineEdit 组件 1. QlineEdit 可以用于接受用户输入,并且获取用户输入的字符串 2. QlineEdit 是功能性组件,需要父组件作为容器,并且能够在父组件中进行定位 三、 编程实验(创建工程 + QLineEdit 组件) ...
分类:
其他好文 时间:
2020-04-18 21:24:36
阅读次数:
80