一、前言 这篇文章我们将讲解如何将ASP.NET Core 程序部署到Linux。这里我们使用的是虚拟机里面安装的Centos7。这里的ASP.NET Core程序,以上篇文章中发布的框架依赖文件为例进行讲解。 二、安装运行时环境 1、在线安装 我们只是在Linux系统上面部署应用程序,所以只需要安 ...
分类:
Web程序 时间:
2020-02-14 13:16:42
阅读次数:
94
1、PodPreset 的作用 将一些公用的参数设置到pod中去,例如 时区统一设置为东八区等 2、API Server 开启PodPreset 编辑文件 /etc/kubernetes/manifests/kube apiserver.yaml,添加配置 runtime config=settin ...
分类:
其他好文 时间:
2020-02-14 12:52:52
阅读次数:
48
srvctl commands in Oracle RAC 11g SRVCTL (Server Control utility) commands in Oracle 11g RAC srvctl command target [options] commands: enable|disable| ...
分类:
数据库 时间:
2020-02-14 10:32:57
阅读次数:
68
这几天尝试用scapy监听wifi数据抱, 没密码的话就直接能看到数据等等, wpa2的话就麻烦些了, 试了试gayhub的几个库并不好使, 最后解决的办法是使用wareshark设置wpa pwd进行解密, 具体步骤是1.设置wpa pwd 2.连接wifi 3.enable decryption ...
分类:
其他好文 时间:
2020-02-13 10:08:42
阅读次数:
79
此篇基于 SpringBoot 整合 Shiro & Jwt 进行鉴权 相关代码编写及解析 首先我们创建 JwtFilter 类 继承自 BasicHttpAuthenticationFilter 重写4个重要的方法 其执行顺序亦是如下 1. preHandle(..) 前置处理 2. isAcce ...
分类:
其他好文 时间:
2020-02-12 16:34:09
阅读次数:
159
1.配置Http代理 Port为监听端口号,默认为8888,勾选Enable transparent HTTP proxying,接着勾选SOCKS proxy,可以监听Socks请求 2.安装Charles Root Certificate,路径为Help->SSL Proxying ->Inst ...
分类:
移动开发 时间:
2020-02-12 16:08:20
阅读次数:
176
jQuery 选择器 选择器实例选取 * $("*") 所有元素 #id $("#lastname") id="lastname" 的元素 .class $(".intro") 所有 class="intro" 的元素 element $("p") 所有 <p> 元素 .class.class $( ...
分类:
Web程序 时间:
2020-02-12 13:13:21
阅读次数:
88
css伪类 css伪类用于向某些选择器添加特殊的效果。:link, :visited, :hover, :focus, :active, :first-child, :langcss3新增的伪类::last-child, :only-child, :first-of-type, :last-of-t ...
分类:
Web程序 时间:
2020-02-12 12:41:29
阅读次数:
107
generator.xml: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0 ...
分类:
其他好文 时间:
2020-02-11 19:16:39
阅读次数:
109
将这两行的注释去掉就可以了。 另外,如果项目使用的是Unicode设置,则可以在pugiconfig.hpp中: // Uncomment this to enable wchar_t mode #define PUGIXML_WCHAR_MODE 将wchar模式打开即可。 ...
分类:
其他好文 时间:
2020-02-10 09:50:27
阅读次数:
60