码迷,mamicode.com
首页 >  
搜索关键字:oge    ( 545个结果
(八)SpringBoot使用mybatis-plus+自动代码生成
一.SpringBoot使用mybatis-plus+自动代码生成 使用mybatis-plus可以自动帮我们生成通用的 controller,service,dao,mapper 二.加入依赖 三.在application.properties 配置 四.在test包下新建 右击run CodeG ...
分类:编程语言   时间:2018-09-30 16:55:38    阅读次数:238
002_linuxC++_.h和.c文件
(一)程序修改001_linuxC++之_类的引入 (二)修改成为.h和.c文件 1 #include <stdio.h> 2 #include "person.h" 3 4 int main(int argc,char ** argv) 5 { 6 Person per; 7 per.setNam ...
分类:编程语言   时间:2018-09-22 15:15:28    阅读次数:157
Web应用体系结构
容器 Servlet没有main()方法,它们受控于另一个Java应用,这个Java应用称为容器(Container)。我们最常见的tomcat就是这样一个容器。 Web服务器应用(如Apache)得到一个指向Servlet的请求(而不是其他请求,如请求一个普通的静态HTML页面)时,服务器不是把这 ...
分类:Web程序   时间:2018-09-19 01:19:21    阅读次数:181
[leetcode][49] Group Anagrams
49. Group Anagrams Given an array of strings, group anagrams together. Example: Input: ["eat", "tea", "tan", "ate", "nat", "bat"], Output: [ ["ate","e ...
分类:其他好文   时间:2018-09-17 21:29:05    阅读次数:205
luogu3645 [Apio2015]雅加达的摩天大楼 (分块+dijkstra)
我们是想跑最短路的 我们有两种建图方式: 1.对于每个doge i,连向B[j]==B[i]+P[i]*k ,k=..,-2,-1,0,1,2,... ,边权=|k|,这样连的复杂度是$O(N\sum_{i=1}^{m}{\frac{1}{P[i]}})$ 2.对于每个楼i,建max(P[i])个点 ...
分类:Windows程序   时间:2018-09-14 22:57:54    阅读次数:222
spring整合ehcache2.5.2缓存异常-- net.sf.ehcache.CacheException
报错如下: 原因:ehcache2.5以上版本会报错。 解决办法:将ehcache版本降到2.5以下即可。 ...
分类:编程语言   时间:2018-09-12 00:00:17    阅读次数:815
[LeetCode] 544. Output Contest Matches 输出比赛匹配对
During the NBA playoffs, we always arrange the rather strong team to play with the rather weak team, like make the rank 1 team play with the rank nth  ...
分类:其他好文   时间:2018-09-10 11:03:38    阅读次数:611
部署k8s ssl集群实践13:work节点配置kubelet
部署kubelet组件这个是全新部署,四个节点都要部署kublet运行在每个worker节点上,接收kube-apiserver发送的请求,管理Pod容器,执行交互式命令,如exec、run、logs等。kublet启动时自动向kube-apiserver注册节点信息,内置的cadvisor统计和监控节点的资源使用情况。为确保安全,本文档只开启接收https请求的安全端口,对请求进行认证和授权,拒
分类:其他好文   时间:2018-09-01 23:54:06    阅读次数:448
读spring源码(三)-ClassPathXmlApplicationContext-getBean
这次主要看了下bean的生成过程,发现个画时序图很好用的软件plantuml,充分发挥程序员的能力,能用代码解决的别叨叨别的😀 1、调用ApplicationContext的genBean方法会调用到AbstractApplicationContext的getBean方法,这个方法里面其实就是交由 ...
分类:移动开发   时间:2018-08-25 19:00:15    阅读次数:242
jQuery 工具函数
jQuery.contains() : Check to see if a DOM element is a descendant of another DOM element. 仅仅支持文档元素 Note: The first argument must be a DOM element, not ...
分类:Web程序   时间:2018-08-25 15:33:00    阅读次数:178
545条   上一页 1 ... 20 21 22 23 24 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!