workspace.xml 74 KB

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