Jingsi
Jingsi
举个例子,就拿 notebooks 里 example 1 来说,比方说行业数据相关的代码: ```python from alphamind.api import * from PyFin.api import * industry_name = 'sw' industry_level = 1 industry_names = industry_list(industry_name, industry_level) ``` 我理解这里应该是申万行业一级分类,假设我自己已经在数据库中抓取了自己的申万数据,无论是 csv 格式还是 mysql...
十分感谢,期待看到更多进展。
@r67yfyt if you have a proxy server, you can try these setup: https://zhuanlan.zhihu.com/p/545327043
hi @jacksgt thanks for your works, can I expecting automatic release on operatorhub will make a progress after this merge? related: https://github.com/tektoncd/operator/issues/733
hello, any update on this? @julz @mattmoor @jwcesign @lizzzcai
any update? @yuzp1996
@yuzp1996 I think it would be better to merge two configurations, that's what nodeAffinity.weight for. It's no reason for pvc case not to prefer a better node, thought it may...
Thx for the PR.
@kiaking thanks for your reply, as you can see, vitepress generate dist folder with assets (js/css) in it, and the html refer these js/css with relative path: ![Screen Shot 2022-06-13...
Yes, you got it. In my case, my cdn provider will pull the resource from origin server if assets missing, So, I don't need to push these files as long...