摘要:
http://www.cnblogs.com/huangxincheng/archive/2012/07/21/2602375.html 一:场景: 1:现状 前几天我的一个大学同学负责的网站出现了严重的性能瓶颈,由于业务是写入和读取都是密集型,如果做缓存,时间间隔也只能在30s左 右,否则就会引起 阅读全文
摘要:
Access-Control-Allow-Headers 响应首部 Access-Control-Allow-Headers 用于 preflight request (预检请求)中,列出了将会在正式请求的 Access-Control-Request-Headers 字段中出现的首部信息。 简单首 阅读全文
摘要:
小结: 1、解耦数据交互层、展示层 By decoupling the data interchange layer from the presentation layer, Ajax allows Web pages, and by extension Web applications, to c 阅读全文
摘要:
https://en.wikipedia.org/wiki/Ajax_(programming) https://zh.wikipedia.org/wiki/AJAX Ajax (also AJAX; /ˈeɪdʒæks/; short for asynchronous JavaScript and 阅读全文
摘要:
$df = disk_free_space('/')/1024/1024/1024; $df_c = disk_free_space("c:"); $df_d = disk_free_space("d:"); echo $df,'-',$df_c,'-',$df_d; 阅读全文