kaybinwong

Results 15 issues of kaybinwong

增加获取数据的API,类似record_data,用于拉取指定提供方的数据,而不落地到本地

enhancement

![image](https://user-images.githubusercontent.com/5570216/140457469-2144ba8c-6613-4f05-bdd0-9c00434a0954.png) 这里会出现获取不到停牌或者退市的最后一条数据,需要细化判断

bug

support data compress, just like bcolz or ddb? https://www.dolphindb.com/en/examples/Example3Compressdata.html

i can not get my carray data back after flush, the code is below ``` import numpy as np import bcolz bcolz.print_versions() arrt = np.dtype('int32,int32') src_data = [(i, i *...

禅师定义的是,走势必须至少有1个中枢,但是从页面看到的不是这样的,是不是有其他理解? ![image](https://user-images.githubusercontent.com/5570216/128986825-59e19964-1d4a-4613-9d69-3fd17ab31096.png)

i have a consul cluster with acl enabled. ``` [root@a-docker-cluster04 ~]# consul members -token=a59c2700-49fc-0786-9932-b0ffec5fc3c9 Node Address Status Type Build Protocol DC Segment a-docker-cluster01 172.18.8.200:8301 alive server 1.4.2 2 sz a-docker-cluster02...

``` apiVersion: v1 kind: ConfigMap metadata: name: fluent-bit-config namespace: logging labels: k8s-app: fluent-bit data: # Configuration files: server, input, filters and output # ====================================================== fluent-bit.conf: | [SERVICE] Flush 1 Log_Level...

配置如下: docker-compose.yaml ``` version: '3' services: etcd-manage: # build: . image: "shiguanghuxian/etcd-manage" volumes: - ./bin/config/cfg.toml:/app/config/cfg.toml - ./bin/logs:/app/logs ports: - "10280:10280" ``` cfg.toml ``` # debug模式 debug = false # 日志文件路径...

``` File "chanlun.py", line 309, in judge judge(prev_i,cur_i,d) File "chanlun.py", line 309, in judge judge(prev_i,cur_i,d) File "chanlun.py", line 346, in judge judge(prev_i,cur_i,-d) File "chanlun.py", line 346, in judge judge(prev_i,cur_i,-d) File...