<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[凡事预则立，不预则废]]></title><description><![CDATA[I am a little little girl in a big big world]]></description><link>https://blog.csdn.net/zd10101501</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; zd10101501]]></copyright><item><title><![CDATA[Weakmap,Weakset,Set,Map]]></title><link>https://blog.csdn.net/zd10101501/article/details/80983400</link><guid>https://blog.csdn.net/zd10101501/article/details/80983400</guid><author>zd10101501</author><pubDate>Tue, 10 Jul 2018 11:34:42 +0800</pubDate><description><![CDATA[
Set is similar to the array, but it ensure that all the value are unique.
Map is similar to the object, but the key of the map can be object.
Weakmap and weakset can’t be iterated.
WeakMap and WeakSe...]]></description><category></category></item><item><title><![CDATA[How are the image cached in the browser?]]></title><link>https://blog.csdn.net/zd10101501/article/details/80907773</link><guid>https://blog.csdn.net/zd10101501/article/details/80907773</guid><author>zd10101501</author><pubDate>Wed, 04 Jul 2018 09:49:22 +0800</pubDate><description><![CDATA[Today I encounter a bug.The chrome browser has cached all the images .By chrome dev-tool can find that the images were loaded from the memory cache.As usual ， we can forcedly refresh the page(usint ct...]]></description><category></category></item><item><title><![CDATA[CSS module]]></title><link>https://blog.csdn.net/zd10101501/article/details/78715600</link><guid>https://blog.csdn.net/zd10101501/article/details/78715600</guid><author>zd10101501</author><pubDate>Tue, 05 Dec 2017 07:29:26 +0800</pubDate><description><![CDATA[http://front-ender.me/architecture/style-modular.html]]></description><category></category></item><item><title><![CDATA[2017/8/7-2017/8/13 周结]]></title><link>https://blog.csdn.net/zd10101501/article/details/77142115</link><guid>https://blog.csdn.net/zd10101501/article/details/77142115</guid><author>zd10101501</author><pubDate>Sun, 13 Aug 2017 14:26:43 +0800</pubDate><description><![CDATA[JavaScript1. js中的eventLoopreference:js的事件模型 
JS引擎会把所有任务分成两类: 
* macroTask: setTimeout,setIntervel,setImmediate,requestAnimationFrame,I/O,UI rendering 
* microTask:  process.nextTic,Promise(),MutationOb]]></description><category></category></item><item><title><![CDATA[js学习小结（十六）--javascript 高级程序设计-DOM扩展]]></title><link>https://blog.csdn.net/zd10101501/article/details/77142032</link><guid>https://blog.csdn.net/zd10101501/article/details/77142032</guid><author>zd10101501</author><pubDate>Sun, 13 Aug 2017 14:13:55 +0800</pubDate><description><![CDATA[针对class的扩展 
     1. getElementsByClassName,通过class来获取元素 
     2.  classList,contains(),toggle(),add(),remove()可以很方便的操作class焦点API 
    *  document.activeElement 
    *  document.hasFocus() * if client i]]></description><category></category></item><item><title><![CDATA[草稿]]></title><link>https://blog.csdn.net/zd10101501/article/details/76074277</link><guid>https://blog.csdn.net/zd10101501/article/details/76074277</guid><author>zd10101501</author><pubDate>Tue, 25 Jul 2017 15:23:53 +0800</pubDate><description><![CDATA[nginx的rewrite  https://juejin.im/entry/58df166a0ce463005821e9d9#%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86
flexbox ie9 http://wow.techbrood.com/fiddle/11270]]></description><category></category></item><item><title><![CDATA[2017/7/17-2017/7/23]]></title><link>https://blog.csdn.net/zd10101501/article/details/75868109</link><guid>https://blog.csdn.net/zd10101501/article/details/75868109</guid><author>zd10101501</author><pubDate>Sun, 23 Jul 2017 10:37:27 +0800</pubDate><description><![CDATA[nginx 配置反向代理和代理转发。
upstream server-api{
    # api 代理服务地址 
    server 127.0.0.1:3110;    
}
upstream server-resource{
    # 静态资源 代理服务地址
    server 127.0.0.1:3120;
}
server {
    listen       3111;
    s]]></description><category></category></item><item><title><![CDATA[ie,firefox踩坑篇]]></title><link>https://blog.csdn.net/zd10101501/article/details/73958293</link><guid>https://blog.csdn.net/zd10101501/article/details/73958293</guid><author>zd10101501</author><pubDate>Fri, 30 Jun 2017 11:11:22 +0800</pubDate><description><![CDATA[1. jquery的prop(“disabled”,false) 在ie和firefox中不生效，必须使用attr()方法。]]></description><category></category></item><item><title><![CDATA[跨域请求 fetch 实现]]></title><link>https://blog.csdn.net/zd10101501/article/details/72898691</link><guid>https://blog.csdn.net/zd10101501/article/details/72898691</guid><author>zd10101501</author><pubDate>Wed, 07 Jun 2017 13:27:21 +0800</pubDate><description><![CDATA[reference ： [1].https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Access_control_CORS  1.CORS 的分类分为两大类：简单的请求；带有preflight预请求的CORS。两类请求的区分标准如下：简单请求某些请求不会触发 CORS 预检请求。本文称这样的请求为“简单请求”。若请求满足所有下述条件，则该请求可视为“简]]></description><category></category></item><item><title><![CDATA[es6-解构赋值和默认值]]></title><link>https://blog.csdn.net/zd10101501/article/details/70054129</link><guid>https://blog.csdn.net/zd10101501/article/details/70054129</guid><author>zd10101501</author><pubDate>Tue, 11 Apr 2017 15:28:54 +0800</pubDate><description><![CDATA[// 写法一
function m1({x = 0, y = 0} = {}) {
  return [x, y];
}// 写法二
function m2({x, y} = { x: 0, y: 0 }) {
  return [x, y];
}
// console.log(m1());
// console.log(m2());
console.log(m1({x:1}));//[1,0]
c]]></description><category></category></item><item><title><![CDATA[js原生事件怎么注册]]></title><link>https://blog.csdn.net/zd10101501/article/details/69055349</link><guid>https://blog.csdn.net/zd10101501/article/details/69055349</guid><author>zd10101501</author><pubDate>Tue, 04 Apr 2017 09:04:28 +0800</pubDate><description><![CDATA[<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>  <script>
    function calc(){
    console.log("d");
    }
  </scrip]]></description><category></category></item><item><title><![CDATA[jquery 中html（）与text（）]]></title><link>https://blog.csdn.net/zd10101501/article/details/68063331</link><guid>https://blog.csdn.net/zd10101501/article/details/68063331</guid><author>zd10101501</author><pubDate>Wed, 29 Mar 2017 12:49:21 +0800</pubDate><description><![CDATA[一个会执行其中的代码，一个作为纯字符串输入]]></description><category></category></item><item><title><![CDATA[CSS背景 background-background position]]></title><link>https://blog.csdn.net/zd10101501/article/details/67634543</link><guid>https://blog.csdn.net/zd10101501/article/details/67634543</guid><author>zd10101501</author><pubDate>Tue, 28 Mar 2017 12:45:44 +0800</pubDate><description><![CDATA[转自：http://jackie-anxis.com/2016/11/29/CSS@7%E8%83%8C%E6%99%AF/]]></description><category></category></item><item><title><![CDATA[less- how to minus px?]]></title><link>https://blog.csdn.net/zd10101501/article/details/67634530</link><guid>https://blog.csdn.net/zd10101501/article/details/67634530</guid><author>zd10101501</author><pubDate>Tue, 28 Mar 2017 12:43:21 +0800</pubDate><description><![CDATA[div {
    > span {
        @pad: 10px;
        width:calc(~'100% - @{pad}');
    }
}
div {
    > span {
        width:calc(~'100% - 10px');
    }
}]]></description><category></category></item><item><title><![CDATA[charles how to proxy a folder]]></title><link>https://blog.csdn.net/zd10101501/article/details/66967676</link><guid>https://blog.csdn.net/zd10101501/article/details/66967676</guid><author>zd10101501</author><pubDate>Mon, 27 Mar 2017 08:18:47 +0800</pubDate><description><![CDATA[线上的静态资源都是经过加密压缩过的，通过代理映射到本地源代码来调试会非常高效。右键要代理的资源，选择【Map Local】弹出映射窗口，注意在path中可以通过*来指向一个文件夹例如：]]></description><category></category></item><item><title><![CDATA[array - mutation method and non-mutation method]]></title><link>https://blog.csdn.net/zd10101501/article/details/64904364</link><guid>https://blog.csdn.net/zd10101501/article/details/64904364</guid><author>zd10101501</author><pubDate>Wed, 22 Mar 2017 08:34:30 +0800</pubDate><description><![CDATA[Mutation method means that the method will change the origin array,like push,pop,shift,unshift,splice,sort,reverse.PS: Especially note that the splice is a pretty convenient method of deleting ,inserti]]></description><category></category></item><item><title><![CDATA[移动端没有hover]]></title><link>https://blog.csdn.net/zd10101501/article/details/62887287</link><guid>https://blog.csdn.net/zd10101501/article/details/62887287</guid><author>zd10101501</author><pubDate>Fri, 17 Mar 2017 14:13:07 +0800</pubDate><description><![CDATA[今天突然发现，写了一个hover，放在手机上竟然没有效果。。]]></description><category></category></item><item><title><![CDATA[移动端如何高度还原图片？]]></title><link>https://blog.csdn.net/zd10101501/article/details/62887261</link><guid>https://blog.csdn.net/zd10101501/article/details/62887261</guid><author>zd10101501</author><pubDate>Fri, 17 Mar 2017 14:11:35 +0800</pubDate><description><![CDATA[移动端响应式，如何高度还原设计稿？]]></description><category></category></item><item><title><![CDATA[MVVM]]></title><link>https://blog.csdn.net/zd10101501/article/details/62415843</link><guid>https://blog.csdn.net/zd10101501/article/details/62415843</guid><author>zd10101501</author><pubDate>Thu, 16 Mar 2017 08:10:29 +0800</pubDate><description><![CDATA[MVVM also is referred to Model-View-Bind]]></description><category></category></item><item><title><![CDATA[Animation and Transition ,what's the differences between them?]]></title><link>https://blog.csdn.net/zd10101501/article/details/62223252</link><guid>https://blog.csdn.net/zd10101501/article/details/62223252</guid><author>zd10101501</author><pubDate>Wed, 15 Mar 2017 14:21:29 +0800</pubDate><description><![CDATA[Prepare: 
Rendering PerformanceAnimation and Transition Comparison]]></description><category></category></item></channel></rss>