sessionStorage 、 localStorage 、cookie 的区别 sessionStorage 和 localStorage 是HTML5 Web Storage API 提供的,可以方便的在web请求之间保存数据。有了本地数据,就可以避免数据在浏览器和服务器间不必要地来回传递。 Read More
posted @ 2016-05-06 13:54 animagi Views(326) Comments(0) Diggs(0) Edit
CSS命名 仅作参考。 (1)页面结构类 容器: container 页头:header 内容:content/container 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper (2)导航类 导航:nav 主 Read More
posted @ 2016-05-06 13:48 animagi Views(108) Comments(0) Diggs(0) Edit
安装 下载SVN服务端:VisualSVN Server https://www.visualsvn.com/downloads/ 安装,下一步...(更改地址,Location是安装目录,Repositories是项目仓库地址。) 下载客户端:TortoiseSVN https://sourcef Read More
posted @ 2016-05-06 13:46 animagi Views(188) Comments(0) Diggs(0) Edit
sublime——Package Settings 中文对照 // While you can edit this file, it’s best to put your changes in // “User/Preferences.sublime-settings”, which overrid Read More
posted @ 2016-05-06 13:31 animagi Views(418) Comments(0) Diggs(0) Edit
【转载】框架页中的高度自适应: 在实际使用iframe的过程中,会遇到iframe高度的问题。由于被嵌套的页面大小不固定而出现滚动条。采用JavaScript来控制iframe元素的高度,让iframe高度自适应。另外,由于JavaScript对不同域名下权限的控制,会遇到同域、跨域的情况。 1、同 Read More
posted @ 2016-05-06 13:25 animagi Views(5482) Comments(0) Diggs(0) Edit
Window 尺寸 有三种方法能够确定浏览器窗口的尺寸(浏览器的视口,不包括工具栏和滚动条)。 对于Internet Explorer、Chrome、Firefox、Opera 以及 Safari: window.innerHeight - 浏览器窗口的内部高度 window.innerWidth Read More
posted @ 2016-05-06 13:22 animagi Views(93) Comments(0) Diggs(0) Edit
【转载】判断浏览器类型 代码: 1 <script type="text/javascript"> 2 var Sys = {}; 3 var ua = navigator.userAgent.toLowerCase(); 4 if (window.ActiveXObject) 5 Sys.ie = Read More
posted @ 2016-05-06 13:18 animagi Views(165) Comments(0) Diggs(0) Edit
1、简介ionic ionic 是一个强大的 HTML5 应用程序开发框架(HTML5 Hybrid Mobile App Framework )。 可以帮助您使用 Web 技术,比如 HTML、CSS 和 Javascript 构建接近原生体验的移动应用程序。 ionic 主要关注外观和体验,以及 Read More
posted @ 2016-05-06 13:16 animagi Views(3638) Comments(0) Diggs(0) Edit