问题现象: 运行py文件时,弹出框提示:Configuration is still incorrect.Do you want to edit it again? 问题原因: 没有配置python解释器 解决方法: 1.File → Settings 2.Project Interpreter 3 ...
分类:
其他好文 时间:
2020-05-22 09:22:41
阅读次数:
503
burp插件目录: Scanners-扫描类 Custom Features-自定义功能类 Beautifiers and Decoders-美化和解码相关 Cloud Security-云安全,主要是AWS这类真云 Scripting-脚本相关 OAuth and SSO-开放授权(OAuth)和 ...
分类:
数据库 时间:
2020-05-21 23:51:46
阅读次数:
84
安装模块 需要去settings配置 在总路由加 在浏览器访问 ...
分类:
其他好文 时间:
2020-05-21 17:43:46
阅读次数:
56
buf2str(buffer) { let encodedString = String.fromCodePoint.apply(null, new Uint8Array(buffer)); let decodedString = decodeURIComponent(escape(encodedS ...
分类:
其他好文 时间:
2020-05-21 14:41:52
阅读次数:
246
软件的开发规范 1 为什么要有软件开发规范 APP软件 不可能全部都写在一个文件中,加载效率低,不容易查找,不规范 代码越多,你越不可能放在一个文件中,你需要将你的代码分文件 软件开发 项目: 1 bin - start.py启动文件 2conf - setting.py 配置文件register— ...
分类:
编程语言 时间:
2020-05-21 11:42:31
阅读次数:
75
1.spring security配置文件:<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2 ...
分类:
编程语言 时间:
2020-05-21 10:25:06
阅读次数:
51
本文在调参记录23的基础上,增加卷积核的个数,最少是64个,最多是256个,继续测试深度残差网络+自适应参数化ReLU激活函数在cifar10数据集上的效果。 自适应参数化ReLU激活函数被放在了残差模块的第二个卷积层之后,它的基本原理如下: Keras程序: #!/usr/bin/env pyth ...
分类:
其他好文 时间:
2020-05-21 10:03:22
阅读次数:
53
Spring Boot 2.3.0 已经发布,此版本主要更新内容包括: 依赖升级 新版本核心组件依赖升级 Spring Data Neumann Spring HATEOAS 1.1 Spring Integration 5.3 Spring Kafka 2.5 Spring Security 5. ...
分类:
编程语言 时间:
2020-05-21 00:14:26
阅读次数:
180
idea使用前简单设置: 设置 file >Settings (settings就相当于idea的设置按钮) 设置字体格式:file >Settings >Editor >File Encodings 设置成utf-8 点右下角 Apply保存应用,点OK关闭 设置字体大小 设置支持插件的注解处理器 ...
分类:
其他好文 时间:
2020-05-20 18:34:15
阅读次数:
114
背景:著名开源管理系统ruoyi-vue是基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统(https://gitee.com/y_project/RuoYi-Vue) 需求:站在巨人的肩膀上打造一个更符合自己使用习惯的管理系统 ...
分类:
其他好文 时间:
2020-05-19 22:48:36
阅读次数:
173