摘要:
1 package com.financial.server.util; 2 import java.text.SimpleDateFormat; 3 import java.util.Date; 4 import java.util.HashMap; 5 import java.util.Map; 阅读全文
posted @ 2018-07-18 15:06
有猿人
阅读(331)
评论(0)
推荐(0)
摘要:
1. endswith() startswith() 1 # 以什么什么结尾 2 # 以什么什么开始 3 test = "alex" 4 v = test.endswith('ex') 5 v = test.startswith('ex') 6 print(v) 2. expandtabs() 1 阅读全文
posted @ 2018-07-18 14:58
有猿人
阅读(467)
评论(0)
推荐(0)
摘要:
#基金数据存放根目录fund_save_root_path=E:/fundCrawling#龙虎榜数据存放根目录long_hu_root_path=E:/longHuCrawling#巨潮数据存放根目录ju_chao_root_path=E:/juChaoCrawling#日k线数据k_ofday_ 阅读全文
posted @ 2018-07-18 10:23
有猿人
阅读(409)
评论(0)
推荐(0)