1.JSON:JavaScript Object Notation(javaScript对象表示法),JSON是存储和交换文本信息的语法,类似XML;JSON比XML更小,更快,更易解析; { "sites":[ {"name":"菜鸟教程","url":"www.runoob.com"}, {"n ...
分类:
Web程序 时间:
2016-11-13 13:52:05
阅读次数:
130
p101提到磁盘区块大小的范围[32, 256],但 http://pclt.sites.yale.edu/blog/2010/03/10/disk-block-size 提到因为有读写的最小单位(512byte,现在有4096的),所以有时候会用一个缓存区保存文件末尾多出一点,但是又远远不够512 ...
分类:
编程语言 时间:
2016-11-10 02:59:58
阅读次数:
142
https://www.adb.org/sites/default/files/publication/156035/adbi-wp180.pdf https://www.swiftinstitute.org/newsletters/hot-topic-imagine-the-trust-the-r ...
分类:
其他好文 时间:
2016-11-06 20:03:18
阅读次数:
173
Jatinder Mann是微软Internet Explorer产品的一名项目经理,在BUILD 2012大会上,他做了题为“提高HTML5应用和网站性能的50条秘技(50 performance tricks to make your HTML5 apps and sites faster)”的 ...
分类:
Web程序 时间:
2016-10-29 18:49:01
阅读次数:
163
1. /etc/nginx/sites-enabled/default 的原始文件 2. nginx.conf ...
分类:
其他好文 时间:
2016-10-29 14:11:30
阅读次数:
482
<?php class Sites{ var $name; var $url; // 成员函数 function putname($pname){ $this ->name = $pname; } function getname(){ echo $this->name.'<br>'; } func ...
分类:
Web程序 时间:
2016-10-28 20:25:00
阅读次数:
194
原文地址:https://www.azure.cn/zh-cn/documentation/articles/web-sites-dotnet-get-started 配置新的 Web 项目 下一步是在 Visual Studio 中创建一个 Web 项目,并在 Azure 中创建一个 Web 应用 ...
分类:
Web程序 时间:
2016-10-22 07:02:00
阅读次数:
320
本博文的主要内容有 .Google协作平台的介绍 1、Google协作平台的介绍 https://zh.wikipedia.org/wiki/Google%E5%8D%8F%E4%BD%9C%E5%B9%B3%E5%8F%B0 Google协作平台,http://sites.google.com/ ...
分类:
其他好文 时间:
2016-10-17 14:03:56
阅读次数:
172
SSI:Server Side Include,是一种基于服务端的网页制作技术, Nginx ssi 的例子如下: It took a little while to figure this out and it’s handy for creating one-off sites with “dy ...
分类:
其他好文 时间:
2016-10-17 00:08:22
阅读次数:
275
本文翻译自: https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching ,主要用于个人记录和共享,若有疏漏错误,请不吝指正,谢谢! The performance of web sites and applications can be si ...
分类:
Web程序 时间:
2016-10-15 13:30:41
阅读次数:
231