源地址:(https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/grok-patterns)USERNAME [a-zA-Z0-9._-]+ USER %{USERNAME} EMAILLOCA ...
分类:
其他好文 时间:
2020-07-10 14:57:23
阅读次数:
118
在IDEA里的Terminal窗口执行命令: git config --global core.quotepath false 乱码就解决了: 原来乱码长这样: end. ...
分类:
其他好文 时间:
2020-07-10 12:55:31
阅读次数:
55
0X01 漏洞介绍 Stapler Web框架中的钉书机/core/src/main/java/org/kohsuke/stapler/MetaClass.java中存在一个代码执行漏洞,攻击者可以使用该方法调用某些方法通过访问并非旨在通过这种方式调用的特制URL来访问Java对象。 0x02 影响 ...
分类:
其他好文 时间:
2020-07-10 11:47:57
阅读次数:
193
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
Web程序 时间:
2020-07-10 11:39:32
阅读次数:
85
1、Startup类里先定义一个全局变量: readonly string MyAllowSpecificOrigins = "_myAllowSpecificOrigins";//名字随便起 2、ConfigureServices方法里写如下代码: services.AddCors(options ...
分类:
Web程序 时间:
2020-07-10 09:46:24
阅读次数:
115
[OHIF-Viewers]医疗数字阅片-医学影像-cornerstone-core-Cornerstone.js提供了一个完整的基于Web的医学成像平台。 还必须写中文,不然不让同步,蛋疼呀~~~ 要想深入学习OHIF-Viewers,那就得搞一下这个底层库噻~~Cornerstone.js。 D ...
分类:
Web程序 时间:
2020-07-10 09:42:11
阅读次数:
134
package com.sjw.flink import org.apache.flink.api.scala._import org.apache.flink.core.fs.FileSystem.WriteMode object Score { def main(args: Array[Stri ...
分类:
其他好文 时间:
2020-07-10 00:22:58
阅读次数:
60
https://mp.weixin.qq.com/s/-PlVHWPPTCG5mMz_jEAd6g 简单介绍Core的实现。 1. XLen XLen定义了总线宽度: 其值在BaseSubsystemConfig中定义为64: 2. CoreParams CoreParams定义了核心的一系列参数: ...
分类:
其他好文 时间:
2020-07-09 22:49:22
阅读次数:
123
[HttpGet] public IActionResult GetFile(string filepath) { if (string.IsNullOrEmpty(filepath)) filepath = "D:\\ABC.log"; var provider = new FileExtensi ...
分类:
Web程序 时间:
2020-07-09 17:56:05
阅读次数:
83
检查环境 linux版本 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) SSE 4.2 [root@localhost ~]# grep -q sse4_2 /proc/cpuinfo ...
分类:
其他好文 时间:
2020-07-09 14:59:40
阅读次数:
334