摘要: SummaryHack provides the following, non-exhaustive list of features:Ability to annotate function and method return types.Ability to annotate the type of member variables.Protection against common unsafe coding patterns (e.g. sketchy null checks).Type-safe collections (Vector,Map,Set).A tool to check 阅读全文
posted @ 2014-03-24 15:13 Mr 88 阅读(338) 评论(0) 推荐(0) 编辑
摘要: Hack BackgroundFacebook was initially built with PHP. Parameters and return types were specified in comments. Parsers could use this to create documentation. But type-checking was non existent.";}In 2009, a PHP compiler called HipHop was released. In 2010, minor changes to the PHP language were 阅读全文
posted @ 2014-03-24 15:00 Mr 88 阅读(204) 评论(0) 推荐(0) 编辑
摘要: What is Hack?¶Hack is a language for HHVM that interopates seamlessly with PHP. The barrier to entry for Hack is low. To get started, all that is needed is to generally understand the features that Hack provides andhow to call the Hack type checker(hh_clientinvokes the type checker at the comma 阅读全文
posted @ 2014-03-24 14:35 Mr 88 阅读(324) 评论(0) 推荐(0) 编辑
摘要: Hack is a language for HHVM that interopates seamlessly with PHP. HHVM supports both Hack and PHP; code can be run on HHVM in either language or even a mixture of both. 阅读全文
posted @ 2014-03-24 14:30 Mr 88 阅读(593) 评论(0) 推荐(0) 编辑
摘要: HHVM Installation and Configuration(HHVM 安装及配置) 阅读全文
posted @ 2014-03-24 14:26 Mr 88 阅读(293) 评论(0) 推荐(0) 编辑
摘要: HHVM 是什么,有哪些特性,及主流框架的支持,及前景. HHVM 官方文档 阅读全文
posted @ 2014-03-24 14:07 Mr 88 阅读(325) 评论(0) 推荐(0) 编辑
摘要: Facebook HHVM 和 Hack 手册 --- HHVM能做什么 阅读全文
posted @ 2014-03-22 12:12 Mr 88 阅读(1765) 评论(0) 推荐(1) 编辑
摘要: Facebook HHVM 和 Hack 手册----什么是Hack? 阅读全文
posted @ 2014-03-21 22:52 Mr 88 阅读(894) 评论(0) 推荐(1) 编辑
摘要: Facebook Hack 语言 简介 阅读全文
posted @ 2014-03-21 21:54 Mr 88 阅读(3807) 评论(0) 推荐(4) 编辑
摘要: 在做移动互联网开发的过程中,同样需要考虑到移动终端(如手机、平板)的不同版本浏览器兼容问题,在Android 2.3 版本的默认浏览器中有一个bug-会自动给所有链接文本在点击操作过程中加黄色或绿色边框,这主要是由于浏览器默认样式引起的,最简单的方式就是将如下段代码加到全局样式表中。*{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);} 阅读全文
posted @ 2013-09-15 13:47 Mr 88 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Tomcat启动80端口绑定错误解决办法 阅读全文
posted @ 2013-09-10 08:26 Mr 88 阅读(1083) 评论(0) 推荐(3) 编辑
摘要: Foundation & Bootstrap 都是易用、强大且灵活的前端框架,用于构建基于任何设备上的 Web 应用。提供流式布局,及多种 js UI 组件,如导航、表单、按钮、Tabs 等等。如果是基于移动优先的原则(Mobile First), 建议选择Bootstrap, 当然也可以用Foundation 4 阅读全文
posted @ 2013-07-27 13:54 Mr 88 阅读(656) 评论(0) 推荐(0) 编辑
摘要: Responsive web design is no doubt a big thing now. If you still not familiar with responsive design, check out the list ofresponsive sitesthat I recently posted. To newbies,responsive designmight sound a bit complicated, but it is actually simpler than you think. To help you quickly get started with 阅读全文
posted @ 2013-07-27 11:37 Mr 88 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 博客园博客去广告并支持自适应样式 阅读全文
posted @ 2013-07-24 17:46 Mr 88 阅读(251) 评论(0) 推荐(0) 编辑
摘要: JS 数组array方法push, pop, unshift, shift, slice,splice,contact, join, sort 阅读全文
posted @ 2013-07-24 11:13 Mr 88 阅读(715) 评论(0) 推荐(0) 编辑
摘要: Drupal是使用PHP语言编写的开源内容管理框架(CMF),它由内容管理系统(CMS)和PHP开发框架(Framework)共同构成。连续多年荣获全球最佳CMS大奖,是基于PHP语言最著名的WEB应用程序。截止2011年底,共有13,802位WEB专家参加了Drupal的开发工作;228个国家使用181种语言的729,791位网站设计工作者使用Drupal。著名案例包括:联合国、美国白宫、美国商务部、纽约时报、华纳、迪斯尼、联邦快递、索尼、美国哈佛大学、Ubuntu等。本文主要讲解如何创建Drupal自适应主题样式(Responsive theme). 阅读全文
posted @ 2013-02-07 18:16 Mr 88 阅读(935) 评论(1) 推荐(2) 编辑
摘要: 视频及实例地址:http://youtu.be/jD_-r6y558ohttp://www.html5rocks.com/en/目录: 1. 概述 2. 配置调试环境 3.受关注的页面加载性能指标 4. 页面优化前性能分析 5. 图片优化 6. 压缩JS 7. CSS优化 8. 延迟加载 9. 手机web页面点击事件优化1. 概述:Ryan Fioravanti 在2012年7月Google IO 上做了“Building High Performance Mobile Web Applications” 的讲演,该讲座主要以网站http://www.html5rocks.c... 阅读全文
posted @ 2013-02-07 10:00 Mr 88 阅读(1386) 评论(0) 推荐(1) 编辑