workspace.xml 78 KB

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