Apache 从2.2升级到 Apache2.4.x 后配置文件 httpd.conf 的设置方法有了大变化,以前是将 deny from all 全部改成 Allow from all 实现外网访问,现在是将 Require all denied 以及 Require local 都该为 Requ ...
分类:
数据库 时间:
2017-04-26 10:05:48
阅读次数:
450
Some people always write return next() is to ensure that the execution stops after triggering the callback. If you don't do it, you risk triggering th ...
分类:
Web程序 时间:
2017-04-20 21:30:04
阅读次数:
215
There are a group of students. Some of them may know each other, while others don't. For example, A and B know each other, B and C know each other. Bu ...
分类:
其他好文 时间:
2017-04-18 23:41:41
阅读次数:
218
不要重新造轮子,是英文don't re invite wheel的直译。什么是轮子呢,我们一般认为一个通用中间件或框架,和实际业务没有直接关系的代码,就是轮子。这些代码虽然不是实质的业务逻辑,但是在一个项目中往往是担当骨架的作用。 程序员新手的眼中,这些代码就是经验的象征。在很多项目组中,只有经验丰 ...
分类:
其他好文 时间:
2017-04-18 00:38:56
阅读次数:
344
You Gotta Care About the Code Pete Goodliffe IT DOESN’T TAKE SHERLOCK HOLMES to work out that good programmers write good code. Bad programmers…don’t. ...
分类:
其他好文 时间:
2017-04-17 14:40:12
阅读次数:
194
新概念英语(1-39)Don't drop it! Where does Sam put the vase in the end ? A:What are you going to do with that vase, Penny ? B:I am going to put it on this t ...
分类:
其他好文 时间:
2017-04-17 11:44:54
阅读次数:
142
Arrayss work well for unordered sequences, and even for ordered squences if they don't change much. But if you want to maintain an ordered list that a ...
分类:
其他好文 时间:
2017-04-15 21:54:05
阅读次数:
231
前言: 有些时候,应用需要在开机时就自动运行,例如某个自动从网上更新内容的后台service。怎样实现开机自动运行的应用?在撰写本文时,联想到高焕堂先生以“Don't call me, I'll call you back!”总结Android框架,真是说到点子上了。理解这句话的含义,许多有关And ...
分类:
移动开发 时间:
2017-04-14 14:11:22
阅读次数:
321
It does not do to dwell on dreams, and forget to live. 人不能只生活在梦里,只依靠虚幻的东西而忘记了生活。 Don't forget to live. Because only the real world can give you the fo ...
分类:
其他好文 时间:
2017-04-14 12:00:45
阅读次数:
235
1.Why do we never have time to do it right, but always have time to do it over? (Anonymous) 为什么我们总是没有时间把事情做对,却有时间做完它? 2.Don’t worry if it doesn’t work ...
分类:
其他好文 时间:
2017-04-13 17:46:07
阅读次数:
259