摘要:
1.TypeError: ‘list’ object is not callable 不要用与系统内置同名的字段 2.operatorlist:<tornado.concurrent.Future object at 0x7f03a41d7190> 查mongo数据库返回Future对象需要用yie 阅读全文
摘要:
reflect包中的具体方法 reflect.TypeOf、reflect.ValueOf可以将一个普通的变量转换成『反射』包中提供的Type和Value type Person struct { Name string Sex string } func (p *Person) Add(a, b 阅读全文
摘要:
public class Bytecode { public static void main(String arg[]){ Bytecode bc= new Bytecode(); System.out.println(bc.fib(4)); } public int fib(int N) { i 阅读全文