LAMP模型下运行项目文件,出现下面错误:Access forbidden! You don't have permission to access the requested directory.解决方法:用IDE打开下面目录:httpd.conf文件找到DocumentRoot "/Applic...
分类:
数据库 时间:
2014-12-09 10:31:41
阅读次数:
268
The main value of a Workflow engine is that it makes it possible to customize the flows through some workflow definition DSL. If you don't need to all...
分类:
其他好文 时间:
2014-12-09 01:51:12
阅读次数:
206
KISS、DRY、MVC、OOP、REST (1)KISS是指Keep It Simple,Stupid(摘自wikipedia),指设计时要坚持简约原则,避免不必要的复杂化。 (2)DRY是指Don't Repeat Yourself(摘自wikipedia),特指在程序设计以及计算中避免重复代码...
分类:
Web程序 时间:
2014-12-08 17:24:47
阅读次数:
200
刚开始接触PHP,在搭建完环境后发现输入127.0.0.1可以访问界面,但是输入http://localhost却提醒无权访问,在百度之后发现是php中的httpd.conf的作用在wamp中搜索发现有两个httpd.conf,于是把两个都改了,然后重启服务发现可以访问了,方法如下: Options...
分类:
数据库 时间:
2014-12-08 00:36:34
阅读次数:
290
最近对Linux越来越喜欢了,就直接安装了一个Ubuntu,配制好LAMP后,在做小项目时,出现了下面的问题:Ubuntu You don't have permission to access ******这个是什么情况!我晕!在百度上找了一会没有找到,于是在其他的地方也看了很多人的解决方案了,对...
分类:
数据库 时间:
2014-12-03 21:03:23
阅读次数:
208
重装系统,出现:Units specified don't exist SHSUCDX can't install 解决方案1:首先是你的硬盘分区不对吧先用PQ格成ntfs或far32进PE把C盘格式化成FAT32BIOS里面硬盘模式ACHI改为IDE~要到BIOS将硬盘的模式改成compatibi...
分类:
其他好文 时间:
2014-12-03 00:02:27
阅读次数:
401
B - Lights
Time Limit:8000MS Memory Limit:131072KB 64bit IO Format:%lld
& %llu
Submit Status
Description
Now you have N lights in a line. Don't worry - the lights don't have co...
分类:
其他好文 时间:
2014-12-02 00:09:20
阅读次数:
182
I don't wanna regret when I'm 30.I just turned 21 years old yesterday,and there isn't really sufficiently ten years,which makes me should do it even h...
分类:
其他好文 时间:
2014-12-01 23:59:25
阅读次数:
378
在本节中将会给Movie模型添加验证逻辑。并且确保这些验证规则在用户创建或编辑电影时被执行。 保持事情 DRY ASP.NET MVC 的核心设计信条之一是DRY: "不要重复自己(Don’t Repeat Yourself)"。ASP.NET MVC鼓励您指定功能或者行为,只做一次,然后将它应用到...
分类:
Web程序 时间:
2014-11-28 19:48:36
阅读次数:
445
Many designs need deep buffering but don't require ultrahigh-memory bandwidth. Examples include image and audio processing, as well as some deep-FIFO ...
分类:
其他好文 时间:
2014-11-28 15:44:48
阅读次数:
196