Guoshuang - blog.guoshuang.com - 郭爽的blog
General Information:
Latest News:
en 有数据库的好处这时候就体现出来了 20 May 2013 | 08:35 pm
嘿嘿。。。
hexo 不错 21 Apr 2013 | 08:34 am
找到一个好玩具 hexo,在到处流浪的日子里。github 也许能撑的久一些。 hexo 的好处就是 即使不联网,本机也能写blog,联网只是为了发布。
localStorage and sessionStorage vs cookie 28 Mar 2013 | 02:36 pm
Apart from being an old way of saving data, Cookies give you a limit of 4096 bytes (4095, actually) – its per cookie. Local Storage is as big as 5MB per domain – SO Question also mentions it localStor...
localStorage and sessionStorage vs cookie 28 Mar 2013 | 02:36 pm
Apart from being an old way of saving data, Cookies give you a limit of 4096 bytes (4095, actually) – its per cookie. Local Storage is as big as 5MB per domain – SO Question also mentions it localStor...
bootstrap 学习笔记4 22 Mar 2013 | 10:35 am
Activate a modal without writing JavaScript. Set data-toggle=”modal” on a controller element, like a button, along with a data-target=”#foo” or href=”#foo” to target a specific modal to toggle. data-t...
bootstrap 学习笔记4 22 Mar 2013 | 10:35 am
Activate a modal without writing JavaScript. Set data-toggle=”modal” on a controller element, like a button, along with a data-target=”#foo” or href=”#foo” to target a specific modal to toggle. data-t...
backbones 21 Mar 2013 | 05:59 pm
backbones 就是 javascript 的 MVC framework(model view control 开发模式)。 例子 http://labs.guoshuang.com/backbones/
backbones 21 Mar 2013 | 05:59 pm
backbones 就是 javascript 的 MVC framework(model view control 开发模式)。 例子 http://labs.guoshuang.com/backbones/
yepnope 笔记 21 Mar 2013 | 05:32 pm
yepnope js 就是 js、css 资源加载器。 yepnope is an asynchronous conditional resource loader that’s super-fast, and allows you to load only the scripts that your users need. 异步加载,按需加载。比如 先尝试加载 google cdn 的 jque...
yepnope 笔记 21 Mar 2013 | 05:32 pm
yepnope js 就是 js、css 资源加载器。 yepnope is an asynchronous conditional resource loader that’s super-fast, and allows you to load only the scripts that your users need. 异步加载,按需加载。比如 先尝试加载 google cdn 的 jque...