1.先在运行的那个项目的pom.xml中添加如下插件: <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <in ...
分类:
编程语言 时间:
2020-05-06 18:00:45
阅读次数:
148
首先安装最新framework和两个compiler, 如果网络卡可以尝试国内的源 PM Install Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform PM Install Package Microsoft.Net.Compi ...
RedisConfigInfo 配置类 1 using System.Configuration; 2 3 namespace MyRedisDemo.Init 4 { 5 /// <summary> 6 /// redis配置文件信息 7 /// </summary> 8 public seale ...
分类:
其他好文 时间:
2020-05-05 16:24:52
阅读次数:
82
Warning:<i><b>root project 'mlibmodel': Unable to build Scala project configuration</b>Details: org.gradle.api.GradleException: Cannot infer Scala cla ...
分类:
其他好文 时间:
2020-05-05 16:23:28
阅读次数:
182
Configuration (18%) Configuring a Pod to Use a ConfigMap Create a new file named config.txt with the following environment variables as key/value pair ...
分类:
其他好文 时间:
2020-05-05 14:00:47
阅读次数:
69
0x00 影响版本 Apache Shiro Base64解码 AES解密 反序列化 然而AES的密钥是硬编码的,就导致了攻击者可以构造恶意数据造成反序列化的RCE漏洞。 payload 构造 前16字节的密钥 后面加入序列化参数 AES加密 base64编码 发送cookie 0x02 靶场环境 ...
分类:
其他好文 时间:
2020-05-04 17:14:06
阅读次数:
299
异常: 严重: Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: No Authenticati ...
分类:
编程语言 时间:
2020-05-04 11:48:52
阅读次数:
105
1、下载已经编译好的 "kafka manager 2.0.0.2.zip安装包" 2、修改配置文件(xx安装目录/kafka manager 2.0.0.2/conf/application.conf) 3、启动kafka manager服务 4、jps查看进程验证 5、登陆Kafka Manag ...
分类:
其他好文 时间:
2020-05-03 01:10:15
阅读次数:
50
title: npm命令教程date: 2017年8月18日 14:40:34tags: 教程categories: 教程 author: "JiaWei" 总结npm常用命令 npm (Node Package Manager) <!--more--> 安装 npm 默认与Node绑定在一起的,所 ...
分类:
其他好文 时间:
2020-05-02 23:01:23
阅读次数:
64
在tomcat的 conf/tomcat-users.xml文件的如下位置添加用户配置:<user username="admin" password="wmsap1" roles="manager-gui"/> 重启tomcat服务,打开tomcat管理地址:http://ip:端口/manage ...
分类:
其他好文 时间:
2020-05-02 20:48:17
阅读次数:
49