workspace.xml 76 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="7fa42e97-ddea-4404-91db-5a9ccc162649" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/pipeline/zhibo.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/zhibo.py" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/spiders/zhibo.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/zhibo.py" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/utils/LocalToken.py" beforeDir="false" afterPath="$PROJECT_DIR$/utils/LocalToken.py" afterDir="false" />
  10. </list>
  11. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="CoverageDataManager">
  18. <SUITE FILE_PATH="coverage/hg3535$items.coverage" NAME="items Coverage Results" MODIFIED="1554291398794" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  19. <SUITE FILE_PATH="coverage/hg3535$main.coverage" NAME="main Coverage Results" MODIFIED="1571737831309" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  20. <SUITE FILE_PATH="coverage/hg3535$change.coverage" NAME="change Coverage Results" MODIFIED="1567749757856" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  21. <SUITE FILE_PATH="coverage/hg3535$hgjieshu.coverage" NAME="hgjieshu Coverage Results" MODIFIED="1558494720094" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/spiders" />
  22. <SUITE FILE_PATH="coverage/hg3535$halffull.coverage" NAME="halffull Coverage Results" MODIFIED="1554544334424" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/spiders" />
  23. <SUITE FILE_PATH="coverage/hg3535$pipelines.coverage" NAME="pipelines Coverage Results" MODIFIED="1554290866137" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  24. <SUITE FILE_PATH="coverage/hg3535$today_all.coverage" NAME="today_all Coverage Results" MODIFIED="1553172114927" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/spiders" />
  25. <SUITE FILE_PATH="coverage/hg3535$model.coverage" NAME="model Coverage Results" MODIFIED="1554113916027" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  26. <SUITE FILE_PATH="coverage/hg3535$wangqiu.coverage" NAME="wangqiu Coverage Results" MODIFIED="1555149820033" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/spiders" />
  27. <SUITE FILE_PATH="coverage/hg3535$liansai.coverage" NAME="liansai Coverage Results" MODIFIED="1554879155855" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/spiders" />
  28. </component>
  29. <component name="DatabaseView">
  30. <option name="SHOW_INTERMEDIATE" value="true" />
  31. <option name="GROUP_DATA_SOURCES" value="true" />
  32. <option name="GROUP_SCHEMA" value="true" />
  33. <option name="GROUP_CONTENTS" value="false" />
  34. <option name="SORT_POSITIONED" value="false" />
  35. <option name="SHOW_EMPTY_GROUPS" value="false" />
  36. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  37. <option name="HIDDEN_KINDS">
  38. <set />
  39. </option>
  40. <expand />
  41. <select />
  42. </component>
  43. <component name="FavoritesManager">
  44. <favorites_list name="hg3535" />
  45. </component>
  46. <component name="FileEditorManager">
  47. <leaf />
  48. </component>
  49. <component name="FileTemplateManagerImpl">
  50. <option name="RECENT_TEMPLATES">
  51. <list>
  52. <option value="Python Script" />
  53. </list>
  54. </option>
  55. </component>
  56. <component name="FindInProjectRecents">
  57. <findStrings>
  58. <find>Hgjieshu</find>
  59. <find>total_size</find>
  60. <find>p_code</find>
  61. <find>3438017</find>
  62. <find>utime</find>
  63. <find>team_scores_dict</find>
  64. <find>total_sizes_dict</find>
  65. <find>last_home_dict</find>
  66. <find>rangqiu_daxiao</find>
  67. <find>0或5</find>
  68. <find>horn_id</find>
  69. <find>all_inning</find>
  70. <find>time_game</find>
  71. <find>ybhs_3</find>
  72. <find>TN</find>
  73. <find>one_dishes_home</find>
  74. <find>成功</find>
  75. <find>match_id</find>
  76. <find>score_full</find>
  77. <find>odds_onlys</find>
  78. <find>ball</find>
  79. <find>match_process</find>
  80. <find>us_date</find>
  81. <find>data_game</find>
  82. <find>dates</find>
  83. <find>new_time</find>
  84. <find>us_time</find>
  85. <find>ctime</find>
  86. <find>datetime</find>
  87. <find>篮球滚球详细赔率列表, 不提交</find>
  88. </findStrings>
  89. <replaceStrings>
  90. <replace>&quot;&quot;</replace>
  91. <replace>session</replace>
  92. <replace>棒球</replace>
  93. <replace>res</replace>
  94. <replace>result</replace>
  95. </replaceStrings>
  96. </component>
  97. <component name="Git.Settings">
  98. <option name="UPDATE_TYPE" value="MERGE" />
  99. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  100. <option name="RECENT_BRANCH_BY_REPOSITORY">
  101. <map>
  102. <entry key="$PROJECT_DIR$/.." value="two" />
  103. </map>
  104. </option>
  105. <favorite-branches>
  106. <branch-storage>
  107. <map>
  108. <entry type="LOCAL">
  109. <value>
  110. <list>
  111. <branch-info repo="$PROJECT_DIR$/.." source="two" />
  112. </list>
  113. </value>
  114. </entry>
  115. </map>
  116. </branch-storage>
  117. </favorite-branches>
  118. <excluded-from-favorite>
  119. <branch-storage>
  120. <map>
  121. <entry type="LOCAL">
  122. <value>
  123. <list>
  124. <branch-info repo="$PROJECT_DIR$/.." source="master" />
  125. </list>
  126. </value>
  127. </entry>
  128. <entry type="REMOTE">
  129. <value>
  130. <list>
  131. <branch-info repo="$PROJECT_DIR$/.." source="origin/master" />
  132. </list>
  133. </value>
  134. </entry>
  135. </map>
  136. </branch-storage>
  137. </excluded-from-favorite>
  138. </component>
  139. <component name="IdeDocumentHistory">
  140. <option name="CHANGED_PATHS">
  141. <list>
  142. <option value="$PROJECT_DIR$/spiders/hgjieshu.py" />
  143. <option value="$PROJECT_DIR$/spiders/hg3535_bangqiu.py" />
  144. <option value="$PROJECT_DIR$/spiders/hg3535_lanqiu.py" />
  145. <option value="$PROJECT_DIR$/main_time.py" />
  146. <option value="$PROJECT_DIR$/spiders/lq_jieshu.py" />
  147. <option value="$PROJECT_DIR$/spiders/wq_jieshu.py" />
  148. <option value="$PROJECT_DIR$/spiders/bq_jieshu.py" />
  149. <option value="$PROJECT_DIR$/ball_func.py" />
  150. <option value="$PROJECT_DIR$/spiders/zq_jieshu.py" />
  151. <option value="$PROJECT_DIR$/.gitignore" />
  152. <option value="$PROJECT_DIR$/change.py" />
  153. <option value="$PROJECT_DIR$/spiders/bangqiu.py" />
  154. <option value="$PROJECT_DIR$/spiders/lanqiu.py" />
  155. <option value="$PROJECT_DIR$/spiders/guanjun.py" />
  156. <option value="$PROJECT_DIR$/spiders/liansai.py" />
  157. <option value="$PROJECT_DIR$/spiders/wangqiu.py" />
  158. <option value="$PROJECT_DIR$/spiders/zuqiu.py" />
  159. <option value="$PROJECT_DIR$/spiders/other_saiguo.py" />
  160. <option value="$PROJECT_DIR$/spiders/saiguo.py" />
  161. <option value="$PROJECT_DIR$/middlewares.py" />
  162. <option value="$PROJECT_DIR$/pipeline/ball_func.py" />
  163. <option value="$PROJECT_DIR$/pipelines.py" />
  164. <option value="$PROJECT_DIR$/items.py" />
  165. <option value="$PROJECT_DIR$/utils/helper.py" />
  166. <option value="$PROJECT_DIR$/pipeline/saiguo.py" />
  167. <option value="$PROJECT_DIR$/pipeline/wangqiu.py" />
  168. <option value="$PROJECT_DIR$/pipeline/roll_zuqiu.py" />
  169. <option value="$PROJECT_DIR$/pipeline/roll_wangqiu.py" />
  170. <option value="$PROJECT_DIR$/pipeline/roll_bangqiu.py" />
  171. <option value="$PROJECT_DIR$/pipeline/lanqiu.py" />
  172. <option value="$PROJECT_DIR$/pipeline/guanjun.py" />
  173. <option value="$PROJECT_DIR$/pipeline/bangqiu.py" />
  174. <option value="$PROJECT_DIR$/spiders/roll_lanqiu.py" />
  175. <option value="$PROJECT_DIR$/spiders/roll_wangqiu.py" />
  176. <option value="$PROJECT_DIR$/spiders/roll_zuqiu.py" />
  177. <option value="$PROJECT_DIR$/spiders/roll_bangqiu.py" />
  178. <option value="$PROJECT_DIR$/spiders/jieshu.py" />
  179. <option value="$PROJECT_DIR$/pipeline/roll_lanqiu.py" />
  180. <option value="$PROJECT_DIR$/settings.py" />
  181. <option value="$PROJECT_DIR$/pipeline/jieshu.py" />
  182. <option value="$PROJECT_DIR$/pipeline/zuqiu.py" />
  183. <option value="$PROJECT_DIR$/main.py" />
  184. <option value="$PROJECT_DIR$/utils/LocalToken.py" />
  185. <option value="$PROJECT_DIR$/proj/celerys.py" />
  186. <option value="$PROJECT_DIR$/spiders/zhibo.py" />
  187. <option value="$PROJECT_DIR$/pipeline/zhibo.py" />
  188. <option value="$PROJECT_DIR$/proj/config.py" />
  189. <option value="$PROJECT_DIR$/proj/celeryconfig" />
  190. <option value="$PROJECT_DIR$/proj/tasks.py" />
  191. <option value="$PROJECT_DIR$/proj/celeryconfig.py" />
  192. <option value="$PROJECT_DIR$/proj/celery.py" />
  193. </list>
  194. </option>
  195. </component>
  196. <component name="ProjectFrameBounds" extendedState="6">
  197. <option name="x" value="806" />
  198. <option name="y" value="211" />
  199. <option name="width" value="1065" />
  200. <option name="height" value="904" />
  201. </component>
  202. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  203. <component name="ProjectView">
  204. <navigator proportions="" version="1">
  205. <foldersAlwaysOnTop value="true" />
  206. </navigator>
  207. <panes>
  208. <pane id="Scope" />
  209. <pane id="ProjectPane">
  210. <subPane>
  211. <expand>
  212. <path>
  213. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  214. <item name="hg3535" type="462c0819:PsiDirectoryNode" />
  215. </path>
  216. <path>
  217. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  218. <item name="hg3535" type="462c0819:PsiDirectoryNode" />
  219. <item name="pipeline" type="462c0819:PsiDirectoryNode" />
  220. </path>
  221. <path>
  222. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  223. <item name="hg3535" type="462c0819:PsiDirectoryNode" />
  224. <item name="spiders" type="462c0819:PsiDirectoryNode" />
  225. </path>
  226. </expand>
  227. <select />
  228. </subPane>
  229. </pane>
  230. </panes>
  231. </component>
  232. <component name="PropertiesComponent">
  233. <property name="WebServerToolWindowFactoryState" value="false" />
  234. <property name="add_unversioned_files" value="$PROJECT_DIR$/.gitignore&#10;C:/Users/admin/Desktop/sports_scrapy/hg3535/log/guanjun_2019_9_4.log" />
  235. <property name="last_opened_file_path" value="$PROJECT_DIR$/../../collect188/sports188_spider" />
  236. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  237. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  238. <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
  239. </component>
  240. <component name="RecentsManager">
  241. <key name="MoveFile.RECENT_KEYS">
  242. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535" />
  243. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders" />
  244. </key>
  245. <key name="CopyFile.RECENT_KEYS">
  246. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\utils" />
  247. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\pipeline" />
  248. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders" />
  249. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535" />
  250. </key>
  251. </component>
  252. <component name="RunDashboard">
  253. <option name="ruleStates">
  254. <list>
  255. <RuleState>
  256. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  257. </RuleState>
  258. <RuleState>
  259. <option name="name" value="StatusDashboardGroupingRule" />
  260. </RuleState>
  261. </list>
  262. </option>
  263. </component>
  264. <component name="RunManager" selected="Python.main">
  265. <configuration name="change" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true">
  266. <module name="hg3535" />
  267. <option name="INTERPRETER_OPTIONS" value="" />
  268. <option name="PARENT_ENVS" value="true" />
  269. <envs>
  270. <env name="PYTHONUNBUFFERED" value="1" />
  271. </envs>
  272. <option name="SDK_HOME" value="C:\venv\Scripts\python.exe" />
  273. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  274. <option name="IS_MODULE_SDK" value="false" />
  275. <option name="ADD_CONTENT_ROOTS" value="true" />
  276. <option name="ADD_SOURCE_ROOTS" value="true" />
  277. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  278. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/change.py" />
  279. <option name="PARAMETERS" value="" />
  280. <option name="SHOW_COMMAND_LINE" value="false" />
  281. <option name="EMULATE_TERMINAL" value="false" />
  282. <option name="MODULE_MODE" value="false" />
  283. <option name="REDIRECT_INPUT" value="false" />
  284. <option name="INPUT_FILE" value="" />
  285. <method v="2" />
  286. </configuration>
  287. <configuration name="hgjieshu" type="PythonConfigurationType" factoryName="Python" temporary="true">
  288. <module name="hg3535" />
  289. <option name="INTERPRETER_OPTIONS" value="" />
  290. <option name="PARENT_ENVS" value="true" />
  291. <envs>
  292. <env name="PYTHONUNBUFFERED" value="1" />
  293. </envs>
  294. <option name="SDK_HOME" value="" />
  295. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  296. <option name="IS_MODULE_SDK" value="true" />
  297. <option name="ADD_CONTENT_ROOTS" value="true" />
  298. <option name="ADD_SOURCE_ROOTS" value="true" />
  299. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  300. <option name="SCRIPT_NAME" value="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders\zq_jieshu.py" />
  301. <option name="PARAMETERS" value="" />
  302. <option name="SHOW_COMMAND_LINE" value="false" />
  303. <option name="EMULATE_TERMINAL" value="false" />
  304. <option name="MODULE_MODE" value="false" />
  305. <option name="REDIRECT_INPUT" value="false" />
  306. <option name="INPUT_FILE" value="" />
  307. <method v="2" />
  308. </configuration>
  309. <configuration name="liansai" type="PythonConfigurationType" factoryName="Python" temporary="true">
  310. <module name="hg3535" />
  311. <option name="INTERPRETER_OPTIONS" value="" />
  312. <option name="PARENT_ENVS" value="true" />
  313. <envs>
  314. <env name="PYTHONUNBUFFERED" value="1" />
  315. </envs>
  316. <option name="SDK_HOME" value="" />
  317. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  318. <option name="IS_MODULE_SDK" value="true" />
  319. <option name="ADD_CONTENT_ROOTS" value="true" />
  320. <option name="ADD_SOURCE_ROOTS" value="true" />
  321. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  322. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/liansai.py" />
  323. <option name="PARAMETERS" value="" />
  324. <option name="SHOW_COMMAND_LINE" value="false" />
  325. <option name="EMULATE_TERMINAL" value="false" />
  326. <option name="MODULE_MODE" value="false" />
  327. <option name="REDIRECT_INPUT" value="false" />
  328. <option name="INPUT_FILE" value="" />
  329. <method v="2" />
  330. </configuration>
  331. <configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true">
  332. <module name="hg3535" />
  333. <option name="INTERPRETER_OPTIONS" value="" />
  334. <option name="PARENT_ENVS" value="true" />
  335. <envs>
  336. <env name="PYTHONUNBUFFERED" value="1" />
  337. </envs>
  338. <option name="SDK_HOME" value="" />
  339. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  340. <option name="IS_MODULE_SDK" value="true" />
  341. <option name="ADD_CONTENT_ROOTS" value="true" />
  342. <option name="ADD_SOURCE_ROOTS" value="true" />
  343. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  344. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" />
  345. <option name="PARAMETERS" value="" />
  346. <option name="SHOW_COMMAND_LINE" value="false" />
  347. <option name="EMULATE_TERMINAL" value="false" />
  348. <option name="MODULE_MODE" value="false" />
  349. <option name="REDIRECT_INPUT" value="false" />
  350. <option name="INPUT_FILE" value="" />
  351. <method v="2" />
  352. </configuration>
  353. <configuration name="wangqiu" type="PythonConfigurationType" factoryName="Python" temporary="true">
  354. <module name="hg3535" />
  355. <option name="INTERPRETER_OPTIONS" value="" />
  356. <option name="PARENT_ENVS" value="true" />
  357. <envs>
  358. <env name="PYTHONUNBUFFERED" value="1" />
  359. </envs>
  360. <option name="SDK_HOME" value="" />
  361. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  362. <option name="IS_MODULE_SDK" value="true" />
  363. <option name="ADD_CONTENT_ROOTS" value="true" />
  364. <option name="ADD_SOURCE_ROOTS" value="true" />
  365. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  366. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/wangqiu.py" />
  367. <option name="PARAMETERS" value="" />
  368. <option name="SHOW_COMMAND_LINE" value="false" />
  369. <option name="EMULATE_TERMINAL" value="false" />
  370. <option name="MODULE_MODE" value="false" />
  371. <option name="REDIRECT_INPUT" value="false" />
  372. <option name="INPUT_FILE" value="" />
  373. <method v="2" />
  374. </configuration>
  375. <configuration name="zuqiu" type="PythonConfigurationType" factoryName="Python" temporary="true">
  376. <module name="hg3535" />
  377. <option name="INTERPRETER_OPTIONS" value="" />
  378. <option name="PARENT_ENVS" value="true" />
  379. <envs>
  380. <env name="PYTHONUNBUFFERED" value="1" />
  381. </envs>
  382. <option name="SDK_HOME" value="" />
  383. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  384. <option name="IS_MODULE_SDK" value="true" />
  385. <option name="ADD_CONTENT_ROOTS" value="true" />
  386. <option name="ADD_SOURCE_ROOTS" value="true" />
  387. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  388. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/zuqiu.py" />
  389. <option name="PARAMETERS" value="" />
  390. <option name="SHOW_COMMAND_LINE" value="false" />
  391. <option name="EMULATE_TERMINAL" value="false" />
  392. <option name="MODULE_MODE" value="false" />
  393. <option name="REDIRECT_INPUT" value="false" />
  394. <option name="INPUT_FILE" value="" />
  395. <method v="2" />
  396. </configuration>
  397. <list>
  398. <item itemvalue="Python.change" />
  399. <item itemvalue="Python.hgjieshu" />
  400. <item itemvalue="Python.liansai" />
  401. <item itemvalue="Python.main" />
  402. <item itemvalue="Python.wangqiu" />
  403. <item itemvalue="Python.zuqiu" />
  404. </list>
  405. <recent_temporary>
  406. <list>
  407. <item itemvalue="Python.main" />
  408. <item itemvalue="Python.zuqiu" />
  409. <item itemvalue="Python.wangqiu" />
  410. <item itemvalue="Python.liansai" />
  411. <item itemvalue="Python.hgjieshu" />
  412. </list>
  413. </recent_temporary>
  414. </component>
  415. <component name="SvnConfiguration">
  416. <configuration>C:\Users\admin\AppData\Roaming\Subversion</configuration>
  417. </component>
  418. <component name="TaskManager">
  419. <task active="true" id="Default" summary="Default task">
  420. <changelist id="7fa42e97-ddea-4404-91db-5a9ccc162649" name="Default Changelist" comment="" />
  421. <created>1552361933913</created>
  422. <option name="number" value="Default" />
  423. <option name="presentableId" value="Default" />
  424. <updated>1552361933913</updated>
  425. <workItem from="1552361935189" duration="22939000" />
  426. <workItem from="1552439490626" duration="18066000" />
  427. <workItem from="1552524796712" duration="27465000" />
  428. <workItem from="1552567426062" duration="7518000" />
  429. <workItem from="1552575496568" duration="1826000" />
  430. <workItem from="1552577490969" duration="704000" />
  431. <workItem from="1552580284900" duration="495000" />
  432. <workItem from="1552611273446" duration="5372000" />
  433. <workItem from="1552617365681" duration="4071000" />
  434. <workItem from="1552621477059" duration="24443000" />
  435. <workItem from="1552723083507" duration="1264000" />
  436. <workItem from="1552744211477" duration="1268000" />
  437. <workItem from="1552789416500" duration="25000" />
  438. <workItem from="1552899019763" duration="39045000" />
  439. <workItem from="1553043681027" duration="145839000" />
  440. <workItem from="1553397105996" duration="23148000" />
  441. <workItem from="1553433705348" duration="1018000" />
  442. <workItem from="1553475342218" duration="23428000" />
  443. <workItem from="1553503466782" duration="5588000" />
  444. <workItem from="1553513531340" duration="13843000" />
  445. <workItem from="1553561440191" duration="133112000" />
  446. <workItem from="1553931675476" duration="17232000" />
  447. <workItem from="1554080350424" duration="17288000" />
  448. <workItem from="1554101826084" duration="19370000" />
  449. <workItem from="1554170199956" duration="2159000" />
  450. <workItem from="1554172621503" duration="3788000" />
  451. <workItem from="1554176443957" duration="28339000" />
  452. <workItem from="1554215166308" duration="2338000" />
  453. <workItem from="1554252224751" duration="1384000" />
  454. <workItem from="1554253767232" duration="20266000" />
  455. <workItem from="1554276949053" duration="7482000" />
  456. <workItem from="1554284600072" duration="14592000" />
  457. <workItem from="1554306136130" duration="34310000" />
  458. <workItem from="1554384538601" duration="87371000" />
  459. <workItem from="1554685163974" duration="34853000" />
  460. <workItem from="1554735546675" duration="3652000" />
  461. <workItem from="1554771709150" duration="15315000" />
  462. <workItem from="1554860005406" duration="38399000" />
  463. <workItem from="1554956837583" duration="21067000" />
  464. <workItem from="1554989742904" duration="21354000" />
  465. <workItem from="1555046975903" duration="68970000" />
  466. <workItem from="1555212709284" duration="5832000" />
  467. <workItem from="1555289493716" duration="16563000" />
  468. <workItem from="1555376280859" duration="17600000" />
  469. <workItem from="1555405622542" duration="620000" />
  470. <workItem from="1555406260234" duration="6046000" />
  471. <workItem from="1555414794521" duration="6416000" />
  472. <workItem from="1555462498299" duration="20842000" />
  473. <workItem from="1555498934960" duration="21460000" />
  474. <workItem from="1555566912269" duration="9942000" />
  475. <workItem from="1555579873287" duration="1062000" />
  476. <workItem from="1555635203399" duration="12245000" />
  477. <workItem from="1555658501528" duration="9655000" />
  478. <workItem from="1555671859532" duration="35975000" />
  479. <workItem from="1555893403863" duration="8143000" />
  480. <workItem from="1555916236353" duration="9945000" />
  481. <workItem from="1555981119140" duration="24628000" />
  482. <workItem from="1556067504720" duration="23664000" />
  483. <workItem from="1556106028857" duration="5358000" />
  484. <workItem from="1556161598731" duration="19181000" />
  485. <workItem from="1556240187201" duration="11026000" />
  486. <workItem from="1556254654110" duration="38231000" />
  487. <workItem from="1556500244997" duration="22444000" />
  488. <workItem from="1556584868377" duration="15320000" />
  489. <workItem from="1557018228723" duration="19258000" />
  490. <workItem from="1557293774618" duration="7402000" />
  491. <workItem from="1557364694196" duration="10610000" />
  492. <workItem from="1557379397322" duration="33000" />
  493. <workItem from="1557379446771" duration="4219000" />
  494. <workItem from="1557396895400" duration="1197000" />
  495. <workItem from="1557407270851" duration="1123000" />
  496. <workItem from="1557452403593" duration="19346000" />
  497. <workItem from="1557709837370" duration="7351000" />
  498. <workItem from="1557732817014" duration="849000" />
  499. <workItem from="1557796929696" duration="16710000" />
  500. <workItem from="1557882171427" duration="10493000" />
  501. <workItem from="1557912853175" duration="15000" />
  502. <workItem from="1557975839431" duration="2154000" />
  503. <workItem from="1558073764460" duration="791000" />
  504. <workItem from="1558336021790" duration="10087000" />
  505. <workItem from="1558350644883" duration="488000" />
  506. <workItem from="1558400741265" duration="650000" />
  507. <workItem from="1558404700616" duration="5457000" />
  508. <workItem from="1558419261499" duration="10550000" />
  509. <workItem from="1558438097772" duration="25035000" />
  510. <workItem from="1558506590036" duration="13475000" />
  511. <workItem from="1558523229860" duration="749000" />
  512. <workItem from="1558529201114" duration="63104000" />
  513. <workItem from="1558918879384" duration="20712000" />
  514. <workItem from="1558946386286" duration="5906000" />
  515. <workItem from="1559183149389" duration="6526000" />
  516. <workItem from="1559817639837" duration="2439000" />
  517. <workItem from="1559820318166" duration="6091000" />
  518. <workItem from="1560128279184" duration="2486000" />
  519. <workItem from="1564469892436" duration="10885000" />
  520. <workItem from="1565231417256" duration="1894000" />
  521. <workItem from="1565242895579" duration="17130000" />
  522. <workItem from="1565274288542" duration="629000" />
  523. <workItem from="1565574821845" duration="1238000" />
  524. <workItem from="1566802827516" duration="684000" />
  525. <workItem from="1566871828920" duration="61000" />
  526. <workItem from="1566872141146" duration="14544000" />
  527. <workItem from="1566976369645" duration="4000" />
  528. <workItem from="1566976385269" duration="13184000" />
  529. <workItem from="1566990066292" duration="35762000" />
  530. <workItem from="1567126891838" duration="187506000" />
  531. <workItem from="1567765446416" duration="3616000" />
  532. <workItem from="1567826229018" duration="3226000" />
  533. <workItem from="1567836768286" duration="10382000" />
  534. <workItem from="1567990502559" duration="35803000" />
  535. <workItem from="1568168522540" duration="5922000" />
  536. <workItem from="1568249379425" duration="5234000" />
  537. <workItem from="1568604419513" duration="11095000" />
  538. <workItem from="1568970792599" duration="3014000" />
  539. <workItem from="1569036019518" duration="1144000" />
  540. <workItem from="1569287788365" duration="57203000" />
  541. <workItem from="1569552848728" duration="23320000" />
  542. <workItem from="1569638883962" duration="2093000" />
  543. <workItem from="1569747335792" duration="7295000" />
  544. <workItem from="1570497048489" duration="630000" />
  545. <workItem from="1570519445273" duration="3553000" />
  546. <workItem from="1570599083340" duration="129000" />
  547. <workItem from="1570605476233" duration="2322000" />
  548. <workItem from="1570609094756" duration="1797000" />
  549. <workItem from="1571117630847" duration="45191000" />
  550. <workItem from="1571447932869" duration="617000" />
  551. <workItem from="1571457369771" duration="2103000" />
  552. <workItem from="1571476585522" duration="6394000" />
  553. <workItem from="1571621462229" duration="13387000" />
  554. <workItem from="1571651573898" duration="915000" />
  555. <workItem from="1571710042121" duration="15268000" />
  556. <workItem from="1571967657305" duration="24271000" />
  557. </task>
  558. <task id="LOCAL-00068" summary="更新">
  559. <created>1568084349753</created>
  560. <option name="number" value="00068" />
  561. <option name="presentableId" value="LOCAL-00068" />
  562. <option name="project" value="LOCAL" />
  563. <updated>1568084349753</updated>
  564. </task>
  565. <task id="LOCAL-00069" summary="更新">
  566. <created>1568110761947</created>
  567. <option name="number" value="00069" />
  568. <option name="presentableId" value="LOCAL-00069" />
  569. <option name="project" value="LOCAL" />
  570. <updated>1568110761947</updated>
  571. </task>
  572. <task id="LOCAL-00070" summary="更新">
  573. <created>1568112864503</created>
  574. <option name="number" value="00070" />
  575. <option name="presentableId" value="LOCAL-00070" />
  576. <option name="project" value="LOCAL" />
  577. <updated>1568112864503</updated>
  578. </task>
  579. <task id="LOCAL-00071" summary="更新">
  580. <created>1568112995602</created>
  581. <option name="number" value="00071" />
  582. <option name="presentableId" value="LOCAL-00071" />
  583. <option name="project" value="LOCAL" />
  584. <updated>1568112995602</updated>
  585. </task>
  586. <task id="LOCAL-00072" summary="更新">
  587. <created>1568165743587</created>
  588. <option name="number" value="00072" />
  589. <option name="presentableId" value="LOCAL-00072" />
  590. <option name="project" value="LOCAL" />
  591. <updated>1568165743587</updated>
  592. </task>
  593. <task id="LOCAL-00073" summary="更新">
  594. <created>1568169349308</created>
  595. <option name="number" value="00073" />
  596. <option name="presentableId" value="LOCAL-00073" />
  597. <option name="project" value="LOCAL" />
  598. <updated>1568169349308</updated>
  599. </task>
  600. <task id="LOCAL-00074" summary="更新">
  601. <created>1568169892765</created>
  602. <option name="number" value="00074" />
  603. <option name="presentableId" value="LOCAL-00074" />
  604. <option name="project" value="LOCAL" />
  605. <updated>1568169892765</updated>
  606. </task>
  607. <task id="LOCAL-00075" summary="更新">
  608. <created>1568249792177</created>
  609. <option name="number" value="00075" />
  610. <option name="presentableId" value="LOCAL-00075" />
  611. <option name="project" value="LOCAL" />
  612. <updated>1568249792177</updated>
  613. </task>
  614. <task id="LOCAL-00076" summary="更新">
  615. <created>1568618686623</created>
  616. <option name="number" value="00076" />
  617. <option name="presentableId" value="LOCAL-00076" />
  618. <option name="project" value="LOCAL" />
  619. <updated>1568618686624</updated>
  620. </task>
  621. <task id="LOCAL-00077" summary="更改爬取url域名">
  622. <created>1568627546906</created>
  623. <option name="number" value="00077" />
  624. <option name="presentableId" value="LOCAL-00077" />
  625. <option name="project" value="LOCAL" />
  626. <updated>1568627546906</updated>
  627. </task>
  628. <task id="LOCAL-00078" summary="更改爬取url域名">
  629. <created>1568628352133</created>
  630. <option name="number" value="00078" />
  631. <option name="presentableId" value="LOCAL-00078" />
  632. <option name="project" value="LOCAL" />
  633. <updated>1568628352133</updated>
  634. </task>
  635. <task id="LOCAL-00079" summary="更改爬取url域名">
  636. <created>1568628482421</created>
  637. <option name="number" value="00079" />
  638. <option name="presentableId" value="LOCAL-00079" />
  639. <option name="project" value="LOCAL" />
  640. <updated>1568628482421</updated>
  641. </task>
  642. <task id="LOCAL-00080" summary="更改爬取url域名">
  643. <created>1568629859880</created>
  644. <option name="number" value="00080" />
  645. <option name="presentableId" value="LOCAL-00080" />
  646. <option name="project" value="LOCAL" />
  647. <updated>1568629859880</updated>
  648. </task>
  649. <task id="LOCAL-00081" summary="更改爬取url域名">
  650. <created>1568630130599</created>
  651. <option name="number" value="00081" />
  652. <option name="presentableId" value="LOCAL-00081" />
  653. <option name="project" value="LOCAL" />
  654. <updated>1568630130599</updated>
  655. </task>
  656. <task id="LOCAL-00082" summary="更改爬取url域名">
  657. <created>1568700891458</created>
  658. <option name="number" value="00082" />
  659. <option name="presentableId" value="LOCAL-00082" />
  660. <option name="project" value="LOCAL" />
  661. <updated>1568700891458</updated>
  662. </task>
  663. <task id="LOCAL-00083" summary="更改爬取url域名">
  664. <created>1568971869660</created>
  665. <option name="number" value="00083" />
  666. <option name="presentableId" value="LOCAL-00083" />
  667. <option name="project" value="LOCAL" />
  668. <updated>1568971869661</updated>
  669. </task>
  670. <task id="LOCAL-00084" summary="更改爬取url域名">
  671. <created>1568972622356</created>
  672. <option name="number" value="00084" />
  673. <option name="presentableId" value="LOCAL-00084" />
  674. <option name="project" value="LOCAL" />
  675. <updated>1568972622356</updated>
  676. </task>
  677. <task id="LOCAL-00085" summary="更改爬取url域名">
  678. <created>1568972636430</created>
  679. <option name="number" value="00085" />
  680. <option name="presentableId" value="LOCAL-00085" />
  681. <option name="project" value="LOCAL" />
  682. <updated>1568972636430</updated>
  683. </task>
  684. <task id="LOCAL-00086" summary="更改爬取url域名">
  685. <created>1568972745402</created>
  686. <option name="number" value="00086" />
  687. <option name="presentableId" value="LOCAL-00086" />
  688. <option name="project" value="LOCAL" />
  689. <updated>1568972745402</updated>
  690. </task>
  691. <task id="LOCAL-00087" summary="更改爬取url域名">
  692. <created>1568972897163</created>
  693. <option name="number" value="00087" />
  694. <option name="presentableId" value="LOCAL-00087" />
  695. <option name="project" value="LOCAL" />
  696. <updated>1568972897163</updated>
  697. </task>
  698. <task id="LOCAL-00088" summary="更改爬取url域名">
  699. <created>1568972912352</created>
  700. <option name="number" value="00088" />
  701. <option name="presentableId" value="LOCAL-00088" />
  702. <option name="project" value="LOCAL" />
  703. <updated>1568972912352</updated>
  704. </task>
  705. <task id="LOCAL-00089" summary="更改爬取url域名">
  706. <created>1568972935636</created>
  707. <option name="number" value="00089" />
  708. <option name="presentableId" value="LOCAL-00089" />
  709. <option name="project" value="LOCAL" />
  710. <updated>1568972935636</updated>
  711. </task>
  712. <task id="LOCAL-00090" summary="更改爬取url域名">
  713. <created>1568973359234</created>
  714. <option name="number" value="00090" />
  715. <option name="presentableId" value="LOCAL-00090" />
  716. <option name="project" value="LOCAL" />
  717. <updated>1568973359234</updated>
  718. </task>
  719. <task id="LOCAL-00091" summary="更改爬取url域名">
  720. <created>1569036726870</created>
  721. <option name="number" value="00091" />
  722. <option name="presentableId" value="LOCAL-00091" />
  723. <option name="project" value="LOCAL" />
  724. <updated>1569036726870</updated>
  725. </task>
  726. <task id="LOCAL-00092" summary="足球,篮球赛果抓取规则更新">
  727. <created>1569405412389</created>
  728. <option name="number" value="00092" />
  729. <option name="presentableId" value="LOCAL-00092" />
  730. <option name="project" value="LOCAL" />
  731. <updated>1569405412390</updated>
  732. </task>
  733. <task id="LOCAL-00093" summary="足球,篮球赛果抓取规则更新">
  734. <created>1569407801286</created>
  735. <option name="number" value="00093" />
  736. <option name="presentableId" value="LOCAL-00093" />
  737. <option name="project" value="LOCAL" />
  738. <updated>1569407801286</updated>
  739. </task>
  740. <task id="LOCAL-00094" summary="足球,篮球赛果抓取规则更新">
  741. <created>1569572362667</created>
  742. <option name="number" value="00094" />
  743. <option name="presentableId" value="LOCAL-00094" />
  744. <option name="project" value="LOCAL" />
  745. <updated>1569572362667</updated>
  746. </task>
  747. <task id="LOCAL-00095" summary="添加球类赛果,接口提交">
  748. <created>1569572474935</created>
  749. <option name="number" value="00095" />
  750. <option name="presentableId" value="LOCAL-00095" />
  751. <option name="project" value="LOCAL" />
  752. <updated>1569572474935</updated>
  753. </task>
  754. <task id="LOCAL-00096" summary="修改赛果球队名错误">
  755. <created>1569576097864</created>
  756. <option name="number" value="00096" />
  757. <option name="presentableId" value="LOCAL-00096" />
  758. <option name="project" value="LOCAL" />
  759. <updated>1569576097864</updated>
  760. </task>
  761. <task id="LOCAL-00097" summary="更改返回错误状态码">
  762. <created>1569578124593</created>
  763. <option name="number" value="00097" />
  764. <option name="presentableId" value="LOCAL-00097" />
  765. <option name="project" value="LOCAL" />
  766. <updated>1569578124593</updated>
  767. </task>
  768. <task id="LOCAL-00098" summary="更改返回错误状态码">
  769. <created>1569636704030</created>
  770. <option name="number" value="00098" />
  771. <option name="presentableId" value="LOCAL-00098" />
  772. <option name="project" value="LOCAL" />
  773. <updated>1569636704030</updated>
  774. </task>
  775. <task id="LOCAL-00099" summary="更改返回错误状态码">
  776. <created>1569637322958</created>
  777. <option name="number" value="00099" />
  778. <option name="presentableId" value="LOCAL-00099" />
  779. <option name="project" value="LOCAL" />
  780. <updated>1569637322958</updated>
  781. </task>
  782. <task id="LOCAL-00100" summary="修改网球赛果提交错误">
  783. <created>1570607142520</created>
  784. <option name="number" value="00100" />
  785. <option name="presentableId" value="LOCAL-00100" />
  786. <option name="project" value="LOCAL" />
  787. <updated>1570607142521</updated>
  788. </task>
  789. <task id="LOCAL-00101" summary="修改角球赛事赔率">
  790. <created>1570609662734</created>
  791. <option name="number" value="00101" />
  792. <option name="presentableId" value="LOCAL-00101" />
  793. <option name="project" value="LOCAL" />
  794. <updated>1570609662734</updated>
  795. </task>
  796. <task id="LOCAL-00102" summary="修改角球赛事赔率">
  797. <created>1570610118174</created>
  798. <option name="number" value="00102" />
  799. <option name="presentableId" value="LOCAL-00102" />
  800. <option name="project" value="LOCAL" />
  801. <updated>1570610118174</updated>
  802. </task>
  803. <task id="LOCAL-00103" summary="修改角球赛事赔率">
  804. <created>1571190174709</created>
  805. <option name="number" value="00103" />
  806. <option name="presentableId" value="LOCAL-00103" />
  807. <option name="project" value="LOCAL" />
  808. <updated>1571190174709</updated>
  809. </task>
  810. <task id="LOCAL-00104" summary="修改角球赛事赔率">
  811. <created>1571191311521</created>
  812. <option name="number" value="00104" />
  813. <option name="presentableId" value="LOCAL-00104" />
  814. <option name="project" value="LOCAL" />
  815. <updated>1571191311521</updated>
  816. </task>
  817. <task id="LOCAL-00105" summary="修改角球赛事赔率">
  818. <created>1571207084426</created>
  819. <option name="number" value="00105" />
  820. <option name="presentableId" value="LOCAL-00105" />
  821. <option name="project" value="LOCAL" />
  822. <updated>1571207084426</updated>
  823. </task>
  824. <task id="LOCAL-00106" summary="修改角球赛事赔率">
  825. <created>1571207640876</created>
  826. <option name="number" value="00106" />
  827. <option name="presentableId" value="LOCAL-00106" />
  828. <option name="project" value="LOCAL" />
  829. <updated>1571207640876</updated>
  830. </task>
  831. <task id="LOCAL-00107" summary="更新">
  832. <created>1571291527299</created>
  833. <option name="number" value="00107" />
  834. <option name="presentableId" value="LOCAL-00107" />
  835. <option name="project" value="LOCAL" />
  836. <updated>1571291527300</updated>
  837. </task>
  838. <task id="LOCAL-00108" summary="更新">
  839. <created>1571291576074</created>
  840. <option name="number" value="00108" />
  841. <option name="presentableId" value="LOCAL-00108" />
  842. <option name="project" value="LOCAL" />
  843. <updated>1571291576074</updated>
  844. </task>
  845. <task id="LOCAL-00109" summary="更新">
  846. <created>1571362924905</created>
  847. <option name="number" value="00109" />
  848. <option name="presentableId" value="LOCAL-00109" />
  849. <option name="project" value="LOCAL" />
  850. <updated>1571362924906</updated>
  851. </task>
  852. <task id="LOCAL-00110" summary="赛事合并">
  853. <created>1571538015173</created>
  854. <option name="number" value="00110" />
  855. <option name="presentableId" value="LOCAL-00110" />
  856. <option name="project" value="LOCAL" />
  857. <updated>1571538015174</updated>
  858. </task>
  859. <task id="LOCAL-00111" summary="添加token重新获取">
  860. <created>1571637623087</created>
  861. <option name="number" value="00111" />
  862. <option name="presentableId" value="LOCAL-00111" />
  863. <option name="project" value="LOCAL" />
  864. <updated>1571637623088</updated>
  865. </task>
  866. <task id="LOCAL-00112" summary="添加token重新获取">
  867. <created>1571647953183</created>
  868. <option name="number" value="00112" />
  869. <option name="presentableId" value="LOCAL-00112" />
  870. <option name="project" value="LOCAL" />
  871. <updated>1571647953183</updated>
  872. </task>
  873. <task id="LOCAL-00113" summary="添加token重新获取">
  874. <created>1571648482002</created>
  875. <option name="number" value="00113" />
  876. <option name="presentableId" value="LOCAL-00113" />
  877. <option name="project" value="LOCAL" />
  878. <updated>1571648482002</updated>
  879. </task>
  880. <task id="LOCAL-00114" summary="添加token重新获取">
  881. <created>1571651674413</created>
  882. <option name="number" value="00114" />
  883. <option name="presentableId" value="LOCAL-00114" />
  884. <option name="project" value="LOCAL" />
  885. <updated>1571651674413</updated>
  886. </task>
  887. <task id="LOCAL-00115" summary="修改赛事时间不一致">
  888. <created>1571729040857</created>
  889. <option name="number" value="00115" />
  890. <option name="presentableId" value="LOCAL-00115" />
  891. <option name="project" value="LOCAL" />
  892. <updated>1571729040857</updated>
  893. </task>
  894. <task id="LOCAL-00116" summary="修改赛事时间不一致">
  895. <created>1571735666701</created>
  896. <option name="number" value="00116" />
  897. <option name="presentableId" value="LOCAL-00116" />
  898. <option name="project" value="LOCAL" />
  899. <updated>1571735666702</updated>
  900. </task>
  901. <option name="localTasksCounter" value="117" />
  902. <servers />
  903. </component>
  904. <component name="TimeTrackingManager">
  905. <option name="totallyTimeSpent" value="2152104000" />
  906. </component>
  907. <component name="TodoView">
  908. <todo-panel id="selected-file">
  909. <is-autoscroll-to-source value="true" />
  910. </todo-panel>
  911. <todo-panel id="all">
  912. <are-packages-shown value="true" />
  913. <is-autoscroll-to-source value="true" />
  914. </todo-panel>
  915. </component>
  916. <component name="ToolWindowManager">
  917. <frame x="-8" y="-8" width="1936" height="1066" extended-state="6" />
  918. <layout>
  919. <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.71173847" visible="true" weight="0.16684435" />
  920. <window_info id="Structure" order="1" sideWeight="0.2882615" side_tool="true" weight="0.1108742" />
  921. <window_info id="Favorites" order="2" sideWeight="0.5013405" side_tool="true" weight="0.108208954" />
  922. <window_info anchor="bottom" id="Message" order="0" />
  923. <window_info anchor="bottom" id="Find" order="1" weight="0.3264516" />
  924. <window_info anchor="bottom" id="Debug" order="2" sideWeight="0.49573562" weight="0.3530043" />
  925. <window_info anchor="bottom" id="Cvs" order="3" weight="0.25" />
  926. <window_info anchor="bottom" id="Inspection" order="4" weight="0.4" />
  927. <window_info anchor="bottom" id="TODO" order="5" weight="0.32832617" />
  928. <window_info anchor="bottom" id="Docker" order="6" show_stripe_button="false" />
  929. <window_info anchor="bottom" id="Version Control" order="7" weight="0.1555794" />
  930. <window_info anchor="bottom" id="Database Changes" order="8" />
  931. <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.5042644" side_tool="true" weight="0.2725322" />
  932. <window_info anchor="bottom" x="22" y="376" width="1876" height="298" id="Terminal" order="10" sideWeight="0.49307036" visible="true" weight="0.5193133" />
  933. <window_info anchor="bottom" id="Python Console" order="11" sideWeight="0.49946696" weight="0.47424892" />
  934. <window_info anchor="bottom" id="Run" order="12" sideWeight="0.87473345" weight="0.41845495" />
  935. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  936. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  937. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  938. <window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
  939. <window_info anchor="right" id="Database" order="4" weight="0.32995737" />
  940. <window_info anchor="right" id="R Packages" order="5" weight="0.32889125" />
  941. <window_info anchor="right" id="R Graphics" order="6" weight="0.32995737" />
  942. <window_info anchor="right" id="Coverage" order="7" side_tool="true" />
  943. </layout>
  944. <layout-to-restore>
  945. <window_info content_ui="combo" id="Project" order="0" sideWeight="0.71173847" visible="true" weight="0.13539445" />
  946. <window_info id="Structure" order="1" sideWeight="0.2882615" side_tool="true" weight="0.1108742" />
  947. <window_info id="Favorites" order="2" sideWeight="0.5013405" side_tool="true" weight="0.108208954" />
  948. <window_info anchor="bottom" id="Message" order="0" />
  949. <window_info anchor="bottom" id="Find" order="1" weight="0.3290461" />
  950. <window_info anchor="bottom" id="Debug" order="2" sideWeight="0.49946696" weight="0.30686694" />
  951. <window_info anchor="bottom" id="Cvs" order="3" weight="0.25" />
  952. <window_info anchor="bottom" id="Inspection" order="4" weight="0.4" />
  953. <window_info anchor="bottom" id="TODO" order="5" weight="0.32832617" />
  954. <window_info anchor="bottom" id="Docker" order="6" show_stripe_button="false" />
  955. <window_info anchor="bottom" id="Version Control" order="7" weight="0.2918455" />
  956. <window_info anchor="bottom" id="Database Changes" order="8" />
  957. <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.5053305" side_tool="true" weight="0.40128756" />
  958. <window_info anchor="bottom" x="22" y="376" width="1876" height="298" id="Terminal" order="10" sideWeight="0.4946695" weight="0.29291844" />
  959. <window_info anchor="bottom" id="Python Console" order="11" sideWeight="0.49946696" weight="0.41309014" />
  960. <window_info active="true" anchor="bottom" id="Run" order="12" sideWeight="0.4946695" visible="true" weight="0.5214592" />
  961. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  962. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  963. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  964. <window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
  965. <window_info anchor="right" id="Database" order="4" weight="0.32995737" />
  966. <window_info anchor="right" id="R Packages" order="5" weight="0.32889125" />
  967. <window_info anchor="right" id="R Graphics" order="6" weight="0.32995737" />
  968. </layout-to-restore>
  969. </component>
  970. <component name="TypeScriptGeneratedFilesManager">
  971. <option name="version" value="1" />
  972. </component>
  973. <component name="UnknownFeatures">
  974. <option featureType="com.intellij.fileTypeFactory" implementationName="*.log" />
  975. </component>
  976. <component name="Vcs.Log.Tabs.Properties">
  977. <option name="TAB_STATES">
  978. <map>
  979. <entry key="MAIN">
  980. <value>
  981. <State>
  982. <option name="RECENTLY_FILTERED_USER_GROUPS">
  983. <collection />
  984. </option>
  985. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  986. <collection />
  987. </option>
  988. <option name="COLUMN_ORDER">
  989. <list>
  990. <option value="0" />
  991. <option value="1" />
  992. <option value="2" />
  993. <option value="3" />
  994. </list>
  995. </option>
  996. </State>
  997. </value>
  998. </entry>
  999. </map>
  1000. </option>
  1001. <option name="RECENT_FILTERS">
  1002. <map>
  1003. <entry key="Branch">
  1004. <value>
  1005. <list />
  1006. </value>
  1007. </entry>
  1008. <entry key="User">
  1009. <value>
  1010. <list />
  1011. </value>
  1012. </entry>
  1013. </map>
  1014. </option>
  1015. </component>
  1016. <component name="VcsManagerConfiguration">
  1017. <MESSAGE value="修改棒球联赛表写入错误" />
  1018. <MESSAGE value="修改冠军" />
  1019. <MESSAGE value="联赛添加redis测试" />
  1020. <MESSAGE value="联赛添加冠军,联赛过滤" />
  1021. <MESSAGE value="修改足球,篮球赔率表插入" />
  1022. <MESSAGE value="修改赔率条件,部分赔率减1" />
  1023. <MESSAGE value="添加冠军赛事信息,到赛事表中" />
  1024. <MESSAGE value="修改setting" />
  1025. <MESSAGE value="Merge http://git.meme100.com:10180/aqm/sports_scrapy&#10;&#10;# Conflicts:&#10;#&#9;hg3535/settings.py" />
  1026. <MESSAGE value="Merge http://git.meme100.com:10180/aqm/sports_scrapy&#10;&#10;# Conflicts:&#10;#&#9;hg3535/settings.py&#10;'更新'" />
  1027. <MESSAGE value="'更新'" />
  1028. <MESSAGE value="'更新日志按天输出'" />
  1029. <MESSAGE value="updata" />
  1030. <MESSAGE value="更新篮球, 父级玩法错误" />
  1031. <MESSAGE value="更改爬取url域名" />
  1032. <MESSAGE value="足球,篮球赛果抓取规则更新" />
  1033. <MESSAGE value="添加球类赛果,接口提交" />
  1034. <MESSAGE value="修改赛果球队名错误" />
  1035. <MESSAGE value="更改返回错误状态码" />
  1036. <MESSAGE value="修改网球赛果提交错误" />
  1037. <MESSAGE value="修改角球赛事赔率" />
  1038. <MESSAGE value="更新" />
  1039. <MESSAGE value="赛事合并" />
  1040. <MESSAGE value="添加token重新获取" />
  1041. <MESSAGE value="修改赛事时间不一致" />
  1042. <option name="LAST_COMMIT_MESSAGE" value="修改赛事时间不一致" />
  1043. </component>
  1044. <component name="XDebuggerManager">
  1045. <breakpoint-manager>
  1046. <breakpoints>
  1047. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1048. <url>file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy_deltafetch/middleware.py</url>
  1049. <line>84</line>
  1050. <option name="timeStamp" value="4" />
  1051. </line-breakpoint>
  1052. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1053. <url>file://$PROJECT_DIR$/pipeline/roll_wangqiu.py</url>
  1054. <line>278</line>
  1055. <option name="timeStamp" value="71" />
  1056. </line-breakpoint>
  1057. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1058. <url>file://$PROJECT_DIR$/spiders/roll_lanqiu.py</url>
  1059. <line>63</line>
  1060. <option name="timeStamp" value="132" />
  1061. </line-breakpoint>
  1062. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1063. <url>file://$PROJECT_DIR$/spiders/roll_bangqiu.py</url>
  1064. <line>265</line>
  1065. <option name="timeStamp" value="167" />
  1066. </line-breakpoint>
  1067. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1068. <url>file://$PROJECT_DIR$/pipeline/roll_bangqiu.py</url>
  1069. <line>122</line>
  1070. <option name="timeStamp" value="265" />
  1071. </line-breakpoint>
  1072. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1073. <url>file://$PROJECT_DIR$/pipeline/roll_bangqiu.py</url>
  1074. <line>125</line>
  1075. <option name="timeStamp" value="266" />
  1076. </line-breakpoint>
  1077. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1078. <url>file://$PROJECT_DIR$/spiders/roll_bangqiu.py</url>
  1079. <line>28</line>
  1080. <option name="timeStamp" value="269" />
  1081. </line-breakpoint>
  1082. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1083. <url>file://$PROJECT_DIR$/spiders/roll_lanqiu.py</url>
  1084. <line>82</line>
  1085. <option name="timeStamp" value="270" />
  1086. </line-breakpoint>
  1087. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1088. <url>file://$PROJECT_DIR$/spiders/roll_lanqiu.py</url>
  1089. <line>88</line>
  1090. <option name="timeStamp" value="271" />
  1091. </line-breakpoint>
  1092. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1093. <url>file://$PROJECT_DIR$/pipeline/guanjun.py</url>
  1094. <line>122</line>
  1095. <option name="timeStamp" value="273" />
  1096. </line-breakpoint>
  1097. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1098. <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
  1099. <line>117</line>
  1100. <option name="timeStamp" value="279" />
  1101. </line-breakpoint>
  1102. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1103. <url>file://$PROJECT_DIR$/spiders/zhibo.py</url>
  1104. <line>110</line>
  1105. <option name="timeStamp" value="289" />
  1106. </line-breakpoint>
  1107. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1108. <url>file://$PROJECT_DIR$/pipeline/jieshu.py</url>
  1109. <line>69</line>
  1110. <option name="timeStamp" value="298" />
  1111. </line-breakpoint>
  1112. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1113. <url>file://$PROJECT_DIR$/pipeline/roll_zuqiu.py</url>
  1114. <line>48</line>
  1115. <option name="timeStamp" value="301" />
  1116. </line-breakpoint>
  1117. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1118. <url>file://$PROJECT_DIR$/pipeline/roll_zuqiu.py</url>
  1119. <line>49</line>
  1120. <option name="timeStamp" value="302" />
  1121. </line-breakpoint>
  1122. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1123. <url>file://$PROJECT_DIR$/pipeline/zuqiu.py</url>
  1124. <line>557</line>
  1125. <option name="timeStamp" value="314" />
  1126. </line-breakpoint>
  1127. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1128. <url>file://$PROJECT_DIR$/pipeline/zuqiu.py</url>
  1129. <line>560</line>
  1130. <option name="timeStamp" value="315" />
  1131. </line-breakpoint>
  1132. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1133. <url>file://$PROJECT_DIR$/pipeline/lanqiu.py</url>
  1134. <line>90</line>
  1135. <option name="timeStamp" value="317" />
  1136. </line-breakpoint>
  1137. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1138. <url>file://$PROJECT_DIR$/pipeline/lanqiu.py</url>
  1139. <line>135</line>
  1140. <option name="timeStamp" value="318" />
  1141. </line-breakpoint>
  1142. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1143. <url>file://$PROJECT_DIR$/pipeline/lanqiu.py</url>
  1144. <line>269</line>
  1145. <option name="timeStamp" value="319" />
  1146. </line-breakpoint>
  1147. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1148. <url>file://$PROJECT_DIR$/utils/helper.py</url>
  1149. <line>12</line>
  1150. <option name="timeStamp" value="321" />
  1151. </line-breakpoint>
  1152. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1153. <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
  1154. <line>256</line>
  1155. <option name="timeStamp" value="322" />
  1156. </line-breakpoint>
  1157. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1158. <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
  1159. <line>70</line>
  1160. <option name="timeStamp" value="323" />
  1161. </line-breakpoint>
  1162. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1163. <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
  1164. <line>71</line>
  1165. <option name="timeStamp" value="324" />
  1166. </line-breakpoint>
  1167. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1168. <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
  1169. <line>72</line>
  1170. <option name="timeStamp" value="325" />
  1171. </line-breakpoint>
  1172. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1173. <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
  1174. <line>136</line>
  1175. <option name="timeStamp" value="326" />
  1176. </line-breakpoint>
  1177. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  1178. <url>file://$PROJECT_DIR$/pipeline/jieshu.py</url>
  1179. <line>72</line>
  1180. <option name="timeStamp" value="327" />
  1181. </line-breakpoint>
  1182. </breakpoints>
  1183. <default-breakpoints>
  1184. <breakpoint type="python-exception">
  1185. <properties notifyOnTerminate="true" exception="BaseException">
  1186. <option name="notifyOnTerminate" value="true" />
  1187. </properties>
  1188. </breakpoint>
  1189. </default-breakpoints>
  1190. </breakpoint-manager>
  1191. </component>
  1192. <component name="debuggerHistoryManager">
  1193. <expressions id="watch">
  1194. <expression>
  1195. <expression-string>value['t1']</expression-string>
  1196. <language-id>Python</language-id>
  1197. <evaluation-mode>EXPRESSION</evaluation-mode>
  1198. </expression>
  1199. </expressions>
  1200. <expressions id="setValue">
  1201. <expression>
  1202. <expression-string>'UPDATE xq_table SET xq = 11111111 whever id = 3074316;'</expression-string>
  1203. <language-id>Python</language-id>
  1204. <evaluation-mode>EXPRESSION</evaluation-mode>
  1205. </expression>
  1206. </expressions>
  1207. </component>
  1208. <component name="editorHistoryManager">
  1209. <entry file="file://$PROJECT_DIR$/spiders/other_saiguo.py" />
  1210. <entry file="file://$PROJECT_DIR$/log/FTzhibo_2019_10_16.log" />
  1211. <entry file="file://$PROJECT_DIR$/jianting.py">
  1212. <provider selected="true" editor-type-id="text-editor" />
  1213. </entry>
  1214. <entry file="file://$PROJECT_DIR$/ball_func.py" />
  1215. <entry file="file://$PROJECT_DIR$/main_time.py">
  1216. <provider selected="true" editor-type-id="text-editor">
  1217. <state>
  1218. <folding>
  1219. <element signature="e#0#11#0" expanded="true" />
  1220. </folding>
  1221. </state>
  1222. </provider>
  1223. </entry>
  1224. <entry file="file://$PROJECT_DIR$/spiders/wangqiu.py">
  1225. <provider selected="true" editor-type-id="text-editor">
  1226. <state>
  1227. <caret column="9" selection-end-line="1" selection-end-column="23" />
  1228. <folding>
  1229. <element signature="e#48#59#0" expanded="true" />
  1230. </folding>
  1231. </state>
  1232. </provider>
  1233. </entry>
  1234. <entry file="file://$PROJECT_DIR$/guanjun.sh" />
  1235. <entry file="file://$PROJECT_DIR$/pipelines.py">
  1236. <provider selected="true" editor-type-id="text-editor">
  1237. <state relative-caret-position="120">
  1238. <caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
  1239. </state>
  1240. </provider>
  1241. </entry>
  1242. <entry file="file://$PROJECT_DIR$/requirements.txt" />
  1243. <entry file="file://$PROJECT_DIR$/spiders/wqbodan.py">
  1244. <provider selected="true" editor-type-id="text-editor" />
  1245. </entry>
  1246. <entry file="file://$PROJECT_DIR$/spiders/bangqiu.py">
  1247. <provider selected="true" editor-type-id="text-editor">
  1248. <state relative-caret-position="-1506">
  1249. <caret line="54" column="65" selection-start-line="54" selection-start-column="65" selection-end-line="54" selection-end-column="65" />
  1250. <folding>
  1251. <element signature="e#24#35#0" expanded="true" />
  1252. </folding>
  1253. </state>
  1254. </provider>
  1255. </entry>
  1256. <entry file="file://$PROJECT_DIR$/spiders/guanjun.py">
  1257. <provider selected="true" editor-type-id="text-editor">
  1258. <state relative-caret-position="480">
  1259. <caret line="24" lean-forward="true" selection-start-line="24" selection-end-line="24" />
  1260. <folding>
  1261. <element signature="e#38#53#0" expanded="true" />
  1262. </folding>
  1263. </state>
  1264. </provider>
  1265. </entry>
  1266. <entry file="file://$PROJECT_DIR$/spiders/liansai.py">
  1267. <provider selected="true" editor-type-id="text-editor">
  1268. <state relative-caret-position="460">
  1269. <caret line="31" selection-start-line="31" selection-end-line="31" />
  1270. </state>
  1271. </provider>
  1272. </entry>
  1273. <entry file="file://$PROJECT_DIR$/items.py">
  1274. <provider selected="true" editor-type-id="text-editor">
  1275. <state relative-caret-position="782">
  1276. <caret line="506" column="25" selection-start-line="506" selection-start-column="25" selection-end-line="506" selection-end-column="25" />
  1277. </state>
  1278. </provider>
  1279. </entry>
  1280. <entry file="file://$PROJECT_DIR$/spiders/saiguo.py">
  1281. <provider selected="true" editor-type-id="text-editor">
  1282. <state relative-caret-position="360">
  1283. <caret line="24" selection-start-line="24" selection-end-line="24" />
  1284. <folding>
  1285. <element signature="e#0#15#0" expanded="true" />
  1286. </folding>
  1287. </state>
  1288. </provider>
  1289. </entry>
  1290. <entry file="file://$PROJECT_DIR$/spiders/lanqiu.py">
  1291. <provider selected="true" editor-type-id="text-editor">
  1292. <state relative-caret-position="-178">
  1293. <caret line="72" column="36" lean-forward="true" selection-start-line="72" selection-start-column="36" selection-end-line="72" selection-end-column="36" />
  1294. <folding>
  1295. <element signature="e#24#35#0" expanded="true" />
  1296. </folding>
  1297. </state>
  1298. </provider>
  1299. </entry>
  1300. <entry file="file://$PROJECT_DIR$/middlewares.py">
  1301. <provider selected="true" editor-type-id="text-editor">
  1302. <state relative-caret-position="127">
  1303. <caret line="134" selection-start-line="134" selection-end-line="134" />
  1304. <folding>
  1305. <element signature="e#168#181#0" expanded="true" />
  1306. </folding>
  1307. </state>
  1308. </provider>
  1309. </entry>
  1310. <entry file="file://$PROJECT_DIR$/utils/__init__.py">
  1311. <provider selected="true" editor-type-id="text-editor" />
  1312. </entry>
  1313. <entry file="file://$PROJECT_DIR$/utils/langconv.py">
  1314. <provider selected="true" editor-type-id="text-editor">
  1315. <state relative-caret-position="3620">
  1316. <caret line="182" selection-start-line="182" selection-end-line="182" />
  1317. </state>
  1318. </provider>
  1319. </entry>
  1320. <entry file="file://$PROJECT_DIR$/pipeline/saiguo.py">
  1321. <provider selected="true" editor-type-id="text-editor">
  1322. <state relative-caret-position="980">
  1323. <caret line="49" column="21" selection-start-line="49" selection-start-column="21" selection-end-line="49" selection-end-column="21" />
  1324. <folding>
  1325. <element signature="e#0#14#0" expanded="true" />
  1326. </folding>
  1327. </state>
  1328. </provider>
  1329. </entry>
  1330. <entry file="file://$PROJECT_DIR$/pipeline/wangqiu.py">
  1331. <provider selected="true" editor-type-id="text-editor">
  1332. <state relative-caret-position="2388">
  1333. <caret line="140" column="27" lean-forward="true" selection-start-line="140" selection-start-column="27" selection-end-line="140" selection-end-column="27" />
  1334. <folding>
  1335. <element signature="e#0#15#0" expanded="true" />
  1336. </folding>
  1337. </state>
  1338. </provider>
  1339. </entry>
  1340. <entry file="file://$PROJECT_DIR$/pipeline/lanqiu.py">
  1341. <provider selected="true" editor-type-id="text-editor">
  1342. <state relative-caret-position="806">
  1343. <caret line="43" column="45" lean-forward="true" selection-start-line="43" selection-start-column="45" selection-end-line="43" selection-end-column="45" />
  1344. <folding>
  1345. <element signature="e#0#15#0" expanded="true" />
  1346. </folding>
  1347. </state>
  1348. </provider>
  1349. </entry>
  1350. <entry file="file://$PROJECT_DIR$/pipeline/guanjun.py">
  1351. <provider selected="true" editor-type-id="text-editor">
  1352. <state relative-caret-position="-438">
  1353. <caret line="64" column="57" selection-start-line="64" selection-start-column="57" selection-end-line="64" selection-end-column="57" />
  1354. <folding>
  1355. <element signature="e#18#32#0" expanded="true" />
  1356. </folding>
  1357. </state>
  1358. </provider>
  1359. </entry>
  1360. <entry file="file://$PROJECT_DIR$/pipeline/roll_bangqiu.py">
  1361. <provider selected="true" editor-type-id="text-editor">
  1362. <state relative-caret-position="-1879">
  1363. <caret line="111" column="62" selection-start-line="111" selection-start-column="62" selection-end-line="111" selection-end-column="62" />
  1364. <folding>
  1365. <element signature="e#0#15#0" expanded="true" />
  1366. </folding>
  1367. </state>
  1368. </provider>
  1369. </entry>
  1370. <entry file="file://$PROJECT_DIR$/pipeline/ball_func.py">
  1371. <provider selected="true" editor-type-id="text-editor">
  1372. <state relative-caret-position="360">
  1373. <caret line="18" column="67" lean-forward="true" selection-start-line="18" selection-start-column="13" selection-end-line="18" selection-end-column="67" />
  1374. <folding>
  1375. <element signature="e#0#15#0" expanded="true" />
  1376. </folding>
  1377. </state>
  1378. </provider>
  1379. </entry>
  1380. <entry file="file://$PROJECT_DIR$/pipeline/roll_zuqiu.py">
  1381. <provider selected="true" editor-type-id="text-editor">
  1382. <state relative-caret-position="538">
  1383. <caret line="33" column="15" selection-start-line="33" selection-start-column="8" selection-end-line="33" selection-end-column="68" />
  1384. <folding>
  1385. <element signature="e#18#33#0" expanded="true" />
  1386. </folding>
  1387. </state>
  1388. </provider>
  1389. </entry>
  1390. <entry file="file://$PROJECT_DIR$/pipeline/roll_wangqiu.py">
  1391. <provider selected="true" editor-type-id="text-editor">
  1392. <state relative-caret-position="960">
  1393. <caret line="48" column="32" lean-forward="true" selection-start-line="48" selection-start-column="32" selection-end-line="48" selection-end-column="32" />
  1394. <folding>
  1395. <element signature="e#0#15#0" expanded="true" />
  1396. </folding>
  1397. </state>
  1398. </provider>
  1399. </entry>
  1400. <entry file="file://$PROJECT_DIR$/spiders/roll_bangqiu.py">
  1401. <provider selected="true" editor-type-id="text-editor">
  1402. <state relative-caret-position="320">
  1403. <caret line="38" column="41" selection-start-line="38" selection-start-column="40" selection-end-line="38" selection-end-column="46" />
  1404. <folding>
  1405. <element signature="e#46#61#0" expanded="true" />
  1406. </folding>
  1407. </state>
  1408. </provider>
  1409. </entry>
  1410. <entry file="file://$PROJECT_DIR$/spiders/roll_wangqiu.py">
  1411. <provider selected="true" editor-type-id="text-editor">
  1412. <state relative-caret-position="240">
  1413. <caret line="69" selection-start-line="69" selection-end-line="70" selection-end-column="66" />
  1414. <folding>
  1415. <element signature="e#24#39#0" expanded="true" />
  1416. </folding>
  1417. </state>
  1418. </provider>
  1419. </entry>
  1420. <entry file="file://$PROJECT_DIR$/spiders/zuqiu.py">
  1421. <provider selected="true" editor-type-id="text-editor">
  1422. <state relative-caret-position="-311">
  1423. <caret line="34" selection-start-line="34" selection-end-line="34" />
  1424. <folding>
  1425. <element signature="e#24#35#0" expanded="true" />
  1426. </folding>
  1427. </state>
  1428. </provider>
  1429. </entry>
  1430. <entry file="file://$PROJECT_DIR$/spiders/jieshu.py">
  1431. <provider selected="true" editor-type-id="text-editor">
  1432. <state relative-caret-position="461">
  1433. <caret line="55" column="31" lean-forward="true" selection-start-line="55" selection-start-column="31" selection-end-line="55" selection-end-column="31" />
  1434. <folding>
  1435. <element signature="e#0#15#0" expanded="true" />
  1436. </folding>
  1437. </state>
  1438. </provider>
  1439. </entry>
  1440. <entry file="file://$PROJECT_DIR$/spiders/roll_zuqiu.py">
  1441. <provider selected="true" editor-type-id="text-editor">
  1442. <state relative-caret-position="241">
  1443. <caret line="45" column="81" lean-forward="true" selection-start-line="45" selection-start-column="81" selection-end-line="45" selection-end-column="81" />
  1444. <folding>
  1445. <element signature="e#38#53#0" expanded="true" />
  1446. </folding>
  1447. </state>
  1448. </provider>
  1449. </entry>
  1450. <entry file="file://$PROJECT_DIR$/pipeline/bangqiu.py">
  1451. <provider selected="true" editor-type-id="text-editor">
  1452. <state relative-caret-position="537">
  1453. <caret line="107" column="55" selection-start-line="107" selection-start-column="55" selection-end-line="107" selection-end-column="55" />
  1454. <folding>
  1455. <element signature="e#0#15#0" expanded="true" />
  1456. </folding>
  1457. </state>
  1458. </provider>
  1459. </entry>
  1460. <entry file="file://$PROJECT_DIR$/pipeline/roll_lanqiu.py">
  1461. <provider selected="true" editor-type-id="text-editor">
  1462. <state relative-caret-position="84">
  1463. <caret line="255" column="21" lean-forward="true" selection-start-line="255" selection-start-column="21" selection-end-line="255" selection-end-column="21" />
  1464. <folding>
  1465. <element signature="e#0#15#0" expanded="true" />
  1466. </folding>
  1467. </state>
  1468. </provider>
  1469. </entry>
  1470. <entry file="file://$PROJECT_DIR$/spiders/roll_lanqiu.py">
  1471. <provider selected="true" editor-type-id="text-editor">
  1472. <state relative-caret-position="304">
  1473. <caret line="88" selection-start-line="88" selection-end-line="88" />
  1474. <folding>
  1475. <element signature="e#24#39#0" expanded="true" />
  1476. </folding>
  1477. </state>
  1478. </provider>
  1479. </entry>
  1480. <entry file="file://$PROJECT_DIR$/settings.py">
  1481. <provider selected="true" editor-type-id="text-editor">
  1482. <state relative-caret-position="190">
  1483. <caret line="137" column="50" lean-forward="true" selection-start-line="137" selection-start-column="50" selection-end-line="137" selection-end-column="50" />
  1484. </state>
  1485. </provider>
  1486. </entry>
  1487. <entry file="file://C:/venv/Lib/site-packages/redis/client.py">
  1488. <provider selected="true" editor-type-id="text-editor">
  1489. <state relative-caret-position="201">
  1490. <caret line="2704" column="48" selection-start-line="2704" selection-start-column="44" selection-end-line="2704" selection-end-column="48" />
  1491. </state>
  1492. </provider>
  1493. </entry>
  1494. <entry file="file://$PROJECT_DIR$/utils/helper.py">
  1495. <provider selected="true" editor-type-id="text-editor">
  1496. <state relative-caret-position="59">
  1497. <caret line="12" selection-start-line="12" selection-end-line="12" />
  1498. <folding>
  1499. <element signature="e#0#14#0" expanded="true" />
  1500. </folding>
  1501. </state>
  1502. </provider>
  1503. </entry>
  1504. <entry file="file://$PROJECT_DIR$/pipeline/jieshu.py">
  1505. <provider selected="true" editor-type-id="text-editor">
  1506. <state relative-caret-position="227">
  1507. <caret line="72" column="46" selection-start-line="72" selection-start-column="46" selection-end-line="72" selection-end-column="46" />
  1508. <folding>
  1509. <element signature="e#0#15#0" expanded="true" />
  1510. </folding>
  1511. </state>
  1512. </provider>
  1513. </entry>
  1514. <entry file="file://$PROJECT_DIR$/utils/LocalToken.py">
  1515. <provider selected="true" editor-type-id="text-editor">
  1516. <state>
  1517. <caret column="48" selection-start-column="48" selection-end-column="48" />
  1518. </state>
  1519. </provider>
  1520. </entry>
  1521. <entry file="file://$PROJECT_DIR$/not_roll.py">
  1522. <provider selected="true" editor-type-id="text-editor">
  1523. <state>
  1524. <caret selection-end-line="3" selection-end-column="65" />
  1525. <folding>
  1526. <element signature="e#0#11#0" expanded="true" />
  1527. </folding>
  1528. </state>
  1529. </provider>
  1530. </entry>
  1531. <entry file="file://$PROJECT_DIR$/roll.py">
  1532. <provider selected="true" editor-type-id="text-editor">
  1533. <state relative-caret-position="180">
  1534. <caret line="9" lean-forward="true" selection-start-line="9" selection-end-line="9" />
  1535. <folding>
  1536. <element signature="e#0#11#0" expanded="true" />
  1537. </folding>
  1538. </state>
  1539. </provider>
  1540. </entry>
  1541. <entry file="file://$PROJECT_DIR$/pipeline/zuqiu.py">
  1542. <provider selected="true" editor-type-id="text-editor">
  1543. <state relative-caret-position="207">
  1544. <caret line="96" column="27" lean-forward="true" selection-start-line="96" selection-start-column="27" selection-end-line="96" selection-end-column="27" />
  1545. <folding>
  1546. <element signature="e#0#15#0" expanded="true" />
  1547. </folding>
  1548. </state>
  1549. </provider>
  1550. </entry>
  1551. <entry file="file://$PROJECT_DIR$/main.py">
  1552. <provider selected="true" editor-type-id="text-editor">
  1553. <state relative-caret-position="180">
  1554. <caret line="9" column="39" lean-forward="true" selection-start-line="9" selection-start-column="39" selection-end-line="9" selection-end-column="39" />
  1555. <folding>
  1556. <element signature="e#0#10#0" expanded="true" />
  1557. </folding>
  1558. </state>
  1559. </provider>
  1560. </entry>
  1561. <entry file="file://$PROJECT_DIR$/change.py">
  1562. <provider selected="true" editor-type-id="text-editor">
  1563. <state relative-caret-position="-102">
  1564. <caret line="15" column="36" selection-start-line="15" selection-start-column="31" selection-end-line="15" selection-end-column="36" />
  1565. <folding>
  1566. <element signature="e#0#11#0" expanded="true" />
  1567. </folding>
  1568. </state>
  1569. </provider>
  1570. </entry>
  1571. <entry file="file://$PROJECT_DIR$/proj/__init__.py">
  1572. <provider selected="true" editor-type-id="text-editor" />
  1573. </entry>
  1574. <entry file="file://$PROJECT_DIR$/pipeline/zhibo.py">
  1575. <provider selected="true" editor-type-id="text-editor">
  1576. <state relative-caret-position="240">
  1577. <caret line="30" column="27" selection-start-line="30" selection-start-column="27" selection-end-line="30" selection-end-column="27" />
  1578. </state>
  1579. </provider>
  1580. </entry>
  1581. <entry file="file://$PROJECT_DIR$/spiders/zhibo.py">
  1582. <provider selected="true" editor-type-id="text-editor">
  1583. <state relative-caret-position="1055">
  1584. <caret line="95" column="28" selection-start-line="95" selection-start-column="24" selection-end-line="95" selection-end-column="37" />
  1585. <folding>
  1586. <element signature="e#38#53#0" expanded="true" />
  1587. </folding>
  1588. </state>
  1589. </provider>
  1590. </entry>
  1591. <entry file="file://$PROJECT_DIR$/proj/tasks.py">
  1592. <provider selected="true" editor-type-id="text-editor">
  1593. <state relative-caret-position="160">
  1594. <caret line="8" lean-forward="true" selection-start-line="8" selection-end-line="8" />
  1595. <folding>
  1596. <element signature="e#0#38#0" expanded="true" />
  1597. </folding>
  1598. </state>
  1599. </provider>
  1600. </entry>
  1601. <entry file="file://$PROJECT_DIR$/proj/celeryconfig.py">
  1602. <provider selected="true" editor-type-id="text-editor">
  1603. <state relative-caret-position="100">
  1604. <caret line="5" column="57" selection-start-line="5" selection-start-column="57" selection-end-line="5" selection-end-column="57" />
  1605. </state>
  1606. </provider>
  1607. </entry>
  1608. <entry file="file://$PROJECT_DIR$/proj/celery.py">
  1609. <provider selected="true" editor-type-id="text-editor">
  1610. <state relative-caret-position="80">
  1611. <caret line="4" column="7" selection-start-line="3" selection-end-line="6" selection-end-column="36" />
  1612. <folding>
  1613. <element signature="e#0#38#0" expanded="true" />
  1614. </folding>
  1615. </state>
  1616. </provider>
  1617. </entry>
  1618. </component>
  1619. </project>