鳗鱼流沙

文章
3
资源
0
加入时间
2年10月17天

tomcat 屏蔽404和500错误

apache的配置在conf文件夹中将#ErrorDocument 404 /missing.html   定义成自己的错误页面1.使用元素来避免让用户看到HTTP404或HTTP500错误。error-page>      error-code>404error-code>      location>/error_404.jsplocation>error-pa

CAP理论及系统一致性【分布式系统工程实现】CAP理论及系统一致性

【分布式系统工程实现】CAP理论及系统一致性印象中CAP理论开始流行是从Amazon Dynamo的论文开始的,Amazon的CTO还在他的博客中介绍了最终一致性的概念,从此以后,各种会议和交流中都少不了CAP的影子。然而,对于分布式系统工程设计和开发来说,CAP意味着什么呢?CAP 理论由 Berkerly 的 Brewer 教授提出,三者的含义如下:一...

UE4_c++简单的延时

首先.h代码UPROPERTY(EditAnywhere) int CoolDownTime = 1; int LastTime = 0;其次,.cpp代码void ACCC::TestFunc(){ int NowTime = FPlatformTime::Seconds(); if (!(FPlatformTime::S