| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ChangeListManager">
- <list default="true" id="7fa42e97-ddea-4404-91db-5a9ccc162649" name="Default Changelist" comment="">
- <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/not_roll.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/pipeline/ball_func.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/pipeline/guanjun.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/pipeline/lanqiu.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/pipeline/roll_lanqiu.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/pipeline/roll_zuqiu.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/pipeline/zuqiu.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/roll.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/__init__.py" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/utils/helper.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/__init__.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/ball_func.py" beforeDir="false" afterPath="$PROJECT_DIR$/ball_func.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/items.py" beforeDir="false" afterPath="$PROJECT_DIR$/items.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/main_time.py" beforeDir="false" afterPath="$PROJECT_DIR$/main_time.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/middlewares.py" beforeDir="false" afterPath="$PROJECT_DIR$/middlewares.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/pipelines.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipelines.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/settings.py" beforeDir="false" afterPath="$PROJECT_DIR$/settings.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/__init__.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/bangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/bangqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/bq_jieshu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/bq_jieshu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/guanjun.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/guanjun.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/lanqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/lanqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/liansai.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/liansai.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/lq_jieshu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/lq_jieshu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/roll_bangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_bangqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/roll_lanqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_lanqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/roll_wangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_wangqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/roll_zuqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/roll_zuqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/wangqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/wangqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/wq_jieshu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/wq_jieshu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/wqbodan.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/wqbodan.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/zq_jieshu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/zq_jieshu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/spiders/zuqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/spiders/zuqiu.py" afterDir="false" />
- </list>
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="CoverageDataManager">
- <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$" />
- <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$" />
- <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" />
- <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" />
- <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$" />
- <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" />
- <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$" />
- <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" />
- <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" />
- </component>
- <component name="DatabaseView">
- <option name="SHOW_INTERMEDIATE" value="true" />
- <option name="GROUP_DATA_SOURCES" value="true" />
- <option name="GROUP_SCHEMA" value="true" />
- <option name="GROUP_CONTENTS" value="false" />
- <option name="SORT_POSITIONED" value="false" />
- <option name="SHOW_EMPTY_GROUPS" value="false" />
- <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
- <option name="HIDDEN_KINDS">
- <set />
- </option>
- <expand />
- <select />
- </component>
- <component name="FavoritesManager">
- <favorites_list name="hg3535" />
- </component>
- <component name="FileEditorManager">
- <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
- <file pinned="false" current-in-tab="true">
- <entry file="file://$PROJECT_DIR$/.gitignore">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="180">
- <caret line="10" column="20" lean-forward="true" selection-start-line="10" selection-start-column="20" selection-end-line="10" selection-end-column="20" />
- </state>
- </provider>
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/utils/helper.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/pipeline/zuqiu.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/spiders/__init__.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/spiders/zuqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-8370">
- <caret line="21" selection-start-line="21" selection-end-line="22" selection-end-column="35" />
- </state>
- </provider>
- </entry>
- </file>
- </leaf>
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Python Script" />
- </list>
- </option>
- </component>
- <component name="FindInProjectRecents">
- <findStrings>
- <find>pid</find>
- <find>corner_ball</find>
- <find>print</find>
- <find>match_id</find>
- <find>half_concede_home</find>
- <find>conn</find>
- <find>result</find>
- <find>score_home</find>
- <find>capots_dict</find>
- <find>half_size_home</find>
- <find>last_number</find>
- <find>total_goals</find>
- <find>2or7</find>
- <find>st_zq_league</find>
- <find>zqtwo_intodb</find>
- <find>odds_only</find>
- <find>wq_</find>
- <find>Zuqiustatus</find>
- <find>try</find>
- <find>>=</find>
- <find>Roll_Lanqiu</find>
- <find>psycopg2.extras</find>
- <find>pt</find>
- <find>Lanqiustatus</find>
- <find>new_times</find>
- <find>status</find>
- <find>3206572</find>
- <find>get_pcode</find>
- <find>match_time</find>
- <find>three_total_sizes_big</find>
- </findStrings>
- </component>
- <component name="Git.Settings">
- <option name="UPDATE_TYPE" value="MERGE" />
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
- <option name="RECENT_BRANCH_BY_REPOSITORY">
- <map>
- <entry key="$PROJECT_DIR$/.." value="two" />
- </map>
- </option>
- <favorite-branches>
- <branch-storage>
- <map>
- <entry type="LOCAL">
- <value>
- <list>
- <branch-info repo="$PROJECT_DIR$/.." source="two" />
- </list>
- </value>
- </entry>
- </map>
- </branch-storage>
- </favorite-branches>
- <excluded-from-favorite>
- <branch-storage>
- <map>
- <entry type="LOCAL">
- <value>
- <list>
- <branch-info repo="$PROJECT_DIR$/.." source="master" />
- </list>
- </value>
- </entry>
- <entry type="REMOTE">
- <value>
- <list>
- <branch-info repo="$PROJECT_DIR$/.." source="origin/master" />
- </list>
- </value>
- </entry>
- </map>
- </branch-storage>
- </excluded-from-favorite>
- </component>
- <component name="IdeDocumentHistory">
- <option name="CHANGED_PATHS">
- <list>
- <option value="$PROJECT_DIR$/spiders/temaball.py" />
- <option value="$PROJECT_DIR$/spiders/wqguanjun.py" />
- <option value="$PROJECT_DIR$/spiders/lqguanjun.py" />
- <option value="$PROJECT_DIR$/spiders/lanqiuls.py" />
- <option value="$PROJECT_DIR$/spiders/testone.py" />
- <option value="$PROJECT_DIR$/spiders/wgbodan.py" />
- <option value="$PROJECT_DIR$/jianting.py" />
- <option value="$PROJECT_DIR$/requirements.txt" />
- <option value="$PROJECT_DIR$/log/zuqiu_log.log" />
- <option value="$PROJECT_DIR$/log/ball_status.log" />
- <option value="$PROJECT_DIR$/log/bangqiu.log" />
- <option value="$PROJECT_DIR$/log/guanjun.log" />
- <option value="$PROJECT_DIR$/log/lanqiu.log" />
- <option value="$PROJECT_DIR$/log/liansai.log" />
- <option value="$PROJECT_DIR$/log/roll_zuqiu.log" />
- <option value="$PROJECT_DIR$/log/wangqiu.log" />
- <option value="$PROJECT_DIR$/log/wqbodan.log" />
- <option value="$PROJECT_DIR$/log/zuqiu.log" />
- <option value="$PROJECT_DIR$/spiders/hg3535_wangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/wqbodan.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_zuqiu.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_zq_status.py" />
- <option value="$PROJECT_DIR$/spiders/kaishi.py" />
- <option value="$PROJECT_DIR$/kaishi.py" />
- <option value="$PROJECT_DIR$/main_notroll.py" />
- <option value="$PROJECT_DIR$/spiders/guanjun.py" />
- <option value="$PROJECT_DIR$/text.py" />
- <option value="$PROJECT_DIR$/middlewares.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_zq_status_up.py" />
- <option value="$PROJECT_DIR$/spiders/lanqiu.py" />
- <option value="$PROJECT_DIR$/spiders/hgjieshu.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_bangqiu.py" />
- <option value="$PROJECT_DIR$/items.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_lanqiu.py" />
- <option value="$PROJECT_DIR$/spiders/wangqiu.py" />
- <option value="$PROJECT_DIR$/main_time.py" />
- <option value="$PROJECT_DIR$/spiders/lq_jieshu.py" />
- <option value="$PROJECT_DIR$/spiders/wq_jieshu.py" />
- <option value="$PROJECT_DIR$/spiders/bq_jieshu.py" />
- <option value="$PROJECT_DIR$/spiders/liansai.py" />
- <option value="$PROJECT_DIR$/ball_func.py" />
- <option value="$PROJECT_DIR$/spiders/bangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/roll_bangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/roll_zuqiu.py" />
- <option value="$PROJECT_DIR$/spiders/zq_jieshu.py" />
- <option value="$PROJECT_DIR$/pipelines.py" />
- <option value="$PROJECT_DIR$/spiders/roll_wangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/zuqiu.py" />
- <option value="$PROJECT_DIR$/settings.py" />
- <option value="$PROJECT_DIR$/main.py" />
- <option value="$PROJECT_DIR$/.gitignore" />
- </list>
- </option>
- </component>
- <component name="ProjectFrameBounds" extendedState="6">
- <option name="x" value="617" />
- <option name="y" value="94" />
- <option name="width" value="1058" />
- <option name="height" value="1066" />
- </component>
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectView">
- <navigator proportions="" version="1">
- <foldersAlwaysOnTop value="true" />
- </navigator>
- <panes>
- <pane id="Scope" />
- <pane id="ProjectPane">
- <subPane>
- <expand>
- <path>
- <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
- <item name="hg3535" type="462c0819:PsiDirectoryNode" />
- </path>
- <path>
- <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
- <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
- </path>
- </expand>
- <select />
- </subPane>
- </pane>
- </panes>
- </component>
- <component name="PropertiesComponent">
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
- <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
- <property name="nodejs_npm_path_reset_for_default_project" value="true" />
- <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
- </component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535" />
- </key>
- <key name="MoveFile.RECENT_KEYS">
- <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535" />
- <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders" />
- </key>
- </component>
- <component name="RunDashboard">
- <option name="ruleStates">
- <list>
- <RuleState>
- <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
- </RuleState>
- <RuleState>
- <option name="name" value="StatusDashboardGroupingRule" />
- </RuleState>
- </list>
- </option>
- </component>
- <component name="RunManager" selected="Python.main">
- <configuration name="halffull" type="PythonConfigurationType" factoryName="Python" temporary="true">
- <module name="hg3535" />
- <option name="INTERPRETER_OPTIONS" value="" />
- <option name="PARENT_ENVS" value="true" />
- <envs>
- <env name="PYTHONUNBUFFERED" value="1" />
- </envs>
- <option name="SDK_HOME" value="" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
- <option name="IS_MODULE_SDK" value="true" />
- <option name="ADD_CONTENT_ROOTS" value="true" />
- <option name="ADD_SOURCE_ROOTS" value="true" />
- <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/halffull.py" />
- <option name="PARAMETERS" value="" />
- <option name="SHOW_COMMAND_LINE" value="false" />
- <option name="EMULATE_TERMINAL" value="false" />
- <option name="MODULE_MODE" value="false" />
- <option name="REDIRECT_INPUT" value="false" />
- <option name="INPUT_FILE" value="" />
- <method v="2" />
- </configuration>
- <configuration name="hgjieshu" type="PythonConfigurationType" factoryName="Python" temporary="true">
- <module name="hg3535" />
- <option name="INTERPRETER_OPTIONS" value="" />
- <option name="PARENT_ENVS" value="true" />
- <envs>
- <env name="PYTHONUNBUFFERED" value="1" />
- </envs>
- <option name="SDK_HOME" value="" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
- <option name="IS_MODULE_SDK" value="true" />
- <option name="ADD_CONTENT_ROOTS" value="true" />
- <option name="ADD_SOURCE_ROOTS" value="true" />
- <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
- <option name="SCRIPT_NAME" value="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders\zq_jieshu.py" />
- <option name="PARAMETERS" value="" />
- <option name="SHOW_COMMAND_LINE" value="false" />
- <option name="EMULATE_TERMINAL" value="false" />
- <option name="MODULE_MODE" value="false" />
- <option name="REDIRECT_INPUT" value="false" />
- <option name="INPUT_FILE" value="" />
- <method v="2" />
- </configuration>
- <configuration name="liansai" type="PythonConfigurationType" factoryName="Python" temporary="true">
- <module name="hg3535" />
- <option name="INTERPRETER_OPTIONS" value="" />
- <option name="PARENT_ENVS" value="true" />
- <envs>
- <env name="PYTHONUNBUFFERED" value="1" />
- </envs>
- <option name="SDK_HOME" value="" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
- <option name="IS_MODULE_SDK" value="true" />
- <option name="ADD_CONTENT_ROOTS" value="true" />
- <option name="ADD_SOURCE_ROOTS" value="true" />
- <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/liansai.py" />
- <option name="PARAMETERS" value="" />
- <option name="SHOW_COMMAND_LINE" value="false" />
- <option name="EMULATE_TERMINAL" value="false" />
- <option name="MODULE_MODE" value="false" />
- <option name="REDIRECT_INPUT" value="false" />
- <option name="INPUT_FILE" value="" />
- <method v="2" />
- </configuration>
- <configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true">
- <module name="hg3535" />
- <option name="INTERPRETER_OPTIONS" value="" />
- <option name="PARENT_ENVS" value="true" />
- <envs>
- <env name="PYTHONUNBUFFERED" value="1" />
- </envs>
- <option name="SDK_HOME" value="" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
- <option name="IS_MODULE_SDK" value="true" />
- <option name="ADD_CONTENT_ROOTS" value="true" />
- <option name="ADD_SOURCE_ROOTS" value="true" />
- <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" />
- <option name="PARAMETERS" value="" />
- <option name="SHOW_COMMAND_LINE" value="false" />
- <option name="EMULATE_TERMINAL" value="false" />
- <option name="MODULE_MODE" value="false" />
- <option name="REDIRECT_INPUT" value="false" />
- <option name="INPUT_FILE" value="" />
- <method v="2" />
- </configuration>
- <configuration name="wangqiu" type="PythonConfigurationType" factoryName="Python" temporary="true">
- <module name="hg3535" />
- <option name="INTERPRETER_OPTIONS" value="" />
- <option name="PARENT_ENVS" value="true" />
- <envs>
- <env name="PYTHONUNBUFFERED" value="1" />
- </envs>
- <option name="SDK_HOME" value="" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/spiders" />
- <option name="IS_MODULE_SDK" value="true" />
- <option name="ADD_CONTENT_ROOTS" value="true" />
- <option name="ADD_SOURCE_ROOTS" value="true" />
- <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
- <option name="SCRIPT_NAME" value="$PROJECT_DIR$/spiders/wangqiu.py" />
- <option name="PARAMETERS" value="" />
- <option name="SHOW_COMMAND_LINE" value="false" />
- <option name="EMULATE_TERMINAL" value="false" />
- <option name="MODULE_MODE" value="false" />
- <option name="REDIRECT_INPUT" value="false" />
- <option name="INPUT_FILE" value="" />
- <method v="2" />
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Python.main" />
- <item itemvalue="Python.wangqiu" />
- <item itemvalue="Python.liansai" />
- <item itemvalue="Python.hgjieshu" />
- <item itemvalue="Python.halffull" />
- </list>
- </recent_temporary>
- </component>
- <component name="SvnConfiguration">
- <configuration>C:\Users\admin\AppData\Roaming\Subversion</configuration>
- </component>
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="7fa42e97-ddea-4404-91db-5a9ccc162649" name="Default Changelist" comment="" />
- <created>1552361933913</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1552361933913</updated>
- <workItem from="1552361935189" duration="22939000" />
- <workItem from="1552439490626" duration="18066000" />
- <workItem from="1552524796712" duration="27465000" />
- <workItem from="1552567426062" duration="7518000" />
- <workItem from="1552575496568" duration="1826000" />
- <workItem from="1552577490969" duration="704000" />
- <workItem from="1552580284900" duration="495000" />
- <workItem from="1552611273446" duration="5372000" />
- <workItem from="1552617365681" duration="4071000" />
- <workItem from="1552621477059" duration="24443000" />
- <workItem from="1552723083507" duration="1264000" />
- <workItem from="1552744211477" duration="1268000" />
- <workItem from="1552789416500" duration="25000" />
- <workItem from="1552899019763" duration="39045000" />
- <workItem from="1553043681027" duration="145839000" />
- <workItem from="1553397105996" duration="23148000" />
- <workItem from="1553433705348" duration="1018000" />
- <workItem from="1553475342218" duration="23428000" />
- <workItem from="1553503466782" duration="5588000" />
- <workItem from="1553513531340" duration="13843000" />
- <workItem from="1553561440191" duration="133112000" />
- <workItem from="1553931675476" duration="17232000" />
- <workItem from="1554080350424" duration="17288000" />
- <workItem from="1554101826084" duration="19370000" />
- <workItem from="1554170199956" duration="2159000" />
- <workItem from="1554172621503" duration="3788000" />
- <workItem from="1554176443957" duration="28339000" />
- <workItem from="1554215166308" duration="2338000" />
- <workItem from="1554252224751" duration="1384000" />
- <workItem from="1554253767232" duration="20266000" />
- <workItem from="1554276949053" duration="7482000" />
- <workItem from="1554284600072" duration="14592000" />
- <workItem from="1554306136130" duration="34310000" />
- <workItem from="1554384538601" duration="87371000" />
- <workItem from="1554685163974" duration="34853000" />
- <workItem from="1554735546675" duration="3652000" />
- <workItem from="1554771709150" duration="15315000" />
- <workItem from="1554860005406" duration="38399000" />
- <workItem from="1554956837583" duration="21067000" />
- <workItem from="1554989742904" duration="21354000" />
- <workItem from="1555046975903" duration="68970000" />
- <workItem from="1555212709284" duration="5832000" />
- <workItem from="1555289493716" duration="16563000" />
- <workItem from="1555376280859" duration="17600000" />
- <workItem from="1555405622542" duration="620000" />
- <workItem from="1555406260234" duration="6046000" />
- <workItem from="1555414794521" duration="6416000" />
- <workItem from="1555462498299" duration="20842000" />
- <workItem from="1555498934960" duration="21460000" />
- <workItem from="1555566912269" duration="9942000" />
- <workItem from="1555579873287" duration="1062000" />
- <workItem from="1555635203399" duration="12245000" />
- <workItem from="1555658501528" duration="9655000" />
- <workItem from="1555671859532" duration="35975000" />
- <workItem from="1555893403863" duration="8143000" />
- <workItem from="1555916236353" duration="9945000" />
- <workItem from="1555981119140" duration="24628000" />
- <workItem from="1556067504720" duration="23664000" />
- <workItem from="1556106028857" duration="5358000" />
- <workItem from="1556161598731" duration="19181000" />
- <workItem from="1556240187201" duration="11026000" />
- <workItem from="1556254654110" duration="38231000" />
- <workItem from="1556500244997" duration="22444000" />
- <workItem from="1556584868377" duration="15320000" />
- <workItem from="1557018228723" duration="19258000" />
- <workItem from="1557293774618" duration="7402000" />
- <workItem from="1557364694196" duration="10610000" />
- <workItem from="1557379397322" duration="33000" />
- <workItem from="1557379446771" duration="4219000" />
- <workItem from="1557396895400" duration="1197000" />
- <workItem from="1557407270851" duration="1123000" />
- <workItem from="1557452403593" duration="19346000" />
- <workItem from="1557709837370" duration="7351000" />
- <workItem from="1557732817014" duration="849000" />
- <workItem from="1557796929696" duration="16710000" />
- <workItem from="1557882171427" duration="10493000" />
- <workItem from="1557912853175" duration="15000" />
- <workItem from="1557975839431" duration="2154000" />
- <workItem from="1558073764460" duration="791000" />
- <workItem from="1558336021790" duration="10087000" />
- <workItem from="1558350644883" duration="488000" />
- <workItem from="1558400741265" duration="650000" />
- <workItem from="1558404700616" duration="5457000" />
- <workItem from="1558419261499" duration="10550000" />
- <workItem from="1558438097772" duration="25035000" />
- <workItem from="1558506590036" duration="13475000" />
- <workItem from="1558523229860" duration="749000" />
- <workItem from="1558529201114" duration="63104000" />
- <workItem from="1558918879384" duration="20712000" />
- <workItem from="1558946386286" duration="5906000" />
- <workItem from="1559183149389" duration="6526000" />
- <workItem from="1559817639837" duration="2439000" />
- <workItem from="1559820318166" duration="6091000" />
- <workItem from="1560128279184" duration="2486000" />
- <workItem from="1564469892436" duration="268000" />
- </task>
- <task id="LOCAL-00001" summary="修改后,版本二">
- <created>1555727493584</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1555727493585</updated>
- </task>
- <task id="LOCAL-00002" summary="修改联赛url">
- <created>1555727573940</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1555727573940</updated>
- </task>
- <task id="LOCAL-00003" summary="修改联赛错误">
- <created>1555727734616</created>
- <option name="number" value="00003" />
- <option name="presentableId" value="LOCAL-00003" />
- <option name="project" value="LOCAL" />
- <updated>1555727734616</updated>
- </task>
- <task id="LOCAL-00004" summary="修改冠军,导入错误">
- <created>1555727939763</created>
- <option name="number" value="00004" />
- <option name="presentableId" value="LOCAL-00004" />
- <option name="project" value="LOCAL" />
- <updated>1555727939763</updated>
- </task>
- <task id="LOCAL-00005" summary="修改棒球,联赛无法写入">
- <created>1555728369459</created>
- <option name="number" value="00005" />
- <option name="presentableId" value="LOCAL-00005" />
- <option name="project" value="LOCAL" />
- <updated>1555728369459</updated>
- </task>
- <task id="LOCAL-00006" summary="修改冠军,联赛url">
- <created>1555747152483</created>
- <option name="number" value="00006" />
- <option name="presentableId" value="LOCAL-00006" />
- <option name="project" value="LOCAL" />
- <updated>1555747152483</updated>
- </task>
- <task id="LOCAL-00007" summary="不启用,scrapy_deltafetch">
- <created>1555902621561</created>
- <option name="number" value="00007" />
- <option name="presentableId" value="LOCAL-00007" />
- <option name="project" value="LOCAL" />
- <updated>1555902621561</updated>
- </task>
- <task id="LOCAL-00008" summary="修改棒球联赛表写入错误">
- <created>1555925357368</created>
- <option name="number" value="00008" />
- <option name="presentableId" value="LOCAL-00008" />
- <option name="project" value="LOCAL" />
- <updated>1555925357368</updated>
- </task>
- <task id="LOCAL-00009" summary="修改冠军">
- <created>1555989344488</created>
- <option name="number" value="00009" />
- <option name="presentableId" value="LOCAL-00009" />
- <option name="project" value="LOCAL" />
- <updated>1555989344488</updated>
- </task>
- <task id="LOCAL-00010" summary="联赛添加redis测试">
- <created>1556014183609</created>
- <option name="number" value="00010" />
- <option name="presentableId" value="LOCAL-00010" />
- <option name="project" value="LOCAL" />
- <updated>1556014183609</updated>
- </task>
- <task id="LOCAL-00011" summary="联赛添加冠军,联赛过滤">
- <created>1556102057191</created>
- <option name="number" value="00011" />
- <option name="presentableId" value="LOCAL-00011" />
- <option name="project" value="LOCAL" />
- <updated>1556102057191</updated>
- </task>
- <task id="LOCAL-00012" summary="修改足球,篮球赔率表插入">
- <created>1556186556377</created>
- <option name="number" value="00012" />
- <option name="presentableId" value="LOCAL-00012" />
- <option name="project" value="LOCAL" />
- <updated>1556186556377</updated>
- </task>
- <task id="LOCAL-00013" summary="修改赔率条件,部分赔率减1">
- <created>1556430855618</created>
- <option name="number" value="00013" />
- <option name="presentableId" value="LOCAL-00013" />
- <option name="project" value="LOCAL" />
- <updated>1556430855618</updated>
- </task>
- <task id="LOCAL-00014" summary="添加冠军赛事信息,到赛事表中">
- <created>1557042186914</created>
- <option name="number" value="00014" />
- <option name="presentableId" value="LOCAL-00014" />
- <option name="project" value="LOCAL" />
- <updated>1557042186914</updated>
- </task>
- <task id="LOCAL-00015" summary="修改setting">
- <created>1557050308399</created>
- <option name="number" value="00015" />
- <option name="presentableId" value="LOCAL-00015" />
- <option name="project" value="LOCAL" />
- <updated>1557050308399</updated>
- </task>
- <task id="LOCAL-00016" summary="更新">
- <created>1557372165553</created>
- <option name="number" value="00016" />
- <option name="presentableId" value="LOCAL-00016" />
- <option name="project" value="LOCAL" />
- <updated>1557372165553</updated>
- </task>
- <task id="LOCAL-00017" summary="'更新'">
- <created>1557379530550</created>
- <option name="number" value="00017" />
- <option name="presentableId" value="LOCAL-00017" />
- <option name="project" value="LOCAL" />
- <updated>1557379530550</updated>
- </task>
- <task id="LOCAL-00018" summary="'更新'">
- <created>1557466497083</created>
- <option name="number" value="00018" />
- <option name="presentableId" value="LOCAL-00018" />
- <option name="project" value="LOCAL" />
- <updated>1557466497083</updated>
- </task>
- <task id="LOCAL-00019" summary="'更新'">
- <created>1557466602178</created>
- <option name="number" value="00019" />
- <option name="presentableId" value="LOCAL-00019" />
- <option name="project" value="LOCAL" />
- <updated>1557466602178</updated>
- </task>
- <task id="LOCAL-00020" summary="'更新日志按天输出'">
- <created>1558345052627</created>
- <option name="number" value="00020" />
- <option name="presentableId" value="LOCAL-00020" />
- <option name="project" value="LOCAL" />
- <updated>1558345052627</updated>
- </task>
- <task id="LOCAL-00021" summary="更新">
- <created>1559187739192</created>
- <option name="number" value="00021" />
- <option name="presentableId" value="LOCAL-00021" />
- <option name="project" value="LOCAL" />
- <updated>1559187739192</updated>
- </task>
- <task id="LOCAL-00022" summary="更新">
- <created>1559820382430</created>
- <option name="number" value="00022" />
- <option name="presentableId" value="LOCAL-00022" />
- <option name="project" value="LOCAL" />
- <updated>1559820382430</updated>
- </task>
- <task id="LOCAL-00023" summary="更新">
- <created>1559820458233</created>
- <option name="number" value="00023" />
- <option name="presentableId" value="LOCAL-00023" />
- <option name="project" value="LOCAL" />
- <updated>1559820458233</updated>
- </task>
- <task id="LOCAL-00024" summary="更新">
- <created>1559832627997</created>
- <option name="number" value="00024" />
- <option name="presentableId" value="LOCAL-00024" />
- <option name="project" value="LOCAL" />
- <updated>1559832627998</updated>
- </task>
- <task id="LOCAL-00025" summary="更新">
- <created>1559832648593</created>
- <option name="number" value="00025" />
- <option name="presentableId" value="LOCAL-00025" />
- <option name="project" value="LOCAL" />
- <updated>1559832648593</updated>
- </task>
- <option name="localTasksCounter" value="26" />
- <servers />
- </component>
- <component name="TimeTrackingManager">
- <option name="totallyTimeSpent" value="1582927000" />
- </component>
- <component name="TodoView">
- <todo-panel id="selected-file">
- <is-autoscroll-to-source value="true" />
- </todo-panel>
- <todo-panel id="all">
- <are-packages-shown value="true" />
- <is-autoscroll-to-source value="true" />
- </todo-panel>
- </component>
- <component name="ToolWindowManager">
- <frame x="-8" y="-8" width="1936" height="1066" extended-state="6" />
- <layout>
- <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.71173847" visible="true" weight="0.15618336" />
- <window_info id="Structure" order="1" sideWeight="0.2882615" side_tool="true" weight="0.1108742" />
- <window_info id="Favorites" order="2" sideWeight="0.5013405" side_tool="true" weight="0.108208954" />
- <window_info anchor="bottom" id="Message" order="0" />
- <window_info anchor="bottom" id="Find" order="1" weight="0.32832617" />
- <window_info anchor="bottom" id="Debug" order="2" sideWeight="0.49946696" weight="0.29399142" />
- <window_info anchor="bottom" id="Cvs" order="3" weight="0.25" />
- <window_info anchor="bottom" id="Inspection" order="4" weight="0.4" />
- <window_info anchor="bottom" id="TODO" order="5" weight="0.32832617" />
- <window_info anchor="bottom" id="Docker" order="6" show_stripe_button="false" />
- <window_info anchor="bottom" id="Version Control" order="7" weight="0.1555794" />
- <window_info anchor="bottom" id="Database Changes" order="8" />
- <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.50692964" side_tool="true" weight="0.3858521" />
- <window_info anchor="bottom" x="22" y="376" width="1876" height="298" id="Terminal" order="10" sideWeight="0.49307036" weight="0.2274678" />
- <window_info anchor="bottom" id="Python Console" order="11" sideWeight="0.49946696" weight="0.4356223" />
- <window_info anchor="bottom" id="Run" order="12" sideWeight="0.87473345" weight="0.58798283" />
- <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
- <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
- <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
- <window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
- <window_info anchor="right" id="Database" order="4" weight="0.32995737" />
- <window_info anchor="right" id="R Packages" order="5" weight="0.32889125" />
- <window_info anchor="right" id="R Graphics" order="6" weight="0.32995737" />
- </layout>
- <layout-to-restore>
- <window_info content_ui="combo" id="Project" order="0" sideWeight="0.71173847" visible="true" weight="0.13539445" />
- <window_info id="Structure" order="1" sideWeight="0.2882615" side_tool="true" weight="0.1108742" />
- <window_info id="Favorites" order="2" sideWeight="0.5013405" side_tool="true" weight="0.108208954" />
- <window_info anchor="bottom" id="Message" order="0" />
- <window_info anchor="bottom" id="Find" order="1" weight="0.3290461" />
- <window_info anchor="bottom" id="Debug" order="2" sideWeight="0.49946696" weight="0.30686694" />
- <window_info anchor="bottom" id="Cvs" order="3" weight="0.25" />
- <window_info anchor="bottom" id="Inspection" order="4" weight="0.4" />
- <window_info anchor="bottom" id="TODO" order="5" weight="0.32832617" />
- <window_info anchor="bottom" id="Docker" order="6" show_stripe_button="false" />
- <window_info anchor="bottom" id="Version Control" order="7" weight="0.2918455" />
- <window_info anchor="bottom" id="Database Changes" order="8" />
- <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.5053305" side_tool="true" weight="0.40128756" />
- <window_info anchor="bottom" x="22" y="376" width="1876" height="298" id="Terminal" order="10" sideWeight="0.4946695" weight="0.29291844" />
- <window_info anchor="bottom" id="Python Console" order="11" sideWeight="0.49946696" weight="0.41309014" />
- <window_info active="true" anchor="bottom" id="Run" order="12" sideWeight="0.4946695" visible="true" weight="0.5214592" />
- <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
- <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
- <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
- <window_info anchor="right" id="SciView" order="3" weight="0.32995737" />
- <window_info anchor="right" id="Database" order="4" weight="0.32995737" />
- <window_info anchor="right" id="R Packages" order="5" weight="0.32889125" />
- <window_info anchor="right" id="R Graphics" order="6" weight="0.32995737" />
- </layout-to-restore>
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="1" />
- </component>
- <component name="UnknownFeatures">
- <option featureType="com.intellij.fileTypeFactory" implementationName="*.log" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State>
- <option name="RECENTLY_FILTERED_USER_GROUPS">
- <collection />
- </option>
- <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
- <collection />
- </option>
- <option name="COLUMN_ORDER">
- <list>
- <option value="0" />
- <option value="1" />
- <option value="2" />
- <option value="3" />
- </list>
- </option>
- </State>
- </value>
- </entry>
- </map>
- </option>
- <option name="RECENT_FILTERS">
- <map>
- <entry key="Branch">
- <value>
- <list />
- </value>
- </entry>
- <entry key="User">
- <value>
- <list />
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="修改后,版本二" />
- <MESSAGE value="修改联赛url" />
- <MESSAGE value="修改联赛错误" />
- <MESSAGE value="修改冠军,导入错误" />
- <MESSAGE value="修改棒球,联赛无法写入" />
- <MESSAGE value="修改冠军,联赛url" />
- <MESSAGE value="不启用,scrapy_deltafetch" />
- <MESSAGE value="修改棒球联赛表写入错误" />
- <MESSAGE value="修改冠军" />
- <MESSAGE value="联赛添加redis测试" />
- <MESSAGE value="联赛添加冠军,联赛过滤" />
- <MESSAGE value="修改足球,篮球赔率表插入" />
- <MESSAGE value="修改赔率条件,部分赔率减1" />
- <MESSAGE value="添加冠军赛事信息,到赛事表中" />
- <MESSAGE value="修改setting" />
- <MESSAGE value="Merge http://git.meme100.com:10180/aqm/sports_scrapy # Conflicts: #	hg3535/settings.py" />
- <MESSAGE value="Merge http://git.meme100.com:10180/aqm/sports_scrapy # Conflicts: #	hg3535/settings.py '更新'" />
- <MESSAGE value="'更新'" />
- <MESSAGE value="'更新日志按天输出'" />
- <MESSAGE value="更新" />
- <option name="LAST_COMMIT_MESSAGE" value="更新" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager>
- <breakpoints>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy_deltafetch/middleware.py</url>
- <line>84</line>
- <option name="timeStamp" value="4" />
- </line-breakpoint>
- </breakpoints>
- <default-breakpoints>
- <breakpoint type="python-exception">
- <properties notifyOnTerminate="true" exception="BaseException">
- <option name="notifyOnTerminate" value="true" />
- </properties>
- </breakpoint>
- </default-breakpoints>
- </breakpoint-manager>
- </component>
- <component name="debuggerHistoryManager">
- <expressions id="watch">
- <expression>
- <expression-string>value['t1']</expression-string>
- <language-id>Python</language-id>
- <evaluation-mode>EXPRESSION</evaluation-mode>
- </expression>
- </expressions>
- <expressions id="setValue">
- <expression>
- <expression-string>'UPDATE xq_table SET xq = 11111111 whever id = 3074316;'</expression-string>
- <language-id>Python</language-id>
- <evaluation-mode>EXPRESSION</evaluation-mode>
- </expression>
- </expressions>
- </component>
- <component name="editorHistoryManager">
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/w3lib/util.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="184">
- <caret line="38" selection-start-line="38" selection-end-line="38" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/urllib/parse.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="295">
- <caret line="820" selection-start-line="820" selection-end-line="820" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/http/request/__init__.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="151">
- <caret line="57" selection-start-line="57" selection-end-line="57" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/http/response/__init__.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="159">
- <caret line="28" selection-start-line="28" selection-end-line="28" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/jianting.py">
- <provider selected="true" editor-type-id="text-editor">
- <state>
- <folding>
- <element signature="e#0#9#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/log/guanjun_2019_5_23.log" />
- <entry file="file://$PROJECT_DIR$/log/wangqiu_2019_5_23.log" />
- <entry file="file://$PROJECT_DIR$/kaishi.py" />
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/parsel/selector.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="161">
- <caret line="237" selection-start-line="237" selection-end-line="237" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/log/bangqiu_2019_5_24.log" />
- <entry file="file://$PROJECT_DIR$/log/liansai_2019_5_24.log" />
- <entry file="file://$PROJECT_DIR$/log/lanqiu_2019_5_24.log" />
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/spiderloader.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="154">
- <caret line="70" selection-start-line="70" selection-end-line="70" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/items.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="336">
- <caret line="489" selection-start-line="489" selection-end-line="489" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/wqbodan.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/guanjun.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="606">
- <caret line="43" column="45" selection-start-line="43" selection-start-column="45" selection-end-line="43" selection-end-column="45" />
- <folding>
- <element signature="e#24#35#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/hg3535_zq_status_up.py" />
- <entry file="file://$PROJECT_DIR$/spiders/hg3535_zq_status.py" />
- <entry file="file://$PROJECT_DIR$/main_notroll.py" />
- <entry file="file://$PROJECT_DIR$/log/zq_jieshu_2019_5_27.log" />
- <entry file="file://$PROJECT_DIR$/spiders/bq_jieshu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="324">
- <caret line="44" column="60" lean-forward="true" selection-start-line="44" selection-start-column="60" selection-end-line="44" selection-end-column="60" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/lq_jieshu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="277">
- <caret line="47" column="23" lean-forward="true" selection-start-line="47" selection-start-column="23" selection-end-line="47" selection-end-column="23" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/liansai.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="209">
- <caret line="49" column="53" lean-forward="true" selection-start-line="49" selection-start-column="53" selection-end-line="49" selection-end-column="53" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/_strptime.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="151">
- <caret line="325" selection-start-line="325" selection-end-line="325" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/middleware.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="172">
- <caret line="64" selection-start-line="64" selection-end-line="64" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/pipelines/__init__.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="396">
- <caret line="23" selection-start-line="23" selection-end-line="23" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/core/scraper.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="159">
- <caret line="185" selection-start-line="185" selection-end-line="185" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/scrapy/utils/defer.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="151">
- <caret line="62" selection-start-line="62" selection-end-line="62" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/roll_lanqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-3480">
- <caret line="37" column="14" selection-start-line="37" selection-start-column="12" selection-end-line="37" selection-end-column="23" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/roll_bangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="558">
- <caret line="175" lean-forward="true" selection-start-line="175" selection-end-line="175" />
- <folding>
- <element signature="e#46#61#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/twisted/internet/defer.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="11484">
- <caret line="653" selection-start-line="653" selection-end-line="653" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/twisted/python/failure.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="4158">
- <caret line="242" selection-start-line="242" selection-end-line="242" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/middlewares.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="2664">
- <caret line="151" selection-start-line="151" selection-end-line="151" />
- <folding>
- <element signature="e#168#181#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/bangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="3132">
- <caret line="174" column="74" lean-forward="true" selection-start-line="174" selection-start-column="74" selection-end-line="174" selection-end-column="74" />
- <folding>
- <element signature="e#24#35#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python36/Lib/site-packages/psycopg2/extras.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="1944">
- <caret line="140" selection-start-line="140" selection-end-line="140" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/roll_wangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="1008">
- <caret line="64" selection-start-line="64" selection-end-line="64" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/settings.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="2736">
- <caret line="152" column="20" selection-start-line="152" selection-start-column="20" selection-end-line="152" selection-end-column="20" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipelines.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="31158">
- <caret line="1742" column="34" selection-start-line="1742" selection-start-column="34" selection-end-line="1742" selection-end-column="34" />
- <folding>
- <element signature="e#0#11#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/main_time.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="144">
- <caret line="11" selection-start-line="11" selection-end-line="11" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/zq_jieshu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="450">
- <caret line="30" column="20" selection-start-line="30" selection-start-column="20" selection-end-line="30" selection-end-column="20" />
- <folding>
- <element signature="e#36#51#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/wq_jieshu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="882">
- <caret line="54" column="94" selection-start-line="54" selection-start-column="94" selection-end-line="54" selection-end-column="94" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/roll_zuqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="7038">
- <caret line="399" column="59" selection-start-line="399" selection-start-column="59" selection-end-line="399" selection-end-column="59" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/wangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="126">
- <caret line="14" column="20" selection-start-line="14" selection-start-column="20" selection-end-line="14" selection-end-column="20" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/lanqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="648">
- <caret line="42" column="19" selection-start-line="42" selection-start-column="19" selection-end-line="42" selection-end-column="19" />
- <folding>
- <element signature="e#24#35#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/main.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="288">
- <caret line="16" column="51" selection-start-line="16" selection-start-column="51" selection-end-line="16" selection-end-column="51" />
- <folding>
- <element signature="e#0#10#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/utils/helper.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/zuqiu.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/__init__.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- <entry file="file://$PROJECT_DIR$/ball_func.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="133">
- <caret line="145" selection-start-line="145" selection-end-line="145" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/zuqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-8370">
- <caret line="21" selection-start-line="21" selection-end-line="22" selection-end-column="35" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/.gitignore">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="180">
- <caret line="10" column="20" lean-forward="true" selection-start-line="10" selection-start-column="20" selection-end-line="10" selection-end-column="20" />
- </state>
- </provider>
- </entry>
- </component>
- </project>
|