LingBing

Results 13 comments of LingBing

@aoxu pac可以自动学习啊

就是~ 谁会go给分支一个呗 :)

建议将KJDB中的db对象设置为public类型就可以使用事务了

execuse me,I can only got 10 items when I use this code: df=ef.fund.get_invest_position('159949') Can I get all the 50 items in any way please?

I found it here:http://fundf10.eastmoney.com/ccmx_159949.html and http://www.cnindex.com.cn/module/index-detail.html?act_menu=1&indexCode=399673 but the efinance does not support this yet?

```python import requests import datetime GZHEADERS={'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'} def getLastMon(): return datetime.datetime.strftime(datetime.date(*map(int,datetime.datetime.strftime(datetime.datetime.now(),'%Y-%m-01').split('-')))-datetime.timedelta(days=1),'%Y-%m') def getCyb50Members(): mon=datetime.datetime.strftime(datetime.datetime.now(),'%Y-%m') mems=[] pn=1 rows=20 while True: try:...

cloud you add this hint in FAQ? I cannot found the way to edit the FAQ document.

the directory of /home/postgres/duckdb is owner by postgres,the permssions are setting ok (because it works with created database using duckdb cli)