lttd
lttd
参考[http://idlelife.org/archives/810](http://idlelife.org/archives/810) 搜索关键词 Marko 据说以Streaming 方式pipe到http response 中相比直接把模板解析成字符串然后一次性输出的优点是能节省内存,和尽早的输出header 加载css资源也会早
样式丢失
直接在vue中 import("chimee-player").then(s => { const ChimeePlayer = s.default; let box = this.palyermaps[this.property.option.playertype].box; let isLive = this.palyermaps[this.property.option.playertype].isLive; let src = this.property.option.src; this.Instance && this.Instance.destroy(); this.Instance = new ChimeePlayer({ // 播放地址 src:...
通读源码后发现51行bug,ie6/ie7下也需要补齐消息前缀才能正常工作,否则与第90因为无法正确分离出前缀和名称,导致相关事件无法派发。经过win32虚拟机真实环境的ie6/7测试均通过,而未修改前则无法工作。
只给底部增加paddingbottom ,然后顶部不对应增加paddingtop,导致使用flex 居中时,就对不齐了。
change `$.brower.msie` to `/msie/.test(navigator.userAgent.toLowerCase())` to support jquery `v1.9.x`