No matching editors or conversion strategy found not null property references a null or transient value: pojo.Emp.name ...
分类:
编程语言 时间:
2018-10-20 19:54:41
阅读次数:
161
Please install the Linux kernel "header" files matching the current kernel 当我启动minilkube时遇到如下错误消息: Minikube setup with driver virtualbox Starting loca ...
分类:
系统相关 时间:
2018-10-20 16:21:24
阅读次数:
439
有些童鞋的误区 1、 location 的匹配顺序是“先匹配正则,再匹配普通”。 矫正: location 的匹配顺序其实是“先匹配普通,再匹配正则”。我这么说,大家一定会反驳我,因为按“先匹配普通,再匹配正则”解释不了大家平时习惯的按“先匹配正则,再匹配普通”的实践经验。这里我只能暂时解释下,造成 ...
分类:
其他好文 时间:
2018-10-18 16:52:03
阅读次数:
113
Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for '?' and '*'. The matching should cover the entire in ...
分类:
其他好文 时间:
2018-10-16 22:00:15
阅读次数:
149
图论 [TOC] 基础知识储备: (1)、概念: 图 G 是一个二元组(V,E),其中V称为顶点集,E称为边集。它们亦可写成 V(G)和E(G)。E的元素是一个二元组数对,用(x,y)表示,其中x,y∈V。 (2)、图的储存: ①邻接表 ②链式前向星 ③邻接矩阵 (3)、度数序列: ①若把图 G 所 ...
分类:
其他好文 时间:
2018-10-15 14:40:27
阅读次数:
298
最近开始用mac,在开始之初体验到了mac系统的丝滑流畅,但也感受到重新开始学习一个平台的坡度。 最近学习maven,创建项目时总是报错,网上查阅到的资料很少。最后在settings.xml中添加了阿里云镜像得以解决。 工具信息: mac 10..13 & eclipse mars2 & maven ...
分类:
系统相关 时间:
2018-10-15 11:58:25
阅读次数:
153
这里主要是介绍在springboot里面通过xml的方式进行配置,因为xml的配置相对后台复杂的系统来说,能够使得系统的配置和逻辑实现分离,避免配置和代码逻辑过度耦合,xml的配置模式能够最大限度的实现配置集中,和java代码逻辑分离。 1. mybatis文件的集成 这里,通过springboot ...
分类:
数据库 时间:
2018-10-12 21:14:28
阅读次数:
159
一、需求背景 给hibernate插上ibatis动态查询的翅膀,既保留crud的简洁性,又能收获ibatis的特性。 二、ibatis的动态查询 ibatis在程序内部解析sql语句中的标签,然后去解析计算 三、Freemarker 模版技术 利用freemarker把sql/hql中的动态拼接条 ...
分类:
数据库 时间:
2018-10-10 15:29:17
阅读次数:
1167
日志中有警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property. 跟踪后发现是连接池的配置问题: <Con ...
分类:
其他好文 时间:
2018-10-08 19:34:12
阅读次数:
223