上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页
摘要: 1.安装pm2,这里默认你已经安装了node.js和npm 2.创建软连接 1)全局path路径 2)pm2安装路径 安装pm2时,可看到pm2安装路径 3)建立软连接 3.确认是否安装成功 这里我们启动一个node项目 参考:https://www.jianshu.com/p/7205affa73 阅读全文
posted @ 2019-10-10 11:13 748573200000 阅读(9327) 评论(0) 推荐(0) 编辑
摘要: 这里网安使用的扫描软件是Acunetix,总共扫描出1个中等漏洞,2个低等漏洞,3个提示。 1.Medium,Vulnerable Javascript library 易受攻击的javascript库 解决,升级到最新版本即可。 2.Low, OPTIONS method is enabled 允 阅读全文
posted @ 2019-09-29 15:35 748573200000 阅读(3756) 评论(0) 推荐(2) 编辑
摘要: 完整项目代码地址参考:https://github.com/SimonHu1993/SpringbootZuul 1.这里我们使用Eureka来作为服务的注册与发现中心,首先看看Eureka client客户端配置文件 启动类中添加@EnableEurekaClient注解 2.配置eureka服务 阅读全文
posted @ 2019-09-25 14:36 748573200000 阅读(721) 评论(0) 推荐(0) 编辑
摘要: 1.pom文件 2.yaml配置文件 springboot支持的缓存类型 3.service调用 最基础运用,不需要其他多余配置。 阅读全文
posted @ 2019-09-25 08:38 748573200000 阅读(1874) 评论(0) 推荐(0) 编辑
摘要: 备份和删除前两个月的备份文件 阅读全文
posted @ 2019-09-12 12:00 748573200000 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: 一、如果项目中使用的SpringMVC4.3.9以下,就需要对该请求配置Filter,设置请求头可支持跨域。使用方法: --spring cloud zuul支持跨域 :https://blog.csdn.net/XinTeng2012/article/details/84938872 1、web. 阅读全文
posted @ 2019-09-05 13:51 748573200000 阅读(2277) 评论(0) 推荐(0) 编辑
摘要: corePoolSize 核心线程数; maximumPoolSize 最大线程数; keepAliveTime 空闲线程数存活时间; TimeUnit 时间格式; BlockingQueue 工作阻塞队列; threadFactory 线程工厂; RejectedExecutionHandler 阅读全文
posted @ 2019-08-26 11:04 748573200000 阅读(196) 评论(0) 推荐(0) 编辑
摘要: Java中的 和 详细分析 注:以下数据类型默认为byte 8位 左移时不管正负,低位补0 正数:r = 20 20的二进制补码:0001 0100 向左移动两位后:0101 0000 结果:r = 80 负数:r = 20 20 的二进制原码 :1001 0100 20 的二进制反码 :1110 阅读全文
posted @ 2019-08-15 10:53 748573200000 阅读(868) 评论(0) 推荐(0) 编辑
摘要: tips:有些小伙伴发邮件,不能及时回复,已经把mmp源文件放到github上了https://github.com/SimonHu1993/simonhu1993.github.com/tree/master/mind_map/mmap 因为脑图原件是.mmap格式,使用wps和xmind打开都会 阅读全文
posted @ 2019-08-14 10:18 748573200000 阅读(3744) 评论(23) 推荐(6) 编辑
摘要: 另外一种分页方法: 阅读全文
posted @ 2019-08-07 15:21 748573200000 阅读(335) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页