nuxt cnode 基于vue的nuxt框架仿的cnode社区服务端渲染,主要是为了seo优化以及首屏加载速度 线上地址 http://nuxt cnode.foreversnsd.cngithub地址 https://github.com/Kim09AI/nu... 技术栈 vue vue ro ...
分类:
其他好文 时间:
2018-11-06 23:35:10
阅读次数:
228
https://leetcode.com/problems/minimum-height-trees/discuss/76055/Share-some-thoughts For a undirected graph with tree characteristics, we can choose a... ...
分类:
其他好文 时间:
2018-11-06 11:09:40
阅读次数:
116
Given two words word1 and word2, find the minimum number of steps required to make word1 and word2 the same, where in each step you can delete one cha ...
分类:
其他好文 时间:
2018-11-05 21:28:13
阅读次数:
142
在这个里面主要有这几个属性: 1.width - viewport的宽度 2.height - viewport的高度 3.initial-scale - 初始的缩放比例 4.minimum-scale - 允许用户缩放到的最小比例 5.maximum-scale - 允许用户缩放到的最大比例 6. ...
分类:
其他好文 时间:
2018-11-05 10:10:33
阅读次数:
165
分析 难度 易 来源 https://leetcode.com/problems/minimum-depth-of-binary-tree 题目 Given a binary tree, find its minimum depth. The minimum depth is the number ...
分类:
其他好文 时间:
2018-11-04 17:08:47
阅读次数:
145
111. minimum depth of binary tree 111. minimum depth of binary tree Given a binary tree, find its minimum depth. The minimum depth is the number of no... ...
分类:
其他好文 时间:
2018-11-03 18:17:11
阅读次数:
156
概要:因为不知道写啥,所以随便找个东西乱说几句,嗯,就这样,就是这个目的。 1.IOC是啥呢? IOC - Inversion of Control,即控制反转的意思,这里要搞明白的就是,它是一种思想,一种用于设计的方式(手段),(并不是前几天园子中刚出的一片说是原则),OO原则不包含它,再说下,他 ...
分类:
Web程序 时间:
2018-11-02 15:24:47
阅读次数:
196
Minimum Inversion Number Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25092 Accepted Submissio ...
分类:
其他好文 时间:
2018-11-01 22:28:44
阅读次数:
237
1 class Solution { 2 public int minSubArrayLen(int s, int[] nums) { 3 if(nums.length == 0) return 0; 4 int count = 0; 5 int i = 0, j = 0; 6 int min = ... ...
分类:
其他好文 时间:
2018-11-01 11:49:49
阅读次数:
108
介绍 Spring Security是一个能够为基于Spring的企业应用系统提供声明式的安全访问控制解决方案的安全框架。 它提供了一组可以在Spring应用上下文中配置的Bean,充分利用了Spring IoC,DI(控制反转Inversion of Control ,DI:Dependency ...
分类:
编程语言 时间:
2018-11-01 11:46:11
阅读次数:
153