workspace.xml 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327
  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="updata">
  5. <change beforePath="$PROJECT_DIR$/../.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/items.py" beforeDir="false" afterPath="$PROJECT_DIR$/items.py" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/pipeline/bangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/bangqiu.py" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/pipeline/lanqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/lanqiu.py" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/pipeline/roll_lanqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/roll_lanqiu.py" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/pipeline/roll_wangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/roll_wangqiu.py" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/pipeline/roll_zuqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/roll_zuqiu.py" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/pipeline/wangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/wangqiu.py" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/pipeline/zuqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/zuqiu.py" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/settings.py" beforeDir="false" afterPath="$PROJECT_DIR$/settings.py" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/spiders/bangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/bangqiu.py" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/spiders/bq_jieshu.py" beforeDir="false" />
  19. <change beforePath="$PROJECT_DIR$/spiders/lanqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/lanqiu.py" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/spiders/lq_jieshu.py" beforeDir="false" />
  21. <change beforePath="$PROJECT_DIR$/spiders/roll_bangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_bangqiu.py" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/spiders/roll_lanqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_lanqiu.py" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/spiders/roll_wangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_wangqiu.py" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/spiders/roll_zuqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_zuqiu.py" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/spiders/wangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/wangqiu.py" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/spiders/wq_jieshu.py" beforeDir="false" />
  27. <change beforePath="$PROJECT_DIR$/spiders/wqbodan.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/wqbodan.py" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/spiders/zq_jieshu.py" beforeDir="false" />
  29. <change beforePath="$PROJECT_DIR$/spiders/zuqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/zuqiu.py" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/utils/helper.py" beforeDir="false" afterPath="$PROJECT_DIR$/utils/helper.py" afterDir="false" />
  31. </list>
  32. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  33. <option name="SHOW_DIALOG" value="false" />
  34. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  35. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  36. <option name="LAST_RESOLUTION" value="IGNORE" />
  37. </component>
  38. <component name="CoverageDataManager">
  39. <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$" />
  40. <SUITE FILE_PATH="coverage/hg3535$main.coverage" NAME="main Coverage Results" MODIFIED="1566886233881" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  41. <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" />
  42. <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" />
  43. <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$" />
  44. <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" />
  45. <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$" />
  46. <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" />
  47. <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" />
  48. </component>
  49. <component name="DatabaseView">
  50. <option name="SHOW_INTERMEDIATE" value="true" />
  51. <option name="GROUP_DATA_SOURCES" value="true" />
  52. <option name="GROUP_SCHEMA" value="true" />
  53. <option name="GROUP_CONTENTS" value="false" />
  54. <option name="SORT_POSITIONED" value="false" />
  55. <option name="SHOW_EMPTY_GROUPS" value="false" />
  56. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  57. <option name="HIDDEN_KINDS">
  58. <set />
  59. </option>
  60. <expand />
  61. <select />
  62. </component>
  63. <component name="FavoritesManager">
  64. <favorites_list name="hg3535" />
  65. </component>
  66. <component name="FileEditorManager">
  67. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  68. <file pinned="false" current-in-tab="false">
  69. <entry file="file://$PROJECT_DIR$/main.py">
  70. <provider selected="true" editor-type-id="text-editor">
  71. <state relative-caret-position="198">
  72. <caret line="13" column="41" selection-start-line="13" selection-start-column="41" selection-end-line="13" selection-end-column="41" />
  73. </state>
  74. </provider>
  75. </entry>
  76. </file>
  77. <file pinned="false" current-in-tab="true">
  78. <entry file="file://$PROJECT_DIR$/settings.py">
  79. <provider selected="true" editor-type-id="text-editor">
  80. <state relative-caret-position="-2584">
  81. <caret line="31" column="21" selection-start-line="31" selection-start-column="21" selection-end-line="31" selection-end-column="21" />
  82. </state>
  83. </provider>
  84. </entry>
  85. </file>
  86. <file pinned="false" current-in-tab="false">
  87. <entry file="file://$PROJECT_DIR$/middlewares.py">
  88. <provider selected="true" editor-type-id="text-editor">
  89. <state relative-caret-position="259">
  90. <caret line="134" selection-start-line="134" selection-end-line="134" />
  91. </state>
  92. </provider>
  93. </entry>
  94. </file>
  95. <file pinned="false" current-in-tab="false">
  96. <entry file="file://$PROJECT_DIR$/pipelines.py">
  97. <provider selected="true" editor-type-id="text-editor">
  98. <state relative-caret-position="691">
  99. <caret line="1294" column="17" selection-start-line="1294" selection-start-column="17" selection-end-line="1294" selection-end-column="17" />
  100. </state>
  101. </provider>
  102. </entry>
  103. </file>
  104. <file pinned="false" current-in-tab="false">
  105. <entry file="file://$PROJECT_DIR$/spiders/zuqiu.py">
  106. <provider selected="true" editor-type-id="text-editor">
  107. <state relative-caret-position="468">
  108. <caret line="38" selection-start-line="38" selection-end-line="38" />
  109. </state>
  110. </provider>
  111. </entry>
  112. </file>
  113. <file pinned="false" current-in-tab="false">
  114. <entry file="file://$PROJECT_DIR$/pipeline/zuqiu.py">
  115. <provider selected="true" editor-type-id="text-editor">
  116. <state relative-caret-position="12024">
  117. <caret line="683" column="137" selection-start-line="683" selection-start-column="137" selection-end-line="683" selection-end-column="137" />
  118. <folding>
  119. <element signature="e#0#14#0" expanded="true" />
  120. </folding>
  121. </state>
  122. </provider>
  123. </entry>
  124. </file>
  125. <file pinned="false" current-in-tab="false">
  126. <entry file="file://$PROJECT_DIR$/utils/helper.py">
  127. <provider selected="true" editor-type-id="text-editor">
  128. <state relative-caret-position="144">
  129. <caret line="11" column="97" selection-start-line="11" selection-start-column="84" selection-end-line="11" selection-end-column="113" />
  130. </state>
  131. </provider>
  132. </entry>
  133. </file>
  134. </leaf>
  135. </component>
  136. <component name="FileTemplateManagerImpl">
  137. <option name="RECENT_TEMPLATES">
  138. <list>
  139. <option value="Python Script" />
  140. </list>
  141. </option>
  142. </component>
  143. <component name="FindInProjectRecents">
  144. <findStrings>
  145. <find>match_id</find>
  146. <find>half_concede_home</find>
  147. <find>conn</find>
  148. <find>result</find>
  149. <find>score_home</find>
  150. <find>half_size_home</find>
  151. <find>last_number</find>
  152. <find>total_goals</find>
  153. <find>2or7</find>
  154. <find>st_zq_league</find>
  155. <find>zqtwo_intodb</find>
  156. <find>odds_only</find>
  157. <find>wq_</find>
  158. <find>Zuqiustatus</find>
  159. <find>try</find>
  160. <find>&gt;=</find>
  161. <find>Roll_Lanqiu</find>
  162. <find>psycopg2.extras</find>
  163. <find>pt</find>
  164. <find>Lanqiustatus</find>
  165. <find>new_times</find>
  166. <find>status</find>
  167. <find>3206572</find>
  168. <find>get_pcode</find>
  169. <find>match_time</find>
  170. <find>three_total_sizes_big</find>
  171. <find>None</find>
  172. <find>lastnumber_dict</find>
  173. <find>last_numbers_dict</find>
  174. <find>capots_dict</find>
  175. </findStrings>
  176. <replaceStrings>
  177. <replace>&quot;&quot;</replace>
  178. </replaceStrings>
  179. </component>
  180. <component name="Git.Settings">
  181. <option name="UPDATE_TYPE" value="MERGE" />
  182. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  183. <option name="RECENT_BRANCH_BY_REPOSITORY">
  184. <map>
  185. <entry key="$PROJECT_DIR$/.." value="two" />
  186. </map>
  187. </option>
  188. <favorite-branches>
  189. <branch-storage>
  190. <map>
  191. <entry type="LOCAL">
  192. <value>
  193. <list>
  194. <branch-info repo="$PROJECT_DIR$/.." source="two" />
  195. </list>
  196. </value>
  197. </entry>
  198. </map>
  199. </branch-storage>
  200. </favorite-branches>
  201. <excluded-from-favorite>
  202. <branch-storage>
  203. <map>
  204. <entry type="LOCAL">
  205. <value>
  206. <list>
  207. <branch-info repo="$PROJECT_DIR$/.." source="master" />
  208. </list>
  209. </value>
  210. </entry>
  211. <entry type="REMOTE">
  212. <value>
  213. <list>
  214. <branch-info repo="$PROJECT_DIR$/.." source="origin/master" />
  215. </list>
  216. </value>
  217. </entry>
  218. </map>
  219. </branch-storage>
  220. </excluded-from-favorite>
  221. </component>
  222. <component name="IdeDocumentHistory">
  223. <option name="CHANGED_PATHS">
  224. <list>
  225. <option value="$PROJECT_DIR$/log/zuqiu_log.log" />
  226. <option value="$PROJECT_DIR$/log/ball_status.log" />
  227. <option value="$PROJECT_DIR$/log/bangqiu.log" />
  228. <option value="$PROJECT_DIR$/log/guanjun.log" />
  229. <option value="$PROJECT_DIR$/log/lanqiu.log" />
  230. <option value="$PROJECT_DIR$/log/liansai.log" />
  231. <option value="$PROJECT_DIR$/log/roll_zuqiu.log" />
  232. <option value="$PROJECT_DIR$/log/wangqiu.log" />
  233. <option value="$PROJECT_DIR$/log/wqbodan.log" />
  234. <option value="$PROJECT_DIR$/log/zuqiu.log" />
  235. <option value="$PROJECT_DIR$/spiders/hg3535_wangqiu.py" />
  236. <option value="$PROJECT_DIR$/spiders/wqbodan.py" />
  237. <option value="$PROJECT_DIR$/spiders/hg3535_zuqiu.py" />
  238. <option value="$PROJECT_DIR$/spiders/hg3535_zq_status.py" />
  239. <option value="$PROJECT_DIR$/spiders/kaishi.py" />
  240. <option value="$PROJECT_DIR$/kaishi.py" />
  241. <option value="$PROJECT_DIR$/main_notroll.py" />
  242. <option value="$PROJECT_DIR$/text.py" />
  243. <option value="$PROJECT_DIR$/middlewares.py" />
  244. <option value="$PROJECT_DIR$/spiders/hg3535_zq_status_up.py" />
  245. <option value="$PROJECT_DIR$/spiders/hgjieshu.py" />
  246. <option value="$PROJECT_DIR$/spiders/hg3535_bangqiu.py" />
  247. <option value="$PROJECT_DIR$/items.py" />
  248. <option value="$PROJECT_DIR$/spiders/hg3535_lanqiu.py" />
  249. <option value="$PROJECT_DIR$/spiders/wangqiu.py" />
  250. <option value="$PROJECT_DIR$/main_time.py" />
  251. <option value="$PROJECT_DIR$/spiders/lq_jieshu.py" />
  252. <option value="$PROJECT_DIR$/spiders/wq_jieshu.py" />
  253. <option value="$PROJECT_DIR$/spiders/bq_jieshu.py" />
  254. <option value="$PROJECT_DIR$/spiders/liansai.py" />
  255. <option value="$PROJECT_DIR$/ball_func.py" />
  256. <option value="$PROJECT_DIR$/spiders/bangqiu.py" />
  257. <option value="$PROJECT_DIR$/spiders/roll_bangqiu.py" />
  258. <option value="$PROJECT_DIR$/spiders/zq_jieshu.py" />
  259. <option value="$PROJECT_DIR$/pipelines.py" />
  260. <option value="$PROJECT_DIR$/spiders/roll_wangqiu.py" />
  261. <option value="$PROJECT_DIR$/.gitignore" />
  262. <option value="$PROJECT_DIR$/spiders/guanjun.py" />
  263. <option value="$PROJECT_DIR$/pipeline/ball_func.py" />
  264. <option value="$PROJECT_DIR$/pipeline/guanjun.py" />
  265. <option value="$PROJECT_DIR$/spiders/zuqiu.py" />
  266. <option value="$PROJECT_DIR$/spiders/roll_zuqiu.py" />
  267. <option value="$PROJECT_DIR$/pipeline/roll_zuqiu.py" />
  268. <option value="$PROJECT_DIR$/spiders/lanqiu.py" />
  269. <option value="$PROJECT_DIR$/pipeline/lanqiu.py" />
  270. <option value="$PROJECT_DIR$/pipeline/roll_wangqiu.py" />
  271. <option value="$PROJECT_DIR$/pipeline/roll_bangqiu.py" />
  272. <option value="$PROJECT_DIR$/utils/helper.py" />
  273. <option value="$PROJECT_DIR$/main.py" />
  274. <option value="$PROJECT_DIR$/pipeline/zuqiu.py" />
  275. <option value="$PROJECT_DIR$/settings.py" />
  276. </list>
  277. </option>
  278. </component>
  279. <component name="ProjectFrameBounds" extendedState="6">
  280. <option name="x" value="-8" />
  281. <option name="y" value="-8" />
  282. <option name="width" value="1936" />
  283. <option name="height" value="1066" />
  284. </component>
  285. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  286. <component name="ProjectView">
  287. <navigator proportions="" version="1">
  288. <foldersAlwaysOnTop value="true" />
  289. </navigator>
  290. <panes>
  291. <pane id="Scope" />
  292. <pane id="ProjectPane">
  293. <subPane>
  294. <expand>
  295. <path>
  296. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  297. <item name="hg3535" type="462c0819:PsiDirectoryNode" />
  298. </path>
  299. <path>
  300. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  301. <item name="hg3535" type="462c0819:PsiDirectoryNode" />
  302. <item name="pipeline" type="462c0819:PsiDirectoryNode" />
  303. </path>
  304. <path>
  305. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  306. <item name="hg3535" type="462c0819:PsiDirectoryNode" />
  307. <item name="spiders" type="462c0819:PsiDirectoryNode" />
  308. </path>
  309. <path>
  310. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  311. <item name="hg3535" type="462c0819:PsiDirectoryNode" />
  312. <item name="utils" type="462c0819:PsiDirectoryNode" />
  313. </path>
  314. <path>
  315. <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
  316. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  317. </path>
  318. </expand>
  319. <select />
  320. </subPane>
  321. </pane>
  322. </panes>
  323. </component>
  324. <component name="PropertiesComponent">
  325. <property name="WebServerToolWindowFactoryState" value="false" />
  326. <property name="add_unversioned_files" value="$PROJECT_DIR$/.gitignore" />
  327. <property name="last_opened_file_path" value="$PROJECT_DIR$/../../sports_collect" />
  328. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  329. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  330. <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
  331. </component>
  332. <component name="RecentsManager">
  333. <key name="MoveFile.RECENT_KEYS">
  334. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535" />
  335. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders" />
  336. </key>
  337. <key name="CopyFile.RECENT_KEYS">
  338. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\pipeline" />
  339. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535" />
  340. <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders" />
  341. </key>
  342. </component>
  343. <component name="RunDashboard">
  344. <option name="ruleStates">
  345. <list>
  346. <RuleState>
  347. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  348. </RuleState>
  349. <RuleState>
  350. <option name="name" value="StatusDashboardGroupingRule" />
  351. </RuleState>
  352. </list>
  353. </option>
  354. </component>
  355. <component name="RunManager" selected="Python.main">
  356. <configuration name="halffull" type="PythonConfigurationType" factoryName="Python" temporary="true">
  357. <module name="hg3535" />
  358. <option name="INTERPRETER_OPTIONS" value="" />
  359. <option name="PARENT_ENVS" value="true" />
  360. <envs>
  361. <env name="PYTHONUNBUFFERED" value="1" />
  362. </envs>
  363. <option name="SDK_HOME" value="" />
  364. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  365. <option name="IS_MODULE_SDK" value="true" />
  366. <option name="ADD_CONTENT_ROOTS" value="true" />
  367. <option name="ADD_SOURCE_ROOTS" value="true" />
  368. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  369. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/halffull.py" />
  370. <option name="PARAMETERS" value="" />
  371. <option name="SHOW_COMMAND_LINE" value="false" />
  372. <option name="EMULATE_TERMINAL" value="false" />
  373. <option name="MODULE_MODE" value="false" />
  374. <option name="REDIRECT_INPUT" value="false" />
  375. <option name="INPUT_FILE" value="" />
  376. <method v="2" />
  377. </configuration>
  378. <configuration name="hgjieshu" type="PythonConfigurationType" factoryName="Python" temporary="true">
  379. <module name="hg3535" />
  380. <option name="INTERPRETER_OPTIONS" value="" />
  381. <option name="PARENT_ENVS" value="true" />
  382. <envs>
  383. <env name="PYTHONUNBUFFERED" value="1" />
  384. </envs>
  385. <option name="SDK_HOME" value="" />
  386. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  387. <option name="IS_MODULE_SDK" value="true" />
  388. <option name="ADD_CONTENT_ROOTS" value="true" />
  389. <option name="ADD_SOURCE_ROOTS" value="true" />
  390. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  391. <option name="SCRIPT_NAME" value="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders\zq_jieshu.py" />
  392. <option name="PARAMETERS" value="" />
  393. <option name="SHOW_COMMAND_LINE" value="false" />
  394. <option name="EMULATE_TERMINAL" value="false" />
  395. <option name="MODULE_MODE" value="false" />
  396. <option name="REDIRECT_INPUT" value="false" />
  397. <option name="INPUT_FILE" value="" />
  398. <method v="2" />
  399. </configuration>
  400. <configuration name="liansai" type="PythonConfigurationType" factoryName="Python" temporary="true">
  401. <module name="hg3535" />
  402. <option name="INTERPRETER_OPTIONS" value="" />
  403. <option name="PARENT_ENVS" value="true" />
  404. <envs>
  405. <env name="PYTHONUNBUFFERED" value="1" />
  406. </envs>
  407. <option name="SDK_HOME" value="" />
  408. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  409. <option name="IS_MODULE_SDK" value="true" />
  410. <option name="ADD_CONTENT_ROOTS" value="true" />
  411. <option name="ADD_SOURCE_ROOTS" value="true" />
  412. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  413. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/liansai.py" />
  414. <option name="PARAMETERS" value="" />
  415. <option name="SHOW_COMMAND_LINE" value="false" />
  416. <option name="EMULATE_TERMINAL" value="false" />
  417. <option name="MODULE_MODE" value="false" />
  418. <option name="REDIRECT_INPUT" value="false" />
  419. <option name="INPUT_FILE" value="" />
  420. <method v="2" />
  421. </configuration>
  422. <configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true">
  423. <module name="hg3535" />
  424. <option name="INTERPRETER_OPTIONS" value="" />
  425. <option name="PARENT_ENVS" value="true" />
  426. <envs>
  427. <env name="PYTHONUNBUFFERED" value="1" />
  428. </envs>
  429. <option name="SDK_HOME" value="" />
  430. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  431. <option name="IS_MODULE_SDK" value="true" />
  432. <option name="ADD_CONTENT_ROOTS" value="true" />
  433. <option name="ADD_SOURCE_ROOTS" value="true" />
  434. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  435. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" />
  436. <option name="PARAMETERS" value="" />
  437. <option name="SHOW_COMMAND_LINE" value="false" />
  438. <option name="EMULATE_TERMINAL" value="false" />
  439. <option name="MODULE_MODE" value="false" />
  440. <option name="REDIRECT_INPUT" value="false" />
  441. <option name="INPUT_FILE" value="" />
  442. <method v="2" />
  443. </configuration>
  444. <configuration name="wangqiu" type="PythonConfigurationType" factoryName="Python" temporary="true">
  445. <module name="hg3535" />
  446. <option name="INTERPRETER_OPTIONS" value="" />
  447. <option name="PARENT_ENVS" value="true" />
  448. <envs>
  449. <env name="PYTHONUNBUFFERED" value="1" />
  450. </envs>
  451. <option name="SDK_HOME" value="" />
  452. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
  453. <option name="IS_MODULE_SDK" value="true" />
  454. <option name="ADD_CONTENT_ROOTS" value="true" />
  455. <option name="ADD_SOURCE_ROOTS" value="true" />
  456. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  457. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/wangqiu.py" />
  458. <option name="PARAMETERS" value="" />
  459. <option name="SHOW_COMMAND_LINE" value="false" />
  460. <option name="EMULATE_TERMINAL" value="false" />
  461. <option name="MODULE_MODE" value="false" />
  462. <option name="REDIRECT_INPUT" value="false" />
  463. <option name="INPUT_FILE" value="" />
  464. <method v="2" />
  465. </configuration>
  466. <recent_temporary>
  467. <list>
  468. <item itemvalue="Python.main" />
  469. <item itemvalue="Python.wangqiu" />
  470. <item itemvalue="Python.liansai" />
  471. <item itemvalue="Python.hgjieshu" />
  472. <item itemvalue="Python.halffull" />
  473. </list>
  474. </recent_temporary>
  475. </component>
  476. <component name="SvnConfiguration">
  477. <configuration>C:\Users\admin\AppData\Roaming\Subversion</configuration>
  478. </component>
  479. <component name="TaskManager">
  480. <task active="true" id="Default" summary="Default task">
  481. <changelist id="7fa42e97-ddea-4404-91db-5a9ccc162649" name="Default Changelist" comment="" />
  482. <created>1552361933913</created>
  483. <option name="number" value="Default" />
  484. <option name="presentableId" value="Default" />
  485. <updated>1552361933913</updated>
  486. <workItem from="1552361935189" duration="22939000" />
  487. <workItem from="1552439490626" duration="18066000" />
  488. <workItem from="1552524796712" duration="27465000" />
  489. <workItem from="1552567426062" duration="7518000" />
  490. <workItem from="1552575496568" duration="1826000" />
  491. <workItem from="1552577490969" duration="704000" />
  492. <workItem from="1552580284900" duration="495000" />
  493. <workItem from="1552611273446" duration="5372000" />
  494. <workItem from="1552617365681" duration="4071000" />
  495. <workItem from="1552621477059" duration="24443000" />
  496. <workItem from="1552723083507" duration="1264000" />
  497. <workItem from="1552744211477" duration="1268000" />
  498. <workItem from="1552789416500" duration="25000" />
  499. <workItem from="1552899019763" duration="39045000" />
  500. <workItem from="1553043681027" duration="145839000" />
  501. <workItem from="1553397105996" duration="23148000" />
  502. <workItem from="1553433705348" duration="1018000" />
  503. <workItem from="1553475342218" duration="23428000" />
  504. <workItem from="1553503466782" duration="5588000" />
  505. <workItem from="1553513531340" duration="13843000" />
  506. <workItem from="1553561440191" duration="133112000" />
  507. <workItem from="1553931675476" duration="17232000" />
  508. <workItem from="1554080350424" duration="17288000" />
  509. <workItem from="1554101826084" duration="19370000" />
  510. <workItem from="1554170199956" duration="2159000" />
  511. <workItem from="1554172621503" duration="3788000" />
  512. <workItem from="1554176443957" duration="28339000" />
  513. <workItem from="1554215166308" duration="2338000" />
  514. <workItem from="1554252224751" duration="1384000" />
  515. <workItem from="1554253767232" duration="20266000" />
  516. <workItem from="1554276949053" duration="7482000" />
  517. <workItem from="1554284600072" duration="14592000" />
  518. <workItem from="1554306136130" duration="34310000" />
  519. <workItem from="1554384538601" duration="87371000" />
  520. <workItem from="1554685163974" duration="34853000" />
  521. <workItem from="1554735546675" duration="3652000" />
  522. <workItem from="1554771709150" duration="15315000" />
  523. <workItem from="1554860005406" duration="38399000" />
  524. <workItem from="1554956837583" duration="21067000" />
  525. <workItem from="1554989742904" duration="21354000" />
  526. <workItem from="1555046975903" duration="68970000" />
  527. <workItem from="1555212709284" duration="5832000" />
  528. <workItem from="1555289493716" duration="16563000" />
  529. <workItem from="1555376280859" duration="17600000" />
  530. <workItem from="1555405622542" duration="620000" />
  531. <workItem from="1555406260234" duration="6046000" />
  532. <workItem from="1555414794521" duration="6416000" />
  533. <workItem from="1555462498299" duration="20842000" />
  534. <workItem from="1555498934960" duration="21460000" />
  535. <workItem from="1555566912269" duration="9942000" />
  536. <workItem from="1555579873287" duration="1062000" />
  537. <workItem from="1555635203399" duration="12245000" />
  538. <workItem from="1555658501528" duration="9655000" />
  539. <workItem from="1555671859532" duration="35975000" />
  540. <workItem from="1555893403863" duration="8143000" />
  541. <workItem from="1555916236353" duration="9945000" />
  542. <workItem from="1555981119140" duration="24628000" />
  543. <workItem from="1556067504720" duration="23664000" />
  544. <workItem from="1556106028857" duration="5358000" />
  545. <workItem from="1556161598731" duration="19181000" />
  546. <workItem from="1556240187201" duration="11026000" />
  547. <workItem from="1556254654110" duration="38231000" />
  548. <workItem from="1556500244997" duration="22444000" />
  549. <workItem from="1556584868377" duration="15320000" />
  550. <workItem from="1557018228723" duration="19258000" />
  551. <workItem from="1557293774618" duration="7402000" />
  552. <workItem from="1557364694196" duration="10610000" />
  553. <workItem from="1557379397322" duration="33000" />
  554. <workItem from="1557379446771" duration="4219000" />
  555. <workItem from="1557396895400" duration="1197000" />
  556. <workItem from="1557407270851" duration="1123000" />
  557. <workItem from="1557452403593" duration="19346000" />
  558. <workItem from="1557709837370" duration="7351000" />
  559. <workItem from="1557732817014" duration="849000" />
  560. <workItem from="1557796929696" duration="16710000" />
  561. <workItem from="1557882171427" duration="10493000" />
  562. <workItem from="1557912853175" duration="15000" />
  563. <workItem from="1557975839431" duration="2154000" />
  564. <workItem from="1558073764460" duration="791000" />
  565. <workItem from="1558336021790" duration="10087000" />
  566. <workItem from="1558350644883" duration="488000" />
  567. <workItem from="1558400741265" duration="650000" />
  568. <workItem from="1558404700616" duration="5457000" />
  569. <workItem from="1558419261499" duration="10550000" />
  570. <workItem from="1558438097772" duration="25035000" />
  571. <workItem from="1558506590036" duration="13475000" />
  572. <workItem from="1558523229860" duration="749000" />
  573. <workItem from="1558529201114" duration="63104000" />
  574. <workItem from="1558918879384" duration="20712000" />
  575. <workItem from="1558946386286" duration="5906000" />
  576. <workItem from="1559183149389" duration="6526000" />
  577. <workItem from="1559817639837" duration="2439000" />
  578. <workItem from="1559820318166" duration="6091000" />
  579. <workItem from="1560128279184" duration="2486000" />
  580. <workItem from="1564469892436" duration="10885000" />
  581. <workItem from="1565231417256" duration="1894000" />
  582. <workItem from="1565242895579" duration="17130000" />
  583. <workItem from="1565274288542" duration="629000" />
  584. <workItem from="1565574821845" duration="1238000" />
  585. <workItem from="1566802827516" duration="684000" />
  586. <workItem from="1566871828920" duration="61000" />
  587. <workItem from="1566872141146" duration="9146000" />
  588. </task>
  589. <task id="LOCAL-00001" summary="修改后,版本二">
  590. <created>1555727493584</created>
  591. <option name="number" value="00001" />
  592. <option name="presentableId" value="LOCAL-00001" />
  593. <option name="project" value="LOCAL" />
  594. <updated>1555727493585</updated>
  595. </task>
  596. <task id="LOCAL-00002" summary="修改联赛url">
  597. <created>1555727573940</created>
  598. <option name="number" value="00002" />
  599. <option name="presentableId" value="LOCAL-00002" />
  600. <option name="project" value="LOCAL" />
  601. <updated>1555727573940</updated>
  602. </task>
  603. <task id="LOCAL-00003" summary="修改联赛错误">
  604. <created>1555727734616</created>
  605. <option name="number" value="00003" />
  606. <option name="presentableId" value="LOCAL-00003" />
  607. <option name="project" value="LOCAL" />
  608. <updated>1555727734616</updated>
  609. </task>
  610. <task id="LOCAL-00004" summary="修改冠军,导入错误">
  611. <created>1555727939763</created>
  612. <option name="number" value="00004" />
  613. <option name="presentableId" value="LOCAL-00004" />
  614. <option name="project" value="LOCAL" />
  615. <updated>1555727939763</updated>
  616. </task>
  617. <task id="LOCAL-00005" summary="修改棒球,联赛无法写入">
  618. <created>1555728369459</created>
  619. <option name="number" value="00005" />
  620. <option name="presentableId" value="LOCAL-00005" />
  621. <option name="project" value="LOCAL" />
  622. <updated>1555728369459</updated>
  623. </task>
  624. <task id="LOCAL-00006" summary="修改冠军,联赛url">
  625. <created>1555747152483</created>
  626. <option name="number" value="00006" />
  627. <option name="presentableId" value="LOCAL-00006" />
  628. <option name="project" value="LOCAL" />
  629. <updated>1555747152483</updated>
  630. </task>
  631. <task id="LOCAL-00007" summary="不启用,scrapy_deltafetch">
  632. <created>1555902621561</created>
  633. <option name="number" value="00007" />
  634. <option name="presentableId" value="LOCAL-00007" />
  635. <option name="project" value="LOCAL" />
  636. <updated>1555902621561</updated>
  637. </task>
  638. <task id="LOCAL-00008" summary="修改棒球联赛表写入错误">
  639. <created>1555925357368</created>
  640. <option name="number" value="00008" />
  641. <option name="presentableId" value="LOCAL-00008" />
  642. <option name="project" value="LOCAL" />
  643. <updated>1555925357368</updated>
  644. </task>
  645. <task id="LOCAL-00009" summary="修改冠军">
  646. <created>1555989344488</created>
  647. <option name="number" value="00009" />
  648. <option name="presentableId" value="LOCAL-00009" />
  649. <option name="project" value="LOCAL" />
  650. <updated>1555989344488</updated>
  651. </task>
  652. <task id="LOCAL-00010" summary="联赛添加redis测试">
  653. <created>1556014183609</created>
  654. <option name="number" value="00010" />
  655. <option name="presentableId" value="LOCAL-00010" />
  656. <option name="project" value="LOCAL" />
  657. <updated>1556014183609</updated>
  658. </task>
  659. <task id="LOCAL-00011" summary="联赛添加冠军,联赛过滤">
  660. <created>1556102057191</created>
  661. <option name="number" value="00011" />
  662. <option name="presentableId" value="LOCAL-00011" />
  663. <option name="project" value="LOCAL" />
  664. <updated>1556102057191</updated>
  665. </task>
  666. <task id="LOCAL-00012" summary="修改足球,篮球赔率表插入">
  667. <created>1556186556377</created>
  668. <option name="number" value="00012" />
  669. <option name="presentableId" value="LOCAL-00012" />
  670. <option name="project" value="LOCAL" />
  671. <updated>1556186556377</updated>
  672. </task>
  673. <task id="LOCAL-00013" summary="修改赔率条件,部分赔率减1">
  674. <created>1556430855618</created>
  675. <option name="number" value="00013" />
  676. <option name="presentableId" value="LOCAL-00013" />
  677. <option name="project" value="LOCAL" />
  678. <updated>1556430855618</updated>
  679. </task>
  680. <task id="LOCAL-00014" summary="添加冠军赛事信息,到赛事表中">
  681. <created>1557042186914</created>
  682. <option name="number" value="00014" />
  683. <option name="presentableId" value="LOCAL-00014" />
  684. <option name="project" value="LOCAL" />
  685. <updated>1557042186914</updated>
  686. </task>
  687. <task id="LOCAL-00015" summary="修改setting">
  688. <created>1557050308399</created>
  689. <option name="number" value="00015" />
  690. <option name="presentableId" value="LOCAL-00015" />
  691. <option name="project" value="LOCAL" />
  692. <updated>1557050308399</updated>
  693. </task>
  694. <task id="LOCAL-00016" summary="更新">
  695. <created>1557372165553</created>
  696. <option name="number" value="00016" />
  697. <option name="presentableId" value="LOCAL-00016" />
  698. <option name="project" value="LOCAL" />
  699. <updated>1557372165553</updated>
  700. </task>
  701. <task id="LOCAL-00017" summary="'更新'">
  702. <created>1557379530550</created>
  703. <option name="number" value="00017" />
  704. <option name="presentableId" value="LOCAL-00017" />
  705. <option name="project" value="LOCAL" />
  706. <updated>1557379530550</updated>
  707. </task>
  708. <task id="LOCAL-00018" summary="'更新'">
  709. <created>1557466497083</created>
  710. <option name="number" value="00018" />
  711. <option name="presentableId" value="LOCAL-00018" />
  712. <option name="project" value="LOCAL" />
  713. <updated>1557466497083</updated>
  714. </task>
  715. <task id="LOCAL-00019" summary="'更新'">
  716. <created>1557466602178</created>
  717. <option name="number" value="00019" />
  718. <option name="presentableId" value="LOCAL-00019" />
  719. <option name="project" value="LOCAL" />
  720. <updated>1557466602178</updated>
  721. </task>
  722. <task id="LOCAL-00020" summary="'更新日志按天输出'">
  723. <created>1558345052627</created>
  724. <option name="number" value="00020" />
  725. <option name="presentableId" value="LOCAL-00020" />
  726. <option name="project" value="LOCAL" />
  727. <updated>1558345052627</updated>
  728. </task>
  729. <task id="LOCAL-00021" summary="更新">
  730. <created>1559187739192</created>
  731. <option name="number" value="00021" />
  732. <option name="presentableId" value="LOCAL-00021" />
  733. <option name="project" value="LOCAL" />
  734. <updated>1559187739192</updated>
  735. </task>
  736. <task id="LOCAL-00022" summary="更新">
  737. <created>1559820382430</created>
  738. <option name="number" value="00022" />
  739. <option name="presentableId" value="LOCAL-00022" />
  740. <option name="project" value="LOCAL" />
  741. <updated>1559820382430</updated>
  742. </task>
  743. <task id="LOCAL-00023" summary="更新">
  744. <created>1559820458233</created>
  745. <option name="number" value="00023" />
  746. <option name="presentableId" value="LOCAL-00023" />
  747. <option name="project" value="LOCAL" />
  748. <updated>1559820458233</updated>
  749. </task>
  750. <task id="LOCAL-00024" summary="更新">
  751. <created>1559832627997</created>
  752. <option name="number" value="00024" />
  753. <option name="presentableId" value="LOCAL-00024" />
  754. <option name="project" value="LOCAL" />
  755. <updated>1559832627998</updated>
  756. </task>
  757. <task id="LOCAL-00025" summary="更新">
  758. <created>1559832648593</created>
  759. <option name="number" value="00025" />
  760. <option name="presentableId" value="LOCAL-00025" />
  761. <option name="project" value="LOCAL" />
  762. <updated>1559832648593</updated>
  763. </task>
  764. <task id="LOCAL-00026" summary="updata">
  765. <created>1564470177370</created>
  766. <option name="number" value="00026" />
  767. <option name="presentableId" value="LOCAL-00026" />
  768. <option name="project" value="LOCAL" />
  769. <updated>1564470177370</updated>
  770. </task>
  771. <task id="LOCAL-00027" summary="updata">
  772. <created>1564470231379</created>
  773. <option name="number" value="00027" />
  774. <option name="presentableId" value="LOCAL-00027" />
  775. <option name="project" value="LOCAL" />
  776. <updated>1564470231379</updated>
  777. </task>
  778. <task id="LOCAL-00028" summary="updata">
  779. <created>1564470360034</created>
  780. <option name="number" value="00028" />
  781. <option name="presentableId" value="LOCAL-00028" />
  782. <option name="project" value="LOCAL" />
  783. <updated>1564470360034</updated>
  784. </task>
  785. <task id="LOCAL-00029" summary="updata">
  786. <created>1564470453693</created>
  787. <option name="number" value="00029" />
  788. <option name="presentableId" value="LOCAL-00029" />
  789. <option name="project" value="LOCAL" />
  790. <updated>1564470453693</updated>
  791. </task>
  792. <option name="localTasksCounter" value="30" />
  793. <servers />
  794. </component>
  795. <component name="TimeTrackingManager">
  796. <option name="totallyTimeSpent" value="1624326000" />
  797. </component>
  798. <component name="TodoView">
  799. <todo-panel id="selected-file">
  800. <is-autoscroll-to-source value="true" />
  801. </todo-panel>
  802. <todo-panel id="all">
  803. <are-packages-shown value="true" />
  804. <is-autoscroll-to-source value="true" />
  805. </todo-panel>
  806. </component>
  807. <component name="ToolWindowManager">
  808. <frame x="-8" y="-8" width="1936" height="1066" extended-state="6" />
  809. <layout>
  810. <window_info content_ui="combo" id="Project" order="0" sideWeight="0.71173847" visible="true" weight="0.15191898" />
  811. <window_info id="Structure" order="1" sideWeight="0.2882615" side_tool="true" weight="0.1108742" />
  812. <window_info id="Favorites" order="2" sideWeight="0.5013405" side_tool="true" weight="0.108208954" />
  813. <window_info anchor="bottom" id="Message" order="0" />
  814. <window_info anchor="bottom" id="Find" order="1" weight="0.32832617" />
  815. <window_info anchor="bottom" id="Debug" order="2" sideWeight="0.49946696" weight="0.37982833" />
  816. <window_info anchor="bottom" id="Cvs" order="3" weight="0.25" />
  817. <window_info anchor="bottom" id="Inspection" order="4" weight="0.4" />
  818. <window_info anchor="bottom" id="TODO" order="5" weight="0.32832617" />
  819. <window_info anchor="bottom" id="Docker" order="6" show_stripe_button="false" />
  820. <window_info anchor="bottom" id="Version Control" order="7" weight="0.1555794" />
  821. <window_info anchor="bottom" id="Database Changes" order="8" />
  822. <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.50692964" side_tool="true" weight="0.3858521" />
  823. <window_info anchor="bottom" x="22" y="376" width="1876" height="298" id="Terminal" order="10" sideWeight="0.49307036" weight="0.444206" />
  824. <window_info anchor="bottom" id="Python Console" order="11" sideWeight="0.49946696" weight="0.4356223" />
  825. <window_info active="true" anchor="bottom" id="Run" order="12" sideWeight="0.87473345" visible="true" weight="0.6051502" />
  826. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  827. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  828. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  829. <window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
  830. <window_info anchor="right" id="Database" order="4" weight="0.32995737" />
  831. <window_info anchor="right" id="R Packages" order="5" weight="0.32889125" />
  832. <window_info anchor="right" id="R Graphics" order="6" weight="0.32995737" />
  833. </layout>
  834. <layout-to-restore>
  835. <window_info content_ui="combo" id="Project" order="0" sideWeight="0.71173847" visible="true" weight="0.13539445" />
  836. <window_info id="Structure" order="1" sideWeight="0.2882615" side_tool="true" weight="0.1108742" />
  837. <window_info id="Favorites" order="2" sideWeight="0.5013405" side_tool="true" weight="0.108208954" />
  838. <window_info anchor="bottom" id="Message" order="0" />
  839. <window_info anchor="bottom" id="Find" order="1" weight="0.3290461" />
  840. <window_info anchor="bottom" id="Debug" order="2" sideWeight="0.49946696" weight="0.30686694" />
  841. <window_info anchor="bottom" id="Cvs" order="3" weight="0.25" />
  842. <window_info anchor="bottom" id="Inspection" order="4" weight="0.4" />
  843. <window_info anchor="bottom" id="TODO" order="5" weight="0.32832617" />
  844. <window_info anchor="bottom" id="Docker" order="6" show_stripe_button="false" />
  845. <window_info anchor="bottom" id="Version Control" order="7" weight="0.2918455" />
  846. <window_info anchor="bottom" id="Database Changes" order="8" />
  847. <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.5053305" side_tool="true" weight="0.40128756" />
  848. <window_info anchor="bottom" x="22" y="376" width="1876" height="298" id="Terminal" order="10" sideWeight="0.4946695" weight="0.29291844" />
  849. <window_info anchor="bottom" id="Python Console" order="11" sideWeight="0.49946696" weight="0.41309014" />
  850. <window_info active="true" anchor="bottom" id="Run" order="12" sideWeight="0.4946695" visible="true" weight="0.5214592" />
  851. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  852. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  853. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  854. <window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
  855. <window_info anchor="right" id="Database" order="4" weight="0.32995737" />
  856. <window_info anchor="right" id="R Packages" order="5" weight="0.32889125" />
  857. <window_info anchor="right" id="R Graphics" order="6" weight="0.32995737" />
  858. </layout-to-restore>
  859. </component>
  860. <component name="TypeScriptGeneratedFilesManager">
  861. <option name="version" value="1" />
  862. </component>
  863. <component name="UnknownFeatures">
  864. <option featureType="com.intellij.fileTypeFactory" implementationName="*.log" />
  865. </component>
  866. <component name="Vcs.Log.Tabs.Properties">
  867. <option name="TAB_STATES">
  868. <map>
  869. <entry key="MAIN">
  870. <value>
  871. <State>
  872. <option name="RECENTLY_FILTERED_USER_GROUPS">
  873. <collection />
  874. </option>
  875. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  876. <collection />
  877. </option>
  878. <option name="COLUMN_ORDER">
  879. <list>
  880. <option value="0" />
  881. <option value="1" />
  882. <option value="2" />
  883. <option value="3" />
  884. </list>
  885. </option>
  886. </State>
  887. </value>
  888. </entry>
  889. </map>
  890. </option>
  891. <option name="RECENT_FILTERS">
  892. <map>
  893. <entry key="Branch">
  894. <value>
  895. <list />
  896. </value>
  897. </entry>
  898. <entry key="User">
  899. <value>
  900. <list />
  901. </value>
  902. </entry>
  903. </map>
  904. </option>
  905. </component>
  906. <component name="VcsManagerConfiguration">
  907. <MESSAGE value="修改后,版本二" />
  908. <MESSAGE value="修改联赛url" />
  909. <MESSAGE value="修改联赛错误" />
  910. <MESSAGE value="修改冠军,导入错误" />
  911. <MESSAGE value="修改棒球,联赛无法写入" />
  912. <MESSAGE value="修改冠军,联赛url" />
  913. <MESSAGE value="不启用,scrapy_deltafetch" />
  914. <MESSAGE value="修改棒球联赛表写入错误" />
  915. <MESSAGE value="修改冠军" />
  916. <MESSAGE value="联赛添加redis测试" />
  917. <MESSAGE value="联赛添加冠军,联赛过滤" />
  918. <MESSAGE value="修改足球,篮球赔率表插入" />
  919. <MESSAGE value="修改赔率条件,部分赔率减1" />
  920. <MESSAGE value="添加冠军赛事信息,到赛事表中" />
  921. <MESSAGE value="修改setting" />
  922. <MESSAGE value="Merge http://git.meme100.com:10180/aqm/sports_scrapy&#10;&#10;# Conflicts:&#10;#&#9;hg3535/settings.py" />
  923. <MESSAGE value="Merge http://git.meme100.com:10180/aqm/sports_scrapy&#10;&#10;# Conflicts:&#10;#&#9;hg3535/settings.py&#10;'更新'" />
  924. <MESSAGE value="'更新'" />
  925. <MESSAGE value="'更新日志按天输出'" />
  926. <MESSAGE value="更新" />
  927. <MESSAGE value="updata" />
  928. <option name="LAST_COMMIT_MESSAGE" value="updata" />
  929. </component>
  930. <component name="XDebuggerManager">
  931. <breakpoint-manager>
  932. <breakpoints>
  933. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  934. <url>file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy_deltafetch/middleware.py</url>
  935. <line>84</line>
  936. <option name="timeStamp" value="4" />
  937. </line-breakpoint>
  938. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  939. <url>file://$PROJECT_DIR$/spiders/zuqiu.py</url>
  940. <line>38</line>
  941. <option name="timeStamp" value="9" />
  942. </line-breakpoint>
  943. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  944. <url>file://$PROJECT_DIR$/spiders/zuqiu.py</url>
  945. <line>64</line>
  946. <option name="timeStamp" value="10" />
  947. </line-breakpoint>
  948. </breakpoints>
  949. <default-breakpoints>
  950. <breakpoint type="python-exception">
  951. <properties notifyOnTerminate="true" exception="BaseException">
  952. <option name="notifyOnTerminate" value="true" />
  953. </properties>
  954. </breakpoint>
  955. </default-breakpoints>
  956. </breakpoint-manager>
  957. </component>
  958. <component name="debuggerHistoryManager">
  959. <expressions id="watch">
  960. <expression>
  961. <expression-string>value['t1']</expression-string>
  962. <language-id>Python</language-id>
  963. <evaluation-mode>EXPRESSION</evaluation-mode>
  964. </expression>
  965. </expressions>
  966. <expressions id="setValue">
  967. <expression>
  968. <expression-string>'UPDATE xq_table SET xq = 11111111 whever id = 3074316;'</expression-string>
  969. <language-id>Python</language-id>
  970. <evaluation-mode>EXPRESSION</evaluation-mode>
  971. </expression>
  972. </expressions>
  973. </component>
  974. <component name="editorHistoryManager">
  975. <entry file="file://$PROJECT_DIR$/log/zq_jieshu_2019_5_27.log" />
  976. <entry file="file://$PROJECT_DIR$/spiders/bq_jieshu.py" />
  977. <entry file="file://$PROJECT_DIR$/spiders/lq_jieshu.py" />
  978. <entry file="file://$PROJECT_DIR$/spiders/liansai.py">
  979. <provider selected="true" editor-type-id="text-editor">
  980. <state relative-caret-position="209">
  981. <caret line="49" column="53" lean-forward="true" selection-start-line="49" selection-start-column="53" selection-end-line="49" selection-end-column="53" />
  982. <folding>
  983. <element signature="e#24#39#0" expanded="true" />
  984. </folding>
  985. </state>
  986. </provider>
  987. </entry>
  988. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/_strptime.py">
  989. <provider selected="true" editor-type-id="text-editor">
  990. <state relative-caret-position="151">
  991. <caret line="325" selection-start-line="325" selection-end-line="325" />
  992. </state>
  993. </provider>
  994. </entry>
  995. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/middleware.py">
  996. <provider selected="true" editor-type-id="text-editor">
  997. <state relative-caret-position="172">
  998. <caret line="64" selection-start-line="64" selection-end-line="64" />
  999. </state>
  1000. </provider>
  1001. </entry>
  1002. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/pipelines/__init__.py">
  1003. <provider selected="true" editor-type-id="text-editor">
  1004. <state relative-caret-position="396">
  1005. <caret line="23" selection-start-line="23" selection-end-line="23" />
  1006. </state>
  1007. </provider>
  1008. </entry>
  1009. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/core/scraper.py">
  1010. <provider selected="true" editor-type-id="text-editor">
  1011. <state relative-caret-position="159">
  1012. <caret line="185" selection-start-line="185" selection-end-line="185" />
  1013. </state>
  1014. </provider>
  1015. </entry>
  1016. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/utils/defer.py">
  1017. <provider selected="true" editor-type-id="text-editor">
  1018. <state relative-caret-position="151">
  1019. <caret line="62" selection-start-line="62" selection-end-line="62" />
  1020. </state>
  1021. </provider>
  1022. </entry>
  1023. <entry file="file://$PROJECT_DIR$/spiders/roll_lanqiu.py">
  1024. <provider selected="true" editor-type-id="text-editor">
  1025. <state relative-caret-position="-3480">
  1026. <caret line="37" column="14" selection-start-line="37" selection-start-column="12" selection-end-line="37" selection-end-column="23" />
  1027. <folding>
  1028. <element signature="e#24#39#0" expanded="true" />
  1029. </folding>
  1030. </state>
  1031. </provider>
  1032. </entry>
  1033. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/twisted/internet/defer.py">
  1034. <provider selected="true" editor-type-id="text-editor">
  1035. <state relative-caret-position="11484">
  1036. <caret line="653" selection-start-line="653" selection-end-line="653" />
  1037. </state>
  1038. </provider>
  1039. </entry>
  1040. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/twisted/python/failure.py">
  1041. <provider selected="true" editor-type-id="text-editor">
  1042. <state relative-caret-position="4158">
  1043. <caret line="242" selection-start-line="242" selection-end-line="242" />
  1044. </state>
  1045. </provider>
  1046. </entry>
  1047. <entry file="file://$PROJECT_DIR$/spiders/bangqiu.py">
  1048. <provider selected="true" editor-type-id="text-editor">
  1049. <state relative-caret-position="3132">
  1050. <caret line="174" column="74" lean-forward="true" selection-start-line="174" selection-start-column="74" selection-end-line="174" selection-end-column="74" />
  1051. <folding>
  1052. <element signature="e#24#35#0" expanded="true" />
  1053. </folding>
  1054. </state>
  1055. </provider>
  1056. </entry>
  1057. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/psycopg2/extras.py">
  1058. <provider selected="true" editor-type-id="text-editor">
  1059. <state relative-caret-position="1944">
  1060. <caret line="140" selection-start-line="140" selection-end-line="140" />
  1061. </state>
  1062. </provider>
  1063. </entry>
  1064. <entry file="file://$PROJECT_DIR$/spiders/wq_jieshu.py" />
  1065. <entry file="file://$PROJECT_DIR$/spiders/__init__.py">
  1066. <provider selected="true" editor-type-id="text-editor" />
  1067. </entry>
  1068. <entry file="file://$PROJECT_DIR$/.gitignore">
  1069. <provider selected="true" editor-type-id="text-editor">
  1070. <state relative-caret-position="198">
  1071. <caret line="11" column="1" selection-start-line="11" selection-start-column="1" selection-end-line="11" selection-end-column="1" />
  1072. </state>
  1073. </provider>
  1074. </entry>
  1075. <entry file="file://$PROJECT_DIR$/requirements.txt">
  1076. <provider selected="true" editor-type-id="text-editor">
  1077. <state relative-caret-position="-530" />
  1078. </provider>
  1079. </entry>
  1080. <entry file="file://$PROJECT_DIR$/roll.py">
  1081. <provider selected="true" editor-type-id="text-editor">
  1082. <state>
  1083. <folding>
  1084. <element signature="e#0#11#0" expanded="true" />
  1085. </folding>
  1086. </state>
  1087. </provider>
  1088. </entry>
  1089. <entry file="file://$PROJECT_DIR$/__init__.py">
  1090. <provider selected="true" editor-type-id="text-editor" />
  1091. </entry>
  1092. <entry file="file://$PROJECT_DIR$/items.py">
  1093. <provider selected="true" editor-type-id="text-editor">
  1094. <state relative-caret-position="1426">
  1095. <caret line="472" selection-start-line="472" selection-end-line="472" />
  1096. </state>
  1097. </provider>
  1098. </entry>
  1099. <entry file="file://$PROJECT_DIR$/jianting.py">
  1100. <provider selected="true" editor-type-id="text-editor" />
  1101. </entry>
  1102. <entry file="file://$PROJECT_DIR$/main_time.py">
  1103. <provider selected="true" editor-type-id="text-editor">
  1104. <state relative-caret-position="-86">
  1105. <caret line="11" selection-start-line="11" selection-end-line="11" />
  1106. </state>
  1107. </provider>
  1108. </entry>
  1109. <entry file="file://$PROJECT_DIR$/ball_func.py">
  1110. <provider selected="true" editor-type-id="text-editor">
  1111. <state relative-caret-position="511">
  1112. <caret line="145" selection-start-line="145" selection-end-line="145" />
  1113. </state>
  1114. </provider>
  1115. </entry>
  1116. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/utils/trackref.py">
  1117. <provider selected="true" editor-type-id="text-editor">
  1118. <state relative-caret-position="486">
  1119. <caret line="32" selection-start-line="32" selection-end-line="32" />
  1120. </state>
  1121. </provider>
  1122. </entry>
  1123. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/http/request/__init__.py">
  1124. <provider selected="true" editor-type-id="text-editor">
  1125. <state relative-caret-position="202">
  1126. <caret line="78" selection-start-line="78" selection-end-line="78" />
  1127. </state>
  1128. </provider>
  1129. </entry>
  1130. <entry file="file://$PROJECT_DIR$/spiders/zq_jieshu.py" />
  1131. <entry file="file://$PROJECT_DIR$/pipeline/__init__.py">
  1132. <provider selected="true" editor-type-id="text-editor" />
  1133. </entry>
  1134. <entry file="file://$PROJECT_DIR$/pipeline/guanjun.py">
  1135. <provider selected="true" editor-type-id="text-editor">
  1136. <state relative-caret-position="18">
  1137. <caret line="32" column="57" selection-start-line="32" selection-start-column="57" selection-end-line="32" selection-end-column="57" />
  1138. <folding>
  1139. <element signature="e#18#32#0" expanded="true" />
  1140. </folding>
  1141. </state>
  1142. </provider>
  1143. </entry>
  1144. <entry file="file://$PROJECT_DIR$/spiders/wqbodan.py">
  1145. <provider selected="true" editor-type-id="text-editor">
  1146. <state relative-caret-position="-1152" />
  1147. </provider>
  1148. </entry>
  1149. <entry file="file://$PROJECT_DIR$/pipeline/roll_zuqiu.py">
  1150. <provider selected="true" editor-type-id="text-editor">
  1151. <state relative-caret-position="3708">
  1152. <caret line="211" column="57" selection-start-line="211" selection-start-column="57" selection-end-line="211" selection-end-column="57" />
  1153. </state>
  1154. </provider>
  1155. </entry>
  1156. <entry file="file://$PROJECT_DIR$/spiders/roll_zuqiu.py">
  1157. <provider selected="true" editor-type-id="text-editor">
  1158. <state relative-caret-position="4038">
  1159. <caret line="434" column="48" selection-start-line="434" selection-start-column="48" selection-end-line="434" selection-end-column="48" />
  1160. </state>
  1161. </provider>
  1162. </entry>
  1163. <entry file="file://$PROJECT_DIR$/pipeline/lanqiu.py">
  1164. <provider selected="true" editor-type-id="text-editor">
  1165. <state relative-caret-position="162">
  1166. <caret line="356" column="17" selection-start-line="356" selection-start-column="11" selection-end-line="356" selection-end-column="22" />
  1167. </state>
  1168. </provider>
  1169. </entry>
  1170. <entry file="file://$PROJECT_DIR$/spiders/lanqiu.py">
  1171. <provider selected="true" editor-type-id="text-editor">
  1172. <state relative-caret-position="3">
  1173. <caret line="513" column="35" selection-start-line="513" selection-start-column="24" selection-end-line="513" selection-end-column="35" />
  1174. <folding>
  1175. <element signature="e#24#35#0" expanded="true" />
  1176. </folding>
  1177. </state>
  1178. </provider>
  1179. </entry>
  1180. <entry file="file://$PROJECT_DIR$/pipeline/bangqiu.py">
  1181. <provider selected="true" editor-type-id="text-editor">
  1182. <state relative-caret-position="-5382">
  1183. <folding>
  1184. <element signature="e#0#15#0" expanded="true" />
  1185. </folding>
  1186. </state>
  1187. </provider>
  1188. </entry>
  1189. <entry file="file://$PROJECT_DIR$/spiders/roll_bangqiu.py">
  1190. <provider selected="true" editor-type-id="text-editor">
  1191. <state relative-caret-position="-1094">
  1192. <caret line="175" lean-forward="true" selection-start-line="175" selection-end-line="175" />
  1193. <folding>
  1194. <element signature="e#46#61#0" expanded="true" />
  1195. </folding>
  1196. </state>
  1197. </provider>
  1198. </entry>
  1199. <entry file="file://$PROJECT_DIR$/pipeline/ball_func.py">
  1200. <provider selected="true" editor-type-id="text-editor">
  1201. <state relative-caret-position="342">
  1202. <caret line="30" column="9" lean-forward="true" selection-start-line="30" selection-start-column="9" selection-end-line="30" selection-end-column="9" />
  1203. <folding>
  1204. <element signature="e#0#15#0" expanded="true" />
  1205. </folding>
  1206. </state>
  1207. </provider>
  1208. </entry>
  1209. <entry file="file://$PROJECT_DIR$/spiders/wangqiu.py">
  1210. <provider selected="true" editor-type-id="text-editor">
  1211. <state relative-caret-position="-3024">
  1212. <caret line="14" column="20" selection-start-line="14" selection-start-column="20" selection-end-line="14" selection-end-column="20" />
  1213. </state>
  1214. </provider>
  1215. </entry>
  1216. <entry file="file://$PROJECT_DIR$/pipeline/wangqiu.py">
  1217. <provider selected="true" editor-type-id="text-editor">
  1218. <state relative-caret-position="-4896">
  1219. <folding>
  1220. <element signature="e#0#15#0" expanded="true" />
  1221. </folding>
  1222. </state>
  1223. </provider>
  1224. </entry>
  1225. <entry file="file://$PROJECT_DIR$/spiders/guanjun.py">
  1226. <provider selected="true" editor-type-id="text-editor">
  1227. <state relative-caret-position="-252">
  1228. <caret line="10" selection-start-line="10" selection-end-line="10" />
  1229. <folding>
  1230. <element signature="e#38#53#0" expanded="true" />
  1231. </folding>
  1232. </state>
  1233. </provider>
  1234. </entry>
  1235. <entry file="file://$PROJECT_DIR$/spiders/roll_wangqiu.py">
  1236. <provider selected="true" editor-type-id="text-editor">
  1237. <state relative-caret-position="-3204">
  1238. <caret line="64" selection-start-line="64" selection-end-line="64" />
  1239. <folding>
  1240. <element signature="e#24#39#0" expanded="true" />
  1241. </folding>
  1242. </state>
  1243. </provider>
  1244. </entry>
  1245. <entry file="file://$PROJECT_DIR$/pipeline/roll_bangqiu.py">
  1246. <provider selected="true" editor-type-id="text-editor">
  1247. <state relative-caret-position="1206">
  1248. <caret line="76" column="39" selection-start-line="76" selection-start-column="39" selection-end-line="76" selection-end-column="39" />
  1249. <folding>
  1250. <element signature="e#0#15#0" expanded="true" />
  1251. </folding>
  1252. </state>
  1253. </provider>
  1254. </entry>
  1255. <entry file="file://$PROJECT_DIR$/pipeline/roll_wangqiu.py">
  1256. <provider selected="true" editor-type-id="text-editor">
  1257. <state relative-caret-position="1171">
  1258. <caret line="88" selection-start-line="88" selection-end-line="100" selection-end-column="56" />
  1259. <folding>
  1260. <element signature="e#0#15#0" expanded="true" />
  1261. </folding>
  1262. </state>
  1263. </provider>
  1264. </entry>
  1265. <entry file="file://$PROJECT_DIR$/pipeline/roll_lanqiu.py">
  1266. <provider selected="true" editor-type-id="text-editor">
  1267. <state>
  1268. <folding>
  1269. <element signature="e#0#14#0" expanded="true" />
  1270. </folding>
  1271. </state>
  1272. </provider>
  1273. </entry>
  1274. <entry file="file://$PROJECT_DIR$/middlewares.py">
  1275. <provider selected="true" editor-type-id="text-editor">
  1276. <state relative-caret-position="259">
  1277. <caret line="134" selection-start-line="134" selection-end-line="134" />
  1278. </state>
  1279. </provider>
  1280. </entry>
  1281. <entry file="file://$PROJECT_DIR$/pipelines.py">
  1282. <provider selected="true" editor-type-id="text-editor">
  1283. <state relative-caret-position="691">
  1284. <caret line="1294" column="17" selection-start-line="1294" selection-start-column="17" selection-end-line="1294" selection-end-column="17" />
  1285. </state>
  1286. </provider>
  1287. </entry>
  1288. <entry file="file://$PROJECT_DIR$/spiders/zuqiu.py">
  1289. <provider selected="true" editor-type-id="text-editor">
  1290. <state relative-caret-position="468">
  1291. <caret line="38" selection-start-line="38" selection-end-line="38" />
  1292. </state>
  1293. </provider>
  1294. </entry>
  1295. <entry file="file://$PROJECT_DIR$/utils/helper.py">
  1296. <provider selected="true" editor-type-id="text-editor">
  1297. <state relative-caret-position="144">
  1298. <caret line="11" column="97" selection-start-line="11" selection-start-column="84" selection-end-line="11" selection-end-column="113" />
  1299. </state>
  1300. </provider>
  1301. </entry>
  1302. <entry file="file://$PROJECT_DIR$/main.py">
  1303. <provider selected="true" editor-type-id="text-editor">
  1304. <state relative-caret-position="198">
  1305. <caret line="13" column="41" selection-start-line="13" selection-start-column="41" selection-end-line="13" selection-end-column="41" />
  1306. </state>
  1307. </provider>
  1308. </entry>
  1309. <entry file="file://$PROJECT_DIR$/pipeline/zuqiu.py">
  1310. <provider selected="true" editor-type-id="text-editor">
  1311. <state relative-caret-position="12024">
  1312. <caret line="683" column="137" selection-start-line="683" selection-start-column="137" selection-end-line="683" selection-end-column="137" />
  1313. <folding>
  1314. <element signature="e#0#14#0" expanded="true" />
  1315. </folding>
  1316. </state>
  1317. </provider>
  1318. </entry>
  1319. <entry file="file://$PROJECT_DIR$/settings.py">
  1320. <provider selected="true" editor-type-id="text-editor">
  1321. <state relative-caret-position="-2584">
  1322. <caret line="31" column="21" selection-start-line="31" selection-start-column="21" selection-end-line="31" selection-end-column="21" />
  1323. </state>
  1324. </provider>
  1325. </entry>
  1326. </component>
  1327. </project>