(本人只是在本地环境下遇到这个问题能这么处理,不确定服务器下如此修改是否会有安全问题)找到apache配置文件,一般路径为 apache/httpd.conf ,搜索 "Deny from all",都修改为 allow from all ,如下所示 Options FollowSymLink...
分类:
数据库 时间:
2015-03-13 12:33:48
阅读次数:
156
'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show. '?Kelly Theriot and Doug Knox - 8/22/2003Set WSHShell = WScri...
分类:
其他好文 时间:
2015-03-13 00:11:40
阅读次数:
159
在本文中将介绍3条重要的软件开发原则,你可能已经知道,也可能只知道其中一条。这些原则看似很简单,但实施起来会很难。无论如何,这些原则提供了一个管理复杂软件项目的强大的途径。当涉及到真实世界中的项目开发时,你会发现这些原则都是非常有用的。 原则1:不要重复自己(Don’t Repeat Yoursel...
分类:
其他好文 时间:
2015-03-11 12:49:36
阅读次数:
132
response.ContentType = "text/xml"
response.Write("")
response.Write("")
response.write("John")
response.Write("George")
response.Write("Don't forget the meeting!")
response.Write("")
%>
...
分类:
其他好文 时间:
2015-03-09 22:32:28
阅读次数:
231
Woo-hoo!Now you knowwhat is happening with your app’s memory usage when you see one of those OOM exception. But, you don’t know where to find the sour...
分类:
移动开发 时间:
2015-03-09 12:47:03
阅读次数:
240
1327. Fuses
Time limit: 1.0 second
Memory limit: 64 MB
"Janus Poluektovich (I don't remember anymore whether -A or -U) used the machine only once. He brought with him a small semitranspar...
分类:
其他好文 时间:
2015-03-09 11:01:21
阅读次数:
205
Asp.net MVC中(由.net框架和EF提供的)验证支持是DRY(Don't Repeat Yourself)原则实践的一个很好的例子。只要在模型类中给字段和属性声明注解属性,就可以应用于使用这个模型的所有视图中,通过数据注解,可以指定模型类的数据显示格式,验证规则,和数据库映射规则。Syst...
分类:
其他好文 时间:
2015-03-08 18:50:51
阅读次数:
157
If Self-inferiority is disease, but self-confidence is hazard.Leo moon personalities can be extremely stubborn.Please read text below You got a new...
分类:
其他好文 时间:
2015-03-08 12:55:06
阅读次数:
152
// 下面是苹果给出的解释,就是在给属性设置新值的时候,可以在设置前和设置后做一些处理,这两个关键字就好像对该属性变化的监控If you don’t need to compute the property but still need to provide code that is run bef...
分类:
编程语言 时间:
2015-03-05 10:34:45
阅读次数:
204