摘要:
static - JavaScript | MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/static The static keyword defines a static method 阅读全文
摘要:
WePY根据环境变量来改变运行时的参数 · Tencent/wepy Wiki https://github.com/Tencent/wepy/wiki/WePY%E6%A0%B9%E6%8D%AE%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E6%9D%A5%E6%94 阅读全文
摘要:
Go语言函数类型实现接口——把函数作为接口来调用 http://c.biancheng.net/view/58.html 函数和其他类型一样都属于“一等公民”,其他类型能够实现接口,函数也可以,本节将对结构体与函数实现接口的过程进行对比。首先给出本节完整的代码: package main impor 阅读全文
摘要:
为什么需要onRoute函数? · Tencent/wepy Wiki https://github.com/Tencent/wepy/wiki/%E4%B8%BA%E4%BB%80%E4%B9%88%E9%9C%80%E8%A6%81onRoute%E5%87%BD%E6%95%B0%3F 为什么 阅读全文
摘要:
总结 1、 502没有收到相应,或者收到了但不及时? cannot get a response in time 540收到了无效的响应 received an invalid response from the upstream server, HTTP/1.1: Status Code Defi 阅读全文
摘要:
https://su.baidu.com/helps/index.html#/4/5a61e4b5b34f697f13234a5b Error524 源站处理超时 更新时间:2018-01-19 20:29:41 出现524错误,说明我们节点可以连接到源站,但是源站响应请求消耗的时间太长导致超时;这 阅读全文
摘要:
package mainimport ( "fmt" "github.com/gocolly/colly" "regexp" "strings" "github.com/mongodb/mongo-go-driver/mongo" "github.com/mongodb/mongo-go-driver/bson" "context" "log" "gopkg... 阅读全文
摘要:
GOLANG 1.9 语言规范 - CSDN博客 https://blog.csdn.net/libing_thinking/article/details/77671607 阅读全文
摘要:
$broadcast $broadcast事件是由父组件发起,所有子组件都会收到此广播事件,除非事件被手动取消。事件广播的顺序为广度优先搜索顺序,如上图,如果页面Page_Index发起一个$broadcast事件,那么按先后顺序依次接收到该事件的组件为:ComA、ComB、ComC、ComD、Co 阅读全文