Thedocker registryis bursting at the seams. At the time of this writing, a search for "node" gets just under 1000 hits. How does one choose?What const...
分类:
其他好文 时间:
2014-10-30 16:50:48
阅读次数:
249
1、给定一个单词good 要求输入 g1 o2 d1 (字母+加字母个数)
分类:
Web程序 时间:
2014-10-30 15:15:32
阅读次数:
174
I decided to take a plunge into a?KDE Plasma?development with a simple?plasmoid?with?Qt Creator. There’s a very good overview and a guide Getting Started Plasma QML tutorial Getting Started ...
分类:
其他好文 时间:
2014-10-30 10:27:42
阅读次数:
362
cd/etc/pki/tls[root@ip-172-31-21-147 tls]# cat openssl.cnf## OpenSSL example configuration file.# This is mostly being used for generation of certific...
分类:
其他好文 时间:
2014-10-29 14:36:14
阅读次数:
916
当在IIS中修改绑定的端口号后启动时遇到如下错误,表明你的端口号已经被占用了
使用netstat -ano这个指令查看本地端口占用情况,换一个没有被占用的端口即可。
??...
分类:
数据库 时间:
2014-10-29 13:03:17
阅读次数:
176
//init a NSArray
NSMutableArray *arr2 = [NSMutableArray array];
for (int i=0; i<10; ++i) {
NSMutableDictionary *d = [NSMutableDictionary dictionaryWithObjectsAndKeys:[NSStr...
分类:
移动开发 时间:
2014-10-29 10:50:55
阅读次数:
186
gearman is a good thinggearman client --------------> gearman server <------------------------gearman workerclients are requesting to handler somethin...
分类:
数据库 时间:
2014-10-29 00:08:10
阅读次数:
250
题目大意:
给出一串字符,只含有a和b。现在定义一个字串如若合并之后的字串是个回文字符串,就是一个good substrings,求出这样的字串有多少个,并输出长度为偶数和奇数的个数。
解法:
首先,我们需要注意到两个已知条件:
1. 字串可以合并,例如 abbaabbb 合并之后就是abab
2. 只有两个字符a,b
我们可以发现,合并之后的字串一定是aba或者abab类型的,那么合并之后的字串如果是回文的话,第一个字符肯定与最后一个字符相同,反之亦然。
我们可以进一步...
分类:
其他好文 时间:
2014-10-28 17:48:48
阅读次数:
283
http://www.delphipages.com/forum/showthread.php?t=58391Hi,How would I restrict a form from being resized smaller than say a height of 400 and a width ...
我的几种源代码标识1. OO 表示对整个项目OO的架构理解,或许有可能被重新组织2. Important 表示当前语句是整个项目功能的关键调用3. good 一些语言或框架里非常有用的小技巧4. fixme 标识我不理解的地方,或者有待修正的bug5. byme 被我改写了官方的函数或者用法其中im...
分类:
其他好文 时间:
2014-10-27 21:01:02
阅读次数:
187