A balanced number is a non-negative integer that can be balanced if a pivot is placed at some digit. More specifically, imagine each digit as a box wi ...
分类:
其他好文 时间:
2018-07-21 14:56:30
阅读次数:
122
说明:我之前在网上看到这篇文章觉得非常好,于是把它翻译了下来。当然很多地方翻译的很渣,见笑了。温馨提示,文章有点长。 原文链接: https://medium.com/the-aspiring-programmer-journal/the-10-operating-system-concepts-s ...
分类:
其他好文 时间:
2018-07-17 21:09:22
阅读次数:
246
javax.servlet.ServletContextAttributeListener attributeAdded attributeRemoved attributeReplaced javax.servlet.http.HttpSessionListener sessionCreated ...
分类:
其他好文 时间:
2018-07-13 01:11:09
阅读次数:
151
The generalized normal distribution or generalized Gaussian distribution (GGD) is either of two families of parametric continuous probability distribu ...
分类:
其他好文 时间:
2018-07-09 12:34:15
阅读次数:
191
Git有很多优势,其中之一就是远程操作非常简便。本文详细介绍5个Git命令,它们的概念和用法,理解了这些内容,你就会完全掌握Git远程操作。 git clone git remote git fetch git pull git push 本文针对初级用户,从最简单的讲起,但是需要读者对Git的基本 ...
分类:
其他好文 时间:
2018-07-08 18:03:05
阅读次数:
157
MEF and AppDomain - Remove Assemblies On The Fly This article will give an idea of what's involved in interacting with a running MEF based application ...
分类:
移动开发 时间:
2018-07-03 22:37:23
阅读次数:
221
Spring IOC 标签的解析 上一篇文章说了Spring中的标签包括默认标签和自定义标签两种,本节继续来研究默认标签的解析,parseBeanDefinitions方法为解析标签的总入口 默认标签的解析是在parseBeanDefinitions函数中进行的,该函数对4种不同的标签做处理 4种标 ...
分类:
编程语言 时间:
2018-06-24 19:22:25
阅读次数:
132
AndroidStudio升到最新版本(3.1.2)之后 暂时发现的需要大家注意的地方 1.androidstudio3无法导入moudle? 例如:我写了一个简单的项目,需要导入一个第三方的moudle,我导入: 因为AS升级之后,没有突出颜色的变化(变黑),所以这时候没有完成自定导入,当我添加依 ...
分类:
移动开发 时间:
2018-06-13 21:06:27
阅读次数:
234
问题描述: Given an array of characters, compress it in-place. The length after compression must always be smaller than or equal to the original array. Eve ...
分类:
其他好文 时间:
2018-06-05 15:40:34
阅读次数:
187
这是个人学习时跑的代码,结果就不贴了,有需要的可以自己运行,仅供参考,有不知道的可以私下交流,有问题也可以联系我。当然了我也只能提供一点建议,毕竟我也只是初学者 第一个页面 # -*- coding: utf-8 -*- #previous row is a way to use chinesefr ...
分类:
编程语言 时间:
2018-05-27 18:04:38
阅读次数:
361