1、引用pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <group ...
分类:
编程语言 时间:
2021-03-06 14:34:47
阅读次数:
0
人脸识别分析 调用 腾讯AI人脸识别接口 测试应用 纯py文件测试照片 # -*- coding: utf-8 -*- import json from tencentcloud.common import credential from tencentcloud.common.exception. ...
分类:
其他好文 时间:
2021-03-05 13:28:55
阅读次数:
0
cd /opt/wget https://archive.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-bin-release.zipunzip rocketmq-all-4.2.0-bin-release.zip -d rocketmq-all ...
分类:
其他好文 时间:
2021-03-05 13:21:48
阅读次数:
0
File upload XSS Description This script is possibly vulnerable to XSS (Cross-site scripting). The web application allows file upload and Acunetix was ...
分类:
其他好文 时间:
2021-03-04 13:34:27
阅读次数:
0
警告如图所示,该警告是因为jdk版本太高(我用的是15.0,据说9.0的也会这样),具体的原理还没有研究,它不影响项目的正常运行,但是看着很糟心有木有~~~~ 解决方案是把项目jdk降低到1.8及以下,建议1.8。 ...
分类:
数据库 时间:
2021-03-03 12:24:53
阅读次数:
0
https://www.cnblogs.com/hallejuayahaha/p/12029316.html ...
线程通信 等待: public final void wait(); public final void wait(long timeout); //必须在对obj加锁的同步代码块中,在一个线程中,调用obj.wait()时,此线程会释放其拥有的所有锁标记,同时此线程在无限期等待的状态中,释放锁,进 ...
分类:
编程语言 时间:
2021-03-03 12:10:36
阅读次数:
0
configureWebpack: (config) => { // 取消console打印 if (process.env.NODE_ENV 'production') { config.optimization.minimizer[0].options.terserOptions.compres ...
分类:
其他好文 时间:
2021-03-03 11:51:45
阅读次数:
0
未知 /gamerule commandBlockOutput false /gamerule sendcommandfeedback false 1.ess重载 /ess reload 2.权限组重载 /manload 3.登陆插件重载 /authme reload 4.领地插件 /res rel ...
分类:
其他好文 时间:
2021-03-02 11:52:09
阅读次数:
0
var le = [{name:"js"}, {name:"css"}, {name:"python"} ]; var index = le.findIndex(function(item){ return item.name== "css"; }); console.log(index);1 ...
分类:
编程语言 时间:
2021-03-01 13:46:39
阅读次数:
0