Starting and running a business can provide a lot of satisfactions.I can be my own boss, keep schedule of my own, and answer to nobody but myself.If I...
分类:
其他好文 时间:
2014-12-27 21:39:15
阅读次数:
367
Given an array with positive and negative integers. Re-range it to interleaving with positive and negative integers.NoteYou are not necessary to keep ...
分类:
其他好文 时间:
2014-12-27 01:26:58
阅读次数:
421
最近比较迷茫,不知道做什么,将自己最近碰到的一些问题整理一下。网上查了许多解决方法,情况略有不同。1,单行溢出。css可以直接解决,但多数浏览器都可以支持,word-break:keep-all;/* 不换行 */white-space:nowrap;/* 不换行 */overflow:hidden...
分类:
其他好文 时间:
2014-12-26 16:19:17
阅读次数:
115
http keep-alive与tcp keep-alive...
分类:
Web程序 时间:
2014-12-24 11:49:17
阅读次数:
146
大数据量的系统要经过对数据的用处分析和数据周期分析,以寻求更好的解决方案。1:业务系统的基础数据,如人员基础信息(基础资料,权限等).数据可以KEEP在内存中.数据要分散存储.基础数据逻辑要简洁.使用增量更新.高峰期来临前提前更新基础数据2:热数据处理此部分数据是各方面环境会频繁使用到的数据对这部分...
分类:
其他好文 时间:
2014-12-23 17:13:51
阅读次数:
165
word-break 属性规定自动换行的处理方法。word-break:normal | break-all | keep-all; normal:使用浏览器默认的换行规则。 break-all:允许在单词内折行。 keep-all:只能在半角空格或连字符处换行。JavaScript,一種直譯...
分类:
Web程序 时间:
2014-12-22 00:51:38
阅读次数:
188
A special characteristic that the block declaration has, is that the parameter names can be omitted, and just keep the parameter types.For automatic a...
分类:
其他好文 时间:
2014-12-19 17:22:49
阅读次数:
121
最近cacti监控的nginxstatus显示不正常,分析了日志并记录下来自己的操作步骤,希望大家能提供更好的建议!而各个参数含义如下:Active--nginx当前正活动连接数。reading--nginx读取到客户端的Header信息数。writing--nginx返回给客户端的Header信息数。waiting--开启keep-aliv..
分类:
其他好文 时间:
2014-12-17 18:51:35
阅读次数:
615
通常的我们在读取文章标题的时候,遇到字符过多,都是通过程序在SERVER端截取一定的字符数,然后添加...来实现标题长度截取的。其实我们也可以通过CSS来控制。实列如下:.title { width:200px; white-space:nowrap; word-break:keep-all; ov...
分类:
Web程序 时间:
2014-12-17 10:39:04
阅读次数:
185
You've got to find what you love.
你要找到你真正热爱的东西。
If you haven't found it yet, keep looking. Don't settle.
如果你还没有找到,请继续寻找!不要停下来!
"If you live each day as if it was your last, someday you'll most...
分类:
其他好文 时间:
2014-12-17 09:09:21
阅读次数:
164