前言: 继前面两节笔记之后,在配置一个虚拟主机时,这中间却遇见了一个问题,这里需要描述做一下笔记,刚刚安装的是Ubuntu server,apt-get下来的apache的版本是2.4.7,之前一直用的是apache2.2的,期间遇见过403错误,只是问题处理的方式方法有些不一样,于是这里就一时没....
分类:
数据库 时间:
2014-08-23 20:18:01
阅读次数:
344
1. 介绍 Welcome to part 0 of the article series about Catel. Quite a strange part, don’t you think? Well, we hear from a lot of people that the real pow...
分类:
其他好文 时间:
2014-08-23 17:38:31
阅读次数:
221
单例模式在Python中可以查看这里借用里面一段话,说的相当明白:I don't really see the need, as a module with functions (and not a class) would serve well as a singleton. All its va...
分类:
其他好文 时间:
2014-08-23 13:52:10
阅读次数:
242
##Respect Boundaries 严守边界 Remember to respect responsibility boundaries. Controllers and routes serve as a mediator between HTTP and your application. When writing large applications, don‘t cl...
分类:
移动开发 时间:
2014-08-22 14:39:39
阅读次数:
219
The people living in large citieshave to pay more tax than people living in rural areas. That is because incities people have many facilities, which rural people don’t have. Also peoplein large and fa...
分类:
其他好文 时间:
2014-08-22 10:53:36
阅读次数:
178
??
Organizing Attributes and Operations
组织属性和操作
When drawing a class, you don’t
have to show every attribute and every operation at once. In fact, in most cases, you can’t
(there are too man...
分类:
其他好文 时间:
2014-08-21 22:50:55
阅读次数:
423
5down votefavorite2I don't know how I modified a iOS SDK file, but Xcode say I did. Here is what they reported.fatal error: file '/Applications/Xcode ...
分类:
其他好文 时间:
2014-08-21 18:54:14
阅读次数:
337
一.E:\wampserver\bin\apache\Apache2.2.21\Apache2.2.21\conf\httpd.conf 找到: #?? onlineoffline tag - don‘t remove ??? Order Deny,Allow ??? Deny from all ??? Allow from 127.0.0.1 改为: #?...
分类:
其他好文 时间:
2014-08-19 14:45:45
阅读次数:
224
Using Supervisor with Docker
Note: - If you don't like sudo then see Giving
non-root access
Traditionally a Docker container runs a single process when it is launched, for example an Apache ...
分类:
其他好文 时间:
2014-08-19 12:54:34
阅读次数:
367
注释 注释不能美化糟糕的代码 用代码来阐述你的思路 好的注释是什么? 法律信息 提供信息的注释 对意图的解释 警示:例如 // Don‘t run unless you have some time to kill TODO注释 公共API的JavaD...
分类:
其他好文 时间:
2014-08-15 19:26:19
阅读次数:
217