workspace.xml 79 KB

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