import (
_ "net/http/pprof"
"net/http"
)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stone记 | |
rfi | |
bbc news中文 | |
熱點互動 | |
热点互动 | |
美国之音 | |
老外看中国 | |
唐浩 | |
江峰 | |
李蘭斯 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "spirit" | |
version = "0.1.0" | |
description = "" | |
authors = ["ChanceFocus"] | |
[tool.poetry.dependencies] | |
python = "^3.7" | |
docopt = "^0.6.2" | |
chance-config = "^0.0.11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you come from bash you might have to change your $PATH. | |
export PATH=$HOME/bin:/usr/local/bin:$HOME/Library/Python/3.7/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/mingshicai/.oh-my-zsh" | |
# export http_proxy=http://192.168.0.168:8118 | |
# export https_proxy=http://192.168.0.168:8118 | |
export GO111MODULE=off | |
# Set name of the theme to load --- if set to "random", it will |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select time, close_price from "transaction"."autogen"."transaction_history" where stock_id = '000001' and time >= '2014-01-01' and time <= '2016-01-01' and type='day' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-03-16T02:06:26.690Z","extensionVersion":"v3.4.3"} |