liuts

Results 20 issues of liuts

![image](https://user-images.githubusercontent.com/8000832/65592188-aebf5380-dfc0-11e9-9c28-ae883eabc1ab.png) 添加xadmin后多对多页面不能保存,提示『请选择列表中的一项』才能保存,原版的django admin没有这个问题。 复现步骤: 1,建立下面的modles.py `class Author(models.Model): name = models.CharField(max_length=100,null=True) def __str__(self): return self.name __unicode__ = __str__ class Book(models.Model): title = models.CharField(max_length=100,null=True) name=models.CharField(max_length=100,null=True) authors = models.ManyToManyField(Author,null=True) def __str__(self): return self.title...

![image](https://user-images.githubusercontent.com/8000832/49206647-a96b9980-f3ed-11e8-8860-4bd917d1fcd6.png)

owl的k8sagent输入到owl中的数据为: `{ "metric": "k8s.restart.count", "data_type": "counter", "value": 0, "tags": { "container":"fronted-prod-v1", "namespace":"web-ns", "port": "3306", pod="fronted-prod-v1-7d7fd69755-62dlh" } }` 我希望可以根据其中的任意的标签定义一个服务,比如namespace和container。那么在TSDB中的所有的包含这个标签的metrcs都属于这个服务的监控项目。 报警:可以根据自定义的tsdb查询语句报警,比如k8s.restart.count携带定义服务时候的标签,能够对查询到的多个结果报警

请问支持上传文件吗

请问支持企业号吗

enhancement
2.0

建议增加笔和x轴正方向的夹角度数,方便和power一起判定力度。直接计算 (bi1.high-bi1.low)/bi1.count bi1.count表示bi1这笔包含的k线根数

![image](https://user-images.githubusercontent.com/8000832/54810783-ee2f7f00-4cc1-11e9-8136-f9794f723aca.png) ![image](https://user-images.githubusercontent.com/8000832/54810872-21720e00-4cc2-11e9-890f-c7546a059ea5.png)

我想执行:git clone https://github.com/leffss/gowebssh.git 第一条成功后,执行 go build 有办法判断第一条是执行成功的吗