下面分享多个java 源码漏洞分析扫描工具: https://www.attackflow.com/商用 http://checkstyle.sourceforge.net/ (插件) http://findbugs.sourceforge.net/ https://pmd.github.io/ ( ...
分类:
编程语言 时间:
2020-10-18 16:30:42
阅读次数:
72
springcloud项目是一个父项目,和多个子项目 例如以下: SpringcloudTest >父项目 SpringcloudTestA >子项目 SpringcloudTestB >子项目 对于子项目进行打包时会出现问题 Failed to execute goal on project : ...
分类:
编程语言 时间:
2020-10-18 16:25:33
阅读次数:
44
laravel 官网 laravel 学院 laravel-china 中文官网 composer 安装laravel并换镜像 https://packagist.laravel-china.org 为什么我不太想用 Laravel ? 主要看 Eloquent# 介绍 通过 Model 查询数据时 ...
分类:
其他好文 时间:
2020-10-14 20:14:48
阅读次数:
23
参考:https://www.runoob.com/w3cnote/jdbc-use-guide.html DbUtil 即jdbc工具类,用于提供Connection对象 public class DbUtil { public static final String URL = "jdbc:my ...
分类:
数据库 时间:
2020-10-12 20:03:33
阅读次数:
36
一、问题描述 1 could not get 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.0.1/gradle-4.0.1.pom'. received status code 400 from ...
分类:
移动开发 时间:
2020-10-08 19:43:40
阅读次数:
43
最近没有更新博客,遇到国庆终于有时间学习并更新博客了~ 记录一下自己的学习 Linux一直是我的弱项,由于现在的工作需要用到Linux,决定恶补一下。 查找文件地址 find /home/ -name "test*" -type f # type 查找文件类型 -type d 为文件夹, -type ...
分类:
系统相关 时间:
2020-10-08 18:09:20
阅读次数:
25
在安装好的OpenCV的文件夹下,有相关的文件。具体位置看各人的安装路径,但大体上路径如下:***\opencv\sources\samples\cpp。 如“彩色目标跟踪”:Camshift “光流”:optical flow “点跟踪”:lkdemo “人脸识别”:objectDetection ...
分类:
其他好文 时间:
2020-10-07 20:50:58
阅读次数:
28
1、下载python 3.0版本以上 直接搜索python https://www.python.org/getit/ 2、安装 pycharm 方便编写代码,python自带idle的编辑器,建议使用pycharm 比较方便。 3、安装谷歌浏览器 4、下载对应的谷歌版本的selenium 5、将c ...
分类:
编程语言 时间:
2020-10-07 20:37:13
阅读次数:
31
https://leetcode-cn.com/problems/find-mode-in-binary-search-tree/ class Solution { public: int count = 0, max_count = 0; TreeNode* pre = NULL; vector< ...
分类:
其他好文 时间:
2020-09-24 22:11:03
阅读次数:
80