workspace.xml 60 KB

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