摘要: # encoding=utf-8 import pandas as pd import requests from lxml import etree import re import collections def fund_code_name(): """ 筛选天天基金,6千多基金机构的,最近一 阅读全文
posted @ 2020-08-17 14:19 不带R的墨菲特 阅读(2158) 评论(0) 推荐(0)
摘要: import requests import urllib3 urllib3.disable_warnings() from jira import JIRA import pandas as pd def login_jira(username,password): jira = JIRA("ht 阅读全文
posted @ 2020-08-17 14:17 不带R的墨菲特 阅读(1059) 评论(0) 推荐(0)
摘要: 右键桌面谷歌属性打开文件所在位置,创建新的副本,发送到桌面快捷方式: 右键刚才新的快捷方式目标: 添加 先空格一下再贴 --flag-switches-begin --flag-switches-end 用新快捷方式打开解决问题 阅读全文
posted @ 2020-08-17 14:16 不带R的墨菲特 阅读(266) 评论(0) 推荐(0)