https://www.it1352.com/1873377.html #!/bin/sh if [ -n "$TMUX" ]; then case "$1" in prod_*) tmux selectp -P bg=red ;; esac fi ssh "$@" tmux selectp -P ...
分类:
其他好文 时间:
2021-07-05 17:23:38
阅读次数:
0
通过application类中的main方法里面的run方法 @SpringBootApplication @ServletComponentScan(basePackages = "com.sp") //可以自动将写的servlet扫描进去 配置扫描的包 @MapperScan("com.sp.m ...
分类:
编程语言 时间:
2021-07-05 17:22:51
阅读次数:
0
1 AngularJS xss payload https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/XSS%20Injection/XSS%20in%20Angular.md 2 CVE-2020-11110 Vulnera ...
分类:
其他好文 时间:
2021-07-05 17:22:35
阅读次数:
0
在线HTML转JS/JSON工具在线HTML转JS/JSON工具本工具支持将HTML转JS/JSON工具,将HTML字符串转成JS的变量形式或JSON数组形式,一般用于JS字符串拼接。https://tooltt.com/html2js/ ...
分类:
Web程序 时间:
2021-07-05 17:22:04
阅读次数:
0
查询历史弹幕 https://api.bilibili.com/x/v2/dm/history 时返回的是 ProtoBuf 格式的数据,需要用 protoc 和 google.protobuf 解析。 流程 首次使用,需要下载安装。https://github.com/protocolbuffer ...
分类:
其他好文 时间:
2021-07-05 17:06:05
阅读次数:
0
import axios from 'axios'; import iView from 'iview'; const baseApiObj = { production: 'https://imzt.bndxqc.com/api', experience: 'https://imztty.bndx ...
分类:
Web程序 时间:
2021-07-05 16:58:57
阅读次数:
0
1.问题: Warning: Permanently added 'github.com' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read f ...
分类:
其他好文 时间:
2021-07-05 16:56:22
阅读次数:
0
![](https://img2020.cnblogs.com/blog/2110730/202107/2110730-20210702171127365-1950785821.png) ![](https://img2020.cnblogs.com/blog/2110730/202107/2110... ...
分类:
其他好文 时间:
2021-07-05 16:47:52
阅读次数:
0
1、去树莓派官网下载镜像 https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 2、去github上下载 https://github.com/dhruvvyas90/qemu-rpi-kerne ...
1. 在做feign服务降级的时候遇到了没有返回值 no feedback的问题 2.经过排查发现是因为service层写在了另外一个api模块而非客户端模块,而spring又没有配置相关的扫描包信息导致扫描不到其他模块的包 扫描不到继承了FallbackFactory接口的类故没有返回值 3. 解 ...
分类:
其他好文 时间:
2021-07-05 16:40:21
阅读次数:
0