http-server https://github.com/http-party/http-server#readme http-server is a simple, zero-configuration command-line http server. It is powerful enou ...
分类:
Web程序 时间:
2020-01-29 23:41:29
阅读次数:
99
server { listen 80; #listen [::]:80 default_server; # server_name www.xxx.com; root /opt/www.xxx.com; index index.php index.html; # Load configuration ...
分类:
Web程序 时间:
2020-01-29 16:12:26
阅读次数:
131
mybatis-config.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd ...
分类:
其他好文 时间:
2020-01-29 00:51:20
阅读次数:
63
原因及解决办法: "https://docs.spring.io/spring boot/docs/2.0.3.RELEASE/reference/htmlsingle/ howto use tomcat legacycookieprocessor" @Configuration public cl ...
分类:
编程语言 时间:
2020-01-28 09:15:11
阅读次数:
80
使用FileZilla Pro S3协议访问七牛云对象存储 https://blog.qiniu.com/archives/8882 https://wiki.filezilla project.org/Pro:S3_Provider_Configuration ...
分类:
其他好文 时间:
2020-01-27 19:03:18
阅读次数:
115
Configuration file Scrapyd searches for configuration files in the following locations, and parses them in order with the latest one taking more prior ...
分类:
其他好文 时间:
2020-01-27 17:21:16
阅读次数:
229
自动化运维工具shell脚本/Ansible(无客户端)/Saltstack(master-minion) 回顾服务器部署的流程:买云主机->环境部署->软件部署->配置部署->启动服务->测试->加入集群 1.Ansible基本概述ansible是一个配置管理系统configuration man ...
分类:
其他好文 时间:
2020-01-25 00:59:09
阅读次数:
116
@Alias(Mybatis) 用于设置类型别名。 它只和 XML 配置有关,存在的意义仅在于用来减少类完全限定名的冗余。 具体配置项目详见: "https://mybatis.org/mybatis 3/zh/configuration.html typeAliases" ...
分类:
编程语言 时间:
2020-01-23 21:11:56
阅读次数:
136
运行流程: /** * 1、获取sqlSessionFactory对象: * 解析文件的每一个信息保存在Configuration中,返回包含Configuration的DefaultSqlSession; * 注意:【MappedStatement】:代表一个增删改查的详细信息 * * 2、获取s ...
分类:
其他好文 时间:
2020-01-23 13:59:33
阅读次数:
78
概念: Zeroconf (Zero-configuration networking 零配置联网) 功能: 1 自动配置IP地址 (Link-local 地址), 2 自动配置并解析域名,这项技术被称为 mDNS (Multicast Domain Name Service,多点发送域名服务) 3 ...
分类:
其他好文 时间:
2020-01-22 18:43:39
阅读次数:
125