随笔分类 -  前端

上一页 1 ··· 7 8 9 10 11
前端
摘要:HTML5 服务器发送事件(server-sent event)允许网页获得来自服务器的更新。 浏览器支持 所有主流浏览器均支持服务器发送事件,除了 Internet Explorer。 服务器端代码实例 为了让上面的例子可以运行,您还需要能够发送数据更新的服务器(比如 PHP )。 服务器端事件流 阅读全文
posted @ 2018-05-21 09:12 与f 阅读(250) 评论(0) 推荐(0)
摘要:浏览器实时刷新工具 必须先安装 node.js http://browsersync.cn/ http://browsersync.cn/#install 阅读全文
posted @ 2018-05-20 22:59 与f 阅读(194) 评论(0) 推荐(0)
摘要:前端模块化和AMD、CMD规范 先看下基础:https://github.com/seajs/seajs/issues/547 阅读全文
posted @ 2018-05-19 10:05 与f 阅读(123) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11