240 发简信
IP属地:湖南
  • Promise Test(2018-06-15)

    waitPromise: function() { var that = this; var promise = new Promise(fun...

  • the differences of apply call bind in javascript

    apply 、 call 、bind 三者都是用来改变函数的this对象的指向的; apply 、 call 、bind 三者第一个参数都是th...

  • The four types of common JavaScript leaks

    The four types of common JavaScript leaks 1: Global variables function f...

  • common outdated technologies in Java applications

    Some of the most common outdated technologies in Java applications are: ...

  • Switch Between Tabs Using Shortcut Keys

    1.Internet Explorer Tab Shortcuts If you use IE, then you’re using Windo...

  • Agile Dev tools

    work in small steps(jira) version control (git ) code review(gerrit) -- ...

  • OData is a restful APIS

    OData (Open Data Protocol) is anISO/IEC approved,OASIS standardthat defi...

  • NoSQL databases

    Benefits of NoSQL databases Schema agnostic Scalability Performance High...

  • How to Make a class Immutable?

    Don’t provide “setter” methods or methods that modify fields or objects ...