ConfigurationProperties 属性文件到配置类 字段映射 嵌套类映射 外部属性文件 ...
分类:
编程语言 时间:
2019-03-28 23:16:38
阅读次数:
283
线段树单点更新模板 求区间最大值 #include <iostream> #include <cstring> #include <string> #include <cstdio> #include <cmath> #include <algorithm> #include <vector> #i ...
分类:
其他好文 时间:
2019-03-28 15:29:18
阅读次数:
161
功能一:发布评论,如下图 功能描述:点击上面的发布按钮,可以发布评论,评论中要有发布人的姓名,回复给谁,发布的内容,以及发布的时间 问题描述:每一条留言下面都可以发布评论,因为发布一条评论需要记录很多信息(回复人,留言人,时间,内容,点赞...),想着信息多,为了方便管理,我把他们存放在一个对象中, ...
分类:
其他好文 时间:
2019-03-28 00:28:41
阅读次数:
146
*<?xml version="1.0" encoding="UTF-8"?> 用于声明xml的版本以及xml传输数据时的字符编码 **<web-app><-web-app> *xml文件的根标签,用于声明命名空间、schema约束等 *xmlns="http://java.sun.com/xml/ ...
分类:
Web程序 时间:
2019-03-27 19:35:08
阅读次数:
174
airfoil polar data during post stall stages (high AOA) Table of Contents 1. airfoil polar during post stall state 1.1. polar extrapolation methods 1 a ...
分类:
其他好文 时间:
2019-03-27 17:02:06
阅读次数:
197
一、web.xml文件介绍 The web.xml file contains several elements that are required for a Facelets application. All of the following are created automatically ...
分类:
Web程序 时间:
2019-03-27 12:29:24
阅读次数:
169
Git命令推送到远程分支 1、登录GitHub创建一个远程仓库。 https://github.com 2、git init 本地创建一个目录,并初始化一个git仓库。 3、git add 添加文件到当前目录下,然后执行git add ,将“修改”从当前工作区存放到暂存区。 4、it commit ...
分类:
其他好文 时间:
2019-03-27 00:06:26
阅读次数:
174
前几天写的直接运行npm run dev还是ok的,突然不行了,前面报错是css-loader没有,删除style标签上的lang='scss'就好了,先不需要这个依赖。这个先不管。 只是后面的 run `npm audit fix` to fix them, or `npm audit` for ...
分类:
其他好文 时间:
2019-03-26 15:06:27
阅读次数:
793
<! TOC " 简介" " 应用场景" " 安装" " 原理" " 使用" " 方法说明" " 方法使用" " 方法使用" " 方法实现过期验证" " 方法使用" <! /TOC 简介 ( Json WEB Token )是一种采用 方式安装传输信息的方式。 有针对各种开发语言的库。 python ...
分类:
Web程序 时间:
2019-03-25 01:15:22
阅读次数:
280
object HuffmanCode { private abstract sealed class Tree[A] { val freq: Int def toCode: List[(A, String)] = toCodePrefixed("") def toCodePrefixed(prefi... ...
分类:
其他好文 时间:
2019-03-24 17:39:15
阅读次数:
135