spring security 在配置里处理好逻辑 security自带登录页面,如果没有配置的话会跳转到登录页面才能访问。 package com.example.security.config;import org.springframework.context.annotation.Confi ...
分类:
编程语言 时间:
2020-06-11 00:47:03
阅读次数:
66
Linux目录结构: /bin 普通用户命令目录/boot 核心配置文件目录/dev 存储文件目录/etc 系统应用服务配置文件目录/home 用户文件目录/lib 函式库文件目录/media 挂载光盘/存储介质目录/mnt 挂载存储介质目录/opt 安装外部大型程序目录/proc 开机生成进程文件 ...
分类:
系统相关 时间:
2020-06-10 19:13:19
阅读次数:
75
1. Elasticsearch简介 Elasticsearch是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于RESTful web接口。Elasticsearch是用Java语言开发的,并作为Apache许可条款下的开放源码发布,是一种流行的企业级搜索引擎。E ...
分类:
编程语言 时间:
2020-06-09 23:45:09
阅读次数:
73
卡方检验 分类变量的差异性检验即卡方检验与分类变量的相关性检验的联系与区别 联系:在很多类型的相关性检验中会用到卡方值,如无序非配对资料中的pearson列联系数和phi系数 区别:差异性检验是一个变量的不同分组的比较,而相关性检验是关于两个变量的计算 卡方检验基本结构 Proc freq <选项> ...
分类:
其他好文 时间:
2020-06-09 23:17:11
阅读次数:
78
root@vmuser:~# cat /proc/stat cpu 254339 26981 244855 60357611 81274 0 5266 4371 0 0cpu0 254339 26981 244855 60357611 81274 0 5266 4371 0 0intr 367409 ...
分类:
系统相关 时间:
2020-06-09 20:49:24
阅读次数:
70
IniHelper ini = new IniHelper(); //读取配置文件 string path = ini.ContentValue("BLDZ", "YYHLDZ"); //调用的程序路径 如C:\bl\app.exe string path1 = ini.ContentValue(" ...
在实际的生产开发过程中 Keyed Window 使用的最多,故 Keyed Window 算子很重要。 在每个窗口算子中包含了 Windows Assigner、Window Trigger(窗口触发器)、Evictor(数据剔除器)、Lateness(延时设置)、Output Tag(输出标签) ...
目录 利用nexus搭建npm repository 配置开发环境的registry为我们自己的私有仓库 编写自定义vue组件 将自定义组件作为npm包上传到nexus的repository中 在vue工程中使用使用自己制作的vue组件 nexus搭建npm repository nexus启动(d ...
分类:
Web程序 时间:
2020-06-09 14:33:51
阅读次数:
87
1. vue add style-resources-loader 2. const path = require("path");//这一段需要自行添加 module.exports = { pluginOptions: { 'style-resources-loader': { preProce ...
分类:
其他好文 时间:
2020-06-08 23:25:26
阅读次数:
63
查看防火墙状态 [root@HUNDSUN ~]# systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system ...
分类:
其他好文 时间:
2020-06-08 14:53:28
阅读次数:
74