240 发简信
IP属地:宁夏
  • openedx install error

    npm ERR! Failed at the node-sass@4.7.2 postinstall script. npm ERR! This...

  • JS callback hell

    需要对js的promise、generator等有一定了解。在此放上需要读的内容 Callback HellBluebirdBluebird –...

  • .bash_profile vs .bashrc

    总是搞不懂这些文件的租用到底是什么。今天看到一片老外的文章,记录一下:http://www.joshstaiger.org/archives/2...

  • yield 语句 (二)

    查了一些资料,还是没太明白这个generator,所以这里再看看这个文章,把收获记录下来。https://jeffknupp.com/blog/...

  • Vue Conditionals and Lists

    Example 1 有时候我们希望一些标签的出现和隐藏是动态的根据数据的变化。这个功能需要用到conditionals。代码如下:不过,这里当s...

  • Vue events

    example 1 这里我们给button增加了一个v-on directive,后面跟的参数click代表一个事件,可以是任何和按钮有关的事件...

  • Vue Directive

    上面例子中,因为在methods里用函数改变了title变量的值,导致html里的{{title}} 和 {{sayHello()}} 两个都返...

  • Vue 第一个应用

    在JSFiddle里输入: 其中 v-on 监听了input时间,并把event作为参数调用了changeTitle函数(这也是作为参数)

  • 推荐阅读

    全栈 https://www.laurencegellert.com/2012/08/what-is-a-full-stack-develope...