django debug toolbar自定义面板分析重复的SQL语句
django debug toolbar可以说是Django最好的app之一了,在实际开发中用来查看变量,分析性能等各方面都有不错的效果。 实际上 django debug toolbar 有两个主要版本: 一个是原版: http://github.com/robhudson/django-debug-toolbar/tree/master 还有一个不太为人知的分支版本: http://gith ...
HTML5资源
JS APIs: 选择器 W3C草案:Selectors API Web Storage W3C草案:Web Storage 中文教程:Web Storage全解析: Web SQL Database W3C草案:Web SQL Database 中文教程:HTML 5 Web SQL Database初探 Application Cache API W3C草案:Offli ...
html5 本地存储
HTML5本地存储初探(二)完成了UI,我们就需要对数据进行处理了。在开始“数据”的本地存储之前,我们先来了解一下client-side database storage API:the client-side database storage API allows web applications to store structured data locally using a medium ma ...
html5特征检测
(Confused? Read Detecting HTML5 Features for a conceptual introduction. Want an all-in-one library instead? Try Modernizr.) <audio> return !!document.createElement('audio').canPlayType; &l ...