| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701 |
- <?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 beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/pipeline/jieshu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/jieshu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/pipeline/roll_lanqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/roll_lanqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/pipeline/zuqiu.py" beforeDir="false" afterPath="$PROJECT_DIR$/pipeline/zuqiu.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/utils/LocalToken.py" beforeDir="false" afterPath="$PROJECT_DIR$/utils/LocalToken.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="1571735210816" 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$change.coverage" NAME="change Coverage Results" MODIFIED="1567749757856" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
- <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="false">
- <entry file="file://$PROJECT_DIR$/main.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="140">
- <caret line="7" column="37" lean-forward="true" selection-start-line="7" selection-start-column="37" selection-end-line="7" selection-end-column="37" />
- <folding>
- <element signature="e#0#10#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/pipeline/jieshu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="153">
- <caret line="72" column="46" selection-start-line="72" selection-start-column="46" selection-end-line="72" selection-end-column="46" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </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">
- <state relative-caret-position="59">
- <caret line="12" selection-start-line="12" selection-end-line="12" />
- <folding>
- <element signature="e#0#14#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://C:/venv/Lib/site-packages/redis/client.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="201">
- <caret line="2704" column="48" selection-start-line="2704" selection-start-column="44" selection-end-line="2704" selection-end-column="48" />
- </state>
- </provider>
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/change.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="180">
- <caret line="15" column="36" selection-start-line="15" selection-start-column="31" selection-end-line="15" selection-end-column="36" />
- <folding>
- <element signature="e#0#11#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/settings.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="190">
- <caret line="137" column="50" lean-forward="true" selection-start-line="137" selection-start-column="50" selection-end-line="137" selection-end-column="50" />
- </state>
- </provider>
- </entry>
- </file>
- <file pinned="false" current-in-tab="true">
- <entry file="file://$PROJECT_DIR$/pipeline/zuqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="200">
- <caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </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>Hgjieshu</find>
- <find>total_size</find>
- <find>p_code</find>
- <find>3438017</find>
- <find>utime</find>
- <find>team_scores_dict</find>
- <find>total_sizes_dict</find>
- <find>last_home_dict</find>
- <find>rangqiu_daxiao</find>
- <find>0或5</find>
- <find>horn_id</find>
- <find>all_inning</find>
- <find>time_game</find>
- <find>ybhs_3</find>
- <find>TN</find>
- <find>one_dishes_home</find>
- <find>成功</find>
- <find>match_id</find>
- <find>score_full</find>
- <find>odds_onlys</find>
- <find>ball</find>
- <find>match_process</find>
- <find>us_date</find>
- <find>data_game</find>
- <find>dates</find>
- <find>new_time</find>
- <find>us_time</find>
- <find>ctime</find>
- <find>datetime</find>
- <find>篮球滚球详细赔率列表, 不提交</find>
- </findStrings>
- <replaceStrings>
- <replace>""</replace>
- <replace>session</replace>
- <replace>棒球</replace>
- <replace>res</replace>
- <replace>result</replace>
- </replaceStrings>
- </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/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$/text.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_zq_status_up.py" />
- <option value="$PROJECT_DIR$/spiders/hgjieshu.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_bangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/hg3535_lanqiu.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$/ball_func.py" />
- <option value="$PROJECT_DIR$/spiders/zq_jieshu.py" />
- <option value="$PROJECT_DIR$/.gitignore" />
- <option value="$PROJECT_DIR$/change.py" />
- <option value="$PROJECT_DIR$/spiders/bangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/lanqiu.py" />
- <option value="$PROJECT_DIR$/spiders/guanjun.py" />
- <option value="$PROJECT_DIR$/spiders/liansai.py" />
- <option value="$PROJECT_DIR$/spiders/wangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/zuqiu.py" />
- <option value="$PROJECT_DIR$/spiders/other_saiguo.py" />
- <option value="$PROJECT_DIR$/spiders/saiguo.py" />
- <option value="$PROJECT_DIR$/middlewares.py" />
- <option value="$PROJECT_DIR$/pipeline/ball_func.py" />
- <option value="$PROJECT_DIR$/pipelines.py" />
- <option value="$PROJECT_DIR$/items.py" />
- <option value="$PROJECT_DIR$/utils/LocalToken.py" />
- <option value="$PROJECT_DIR$/utils/helper.py" />
- <option value="$PROJECT_DIR$/pipeline/saiguo.py" />
- <option value="$PROJECT_DIR$/pipeline/wangqiu.py" />
- <option value="$PROJECT_DIR$/pipeline/roll_zuqiu.py" />
- <option value="$PROJECT_DIR$/pipeline/roll_wangqiu.py" />
- <option value="$PROJECT_DIR$/pipeline/roll_bangqiu.py" />
- <option value="$PROJECT_DIR$/pipeline/lanqiu.py" />
- <option value="$PROJECT_DIR$/pipeline/guanjun.py" />
- <option value="$PROJECT_DIR$/pipeline/bangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/zhibo.py" />
- <option value="$PROJECT_DIR$/pipeline/zhibo.py" />
- <option value="$PROJECT_DIR$/spiders/roll_lanqiu.py" />
- <option value="$PROJECT_DIR$/spiders/roll_wangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/roll_zuqiu.py" />
- <option value="$PROJECT_DIR$/spiders/roll_bangqiu.py" />
- <option value="$PROJECT_DIR$/spiders/jieshu.py" />
- <option value="$PROJECT_DIR$/pipeline/roll_lanqiu.py" />
- <option value="$PROJECT_DIR$/settings.py" />
- <option value="$PROJECT_DIR$/pipeline/jieshu.py" />
- <option value="$PROJECT_DIR$/main.py" />
- <option value="$PROJECT_DIR$/pipeline/zuqiu.py" />
- </list>
- </option>
- </component>
- <component name="ProjectFrameBounds" extendedState="6">
- <option name="x" value="-237" />
- <option name="y" value="84" />
- <option name="width" value="1177" />
- <option name="height" value="916" />
- </component>
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectView">
- <navigator proportions="" version="1">
- <foldersAlwaysOnTop value="true" />
- </navigator>
- <panes>
- <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="hg3535" type="462c0819:PsiDirectoryNode" />
- <item name="pipeline" type="462c0819:PsiDirectoryNode" />
- </path>
- <path>
- <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
- <item name="hg3535" type="462c0819:PsiDirectoryNode" />
- <item name="spiders" type="462c0819:PsiDirectoryNode" />
- </path>
- <path>
- <item name="hg3535" type="b2602c69:ProjectViewProjectNode" />
- <item name="hg3535" type="462c0819:PsiDirectoryNode" />
- <item name="utils" type="462c0819:PsiDirectoryNode" />
- </path>
- </expand>
- <select />
- </subPane>
- </pane>
- <pane id="Scope" />
- </panes>
- </component>
- <component name="PropertiesComponent">
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="add_unversioned_files" value="$PROJECT_DIR$/.gitignore C:/Users/admin/Desktop/sports_scrapy/hg3535/log/guanjun_2019_9_4.log" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$/../../collect188/sports188_spider" />
- <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="editor.preferences.fonts.default" />
- </component>
- <component name="RecentsManager">
- <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>
- <key name="CopyFile.RECENT_KEYS">
- <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\utils" />
- <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\pipeline" />
- <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535\spiders" />
- <recent name="C:\Users\admin\Desktop\sports_scrapy\hg3535" />
- </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="change" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="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="C:\venv\Scripts\python.exe" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
- <option name="IS_MODULE_SDK" value="false" />
- <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$/change.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>
- <configuration name="zuqiu" 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/zuqiu.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>
- <list>
- <item itemvalue="Python.change" />
- <item itemvalue="Python.hgjieshu" />
- <item itemvalue="Python.liansai" />
- <item itemvalue="Python.main" />
- <item itemvalue="Python.wangqiu" />
- <item itemvalue="Python.zuqiu" />
- </list>
- <recent_temporary>
- <list>
- <item itemvalue="Python.main" />
- <item itemvalue="Python.zuqiu" />
- <item itemvalue="Python.wangqiu" />
- <item itemvalue="Python.liansai" />
- <item itemvalue="Python.hgjieshu" />
- </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="10885000" />
- <workItem from="1565231417256" duration="1894000" />
- <workItem from="1565242895579" duration="17130000" />
- <workItem from="1565274288542" duration="629000" />
- <workItem from="1565574821845" duration="1238000" />
- <workItem from="1566802827516" duration="684000" />
- <workItem from="1566871828920" duration="61000" />
- <workItem from="1566872141146" duration="14544000" />
- <workItem from="1566976369645" duration="4000" />
- <workItem from="1566976385269" duration="13184000" />
- <workItem from="1566990066292" duration="35762000" />
- <workItem from="1567126891838" duration="187506000" />
- <workItem from="1567765446416" duration="3616000" />
- <workItem from="1567826229018" duration="3226000" />
- <workItem from="1567836768286" duration="10382000" />
- <workItem from="1567990502559" duration="35803000" />
- <workItem from="1568168522540" duration="5922000" />
- <workItem from="1568249379425" duration="5234000" />
- <workItem from="1568604419513" duration="11095000" />
- <workItem from="1568970792599" duration="3014000" />
- <workItem from="1569036019518" duration="1144000" />
- <workItem from="1569287788365" duration="57203000" />
- <workItem from="1569552848728" duration="23320000" />
- <workItem from="1569638883962" duration="2093000" />
- <workItem from="1569747335792" duration="7295000" />
- <workItem from="1570497048489" duration="630000" />
- <workItem from="1570519445273" duration="3553000" />
- <workItem from="1570599083340" duration="129000" />
- <workItem from="1570605476233" duration="2322000" />
- <workItem from="1570609094756" duration="1797000" />
- <workItem from="1571117630847" duration="45191000" />
- <workItem from="1571447932869" duration="617000" />
- <workItem from="1571457369771" duration="2103000" />
- <workItem from="1571476585522" duration="6394000" />
- <workItem from="1571621462229" duration="13387000" />
- <workItem from="1571651573898" duration="915000" />
- <workItem from="1571710042121" duration="11819000" />
- </task>
- <task id="LOCAL-00067" summary="更新">
- <created>1568083846357</created>
- <option name="number" value="00067" />
- <option name="presentableId" value="LOCAL-00067" />
- <option name="project" value="LOCAL" />
- <updated>1568083846357</updated>
- </task>
- <task id="LOCAL-00068" summary="更新">
- <created>1568084349753</created>
- <option name="number" value="00068" />
- <option name="presentableId" value="LOCAL-00068" />
- <option name="project" value="LOCAL" />
- <updated>1568084349753</updated>
- </task>
- <task id="LOCAL-00069" summary="更新">
- <created>1568110761947</created>
- <option name="number" value="00069" />
- <option name="presentableId" value="LOCAL-00069" />
- <option name="project" value="LOCAL" />
- <updated>1568110761947</updated>
- </task>
- <task id="LOCAL-00070" summary="更新">
- <created>1568112864503</created>
- <option name="number" value="00070" />
- <option name="presentableId" value="LOCAL-00070" />
- <option name="project" value="LOCAL" />
- <updated>1568112864503</updated>
- </task>
- <task id="LOCAL-00071" summary="更新">
- <created>1568112995602</created>
- <option name="number" value="00071" />
- <option name="presentableId" value="LOCAL-00071" />
- <option name="project" value="LOCAL" />
- <updated>1568112995602</updated>
- </task>
- <task id="LOCAL-00072" summary="更新">
- <created>1568165743587</created>
- <option name="number" value="00072" />
- <option name="presentableId" value="LOCAL-00072" />
- <option name="project" value="LOCAL" />
- <updated>1568165743587</updated>
- </task>
- <task id="LOCAL-00073" summary="更新">
- <created>1568169349308</created>
- <option name="number" value="00073" />
- <option name="presentableId" value="LOCAL-00073" />
- <option name="project" value="LOCAL" />
- <updated>1568169349308</updated>
- </task>
- <task id="LOCAL-00074" summary="更新">
- <created>1568169892765</created>
- <option name="number" value="00074" />
- <option name="presentableId" value="LOCAL-00074" />
- <option name="project" value="LOCAL" />
- <updated>1568169892765</updated>
- </task>
- <task id="LOCAL-00075" summary="更新">
- <created>1568249792177</created>
- <option name="number" value="00075" />
- <option name="presentableId" value="LOCAL-00075" />
- <option name="project" value="LOCAL" />
- <updated>1568249792177</updated>
- </task>
- <task id="LOCAL-00076" summary="更新">
- <created>1568618686623</created>
- <option name="number" value="00076" />
- <option name="presentableId" value="LOCAL-00076" />
- <option name="project" value="LOCAL" />
- <updated>1568618686624</updated>
- </task>
- <task id="LOCAL-00077" summary="更改爬取url域名">
- <created>1568627546906</created>
- <option name="number" value="00077" />
- <option name="presentableId" value="LOCAL-00077" />
- <option name="project" value="LOCAL" />
- <updated>1568627546906</updated>
- </task>
- <task id="LOCAL-00078" summary="更改爬取url域名">
- <created>1568628352133</created>
- <option name="number" value="00078" />
- <option name="presentableId" value="LOCAL-00078" />
- <option name="project" value="LOCAL" />
- <updated>1568628352133</updated>
- </task>
- <task id="LOCAL-00079" summary="更改爬取url域名">
- <created>1568628482421</created>
- <option name="number" value="00079" />
- <option name="presentableId" value="LOCAL-00079" />
- <option name="project" value="LOCAL" />
- <updated>1568628482421</updated>
- </task>
- <task id="LOCAL-00080" summary="更改爬取url域名">
- <created>1568629859880</created>
- <option name="number" value="00080" />
- <option name="presentableId" value="LOCAL-00080" />
- <option name="project" value="LOCAL" />
- <updated>1568629859880</updated>
- </task>
- <task id="LOCAL-00081" summary="更改爬取url域名">
- <created>1568630130599</created>
- <option name="number" value="00081" />
- <option name="presentableId" value="LOCAL-00081" />
- <option name="project" value="LOCAL" />
- <updated>1568630130599</updated>
- </task>
- <task id="LOCAL-00082" summary="更改爬取url域名">
- <created>1568700891458</created>
- <option name="number" value="00082" />
- <option name="presentableId" value="LOCAL-00082" />
- <option name="project" value="LOCAL" />
- <updated>1568700891458</updated>
- </task>
- <task id="LOCAL-00083" summary="更改爬取url域名">
- <created>1568971869660</created>
- <option name="number" value="00083" />
- <option name="presentableId" value="LOCAL-00083" />
- <option name="project" value="LOCAL" />
- <updated>1568971869661</updated>
- </task>
- <task id="LOCAL-00084" summary="更改爬取url域名">
- <created>1568972622356</created>
- <option name="number" value="00084" />
- <option name="presentableId" value="LOCAL-00084" />
- <option name="project" value="LOCAL" />
- <updated>1568972622356</updated>
- </task>
- <task id="LOCAL-00085" summary="更改爬取url域名">
- <created>1568972636430</created>
- <option name="number" value="00085" />
- <option name="presentableId" value="LOCAL-00085" />
- <option name="project" value="LOCAL" />
- <updated>1568972636430</updated>
- </task>
- <task id="LOCAL-00086" summary="更改爬取url域名">
- <created>1568972745402</created>
- <option name="number" value="00086" />
- <option name="presentableId" value="LOCAL-00086" />
- <option name="project" value="LOCAL" />
- <updated>1568972745402</updated>
- </task>
- <task id="LOCAL-00087" summary="更改爬取url域名">
- <created>1568972897163</created>
- <option name="number" value="00087" />
- <option name="presentableId" value="LOCAL-00087" />
- <option name="project" value="LOCAL" />
- <updated>1568972897163</updated>
- </task>
- <task id="LOCAL-00088" summary="更改爬取url域名">
- <created>1568972912352</created>
- <option name="number" value="00088" />
- <option name="presentableId" value="LOCAL-00088" />
- <option name="project" value="LOCAL" />
- <updated>1568972912352</updated>
- </task>
- <task id="LOCAL-00089" summary="更改爬取url域名">
- <created>1568972935636</created>
- <option name="number" value="00089" />
- <option name="presentableId" value="LOCAL-00089" />
- <option name="project" value="LOCAL" />
- <updated>1568972935636</updated>
- </task>
- <task id="LOCAL-00090" summary="更改爬取url域名">
- <created>1568973359234</created>
- <option name="number" value="00090" />
- <option name="presentableId" value="LOCAL-00090" />
- <option name="project" value="LOCAL" />
- <updated>1568973359234</updated>
- </task>
- <task id="LOCAL-00091" summary="更改爬取url域名">
- <created>1569036726870</created>
- <option name="number" value="00091" />
- <option name="presentableId" value="LOCAL-00091" />
- <option name="project" value="LOCAL" />
- <updated>1569036726870</updated>
- </task>
- <task id="LOCAL-00092" summary="足球,篮球赛果抓取规则更新">
- <created>1569405412389</created>
- <option name="number" value="00092" />
- <option name="presentableId" value="LOCAL-00092" />
- <option name="project" value="LOCAL" />
- <updated>1569405412390</updated>
- </task>
- <task id="LOCAL-00093" summary="足球,篮球赛果抓取规则更新">
- <created>1569407801286</created>
- <option name="number" value="00093" />
- <option name="presentableId" value="LOCAL-00093" />
- <option name="project" value="LOCAL" />
- <updated>1569407801286</updated>
- </task>
- <task id="LOCAL-00094" summary="足球,篮球赛果抓取规则更新">
- <created>1569572362667</created>
- <option name="number" value="00094" />
- <option name="presentableId" value="LOCAL-00094" />
- <option name="project" value="LOCAL" />
- <updated>1569572362667</updated>
- </task>
- <task id="LOCAL-00095" summary="添加球类赛果,接口提交">
- <created>1569572474935</created>
- <option name="number" value="00095" />
- <option name="presentableId" value="LOCAL-00095" />
- <option name="project" value="LOCAL" />
- <updated>1569572474935</updated>
- </task>
- <task id="LOCAL-00096" summary="修改赛果球队名错误">
- <created>1569576097864</created>
- <option name="number" value="00096" />
- <option name="presentableId" value="LOCAL-00096" />
- <option name="project" value="LOCAL" />
- <updated>1569576097864</updated>
- </task>
- <task id="LOCAL-00097" summary="更改返回错误状态码">
- <created>1569578124593</created>
- <option name="number" value="00097" />
- <option name="presentableId" value="LOCAL-00097" />
- <option name="project" value="LOCAL" />
- <updated>1569578124593</updated>
- </task>
- <task id="LOCAL-00098" summary="更改返回错误状态码">
- <created>1569636704030</created>
- <option name="number" value="00098" />
- <option name="presentableId" value="LOCAL-00098" />
- <option name="project" value="LOCAL" />
- <updated>1569636704030</updated>
- </task>
- <task id="LOCAL-00099" summary="更改返回错误状态码">
- <created>1569637322958</created>
- <option name="number" value="00099" />
- <option name="presentableId" value="LOCAL-00099" />
- <option name="project" value="LOCAL" />
- <updated>1569637322958</updated>
- </task>
- <task id="LOCAL-00100" summary="修改网球赛果提交错误">
- <created>1570607142520</created>
- <option name="number" value="00100" />
- <option name="presentableId" value="LOCAL-00100" />
- <option name="project" value="LOCAL" />
- <updated>1570607142521</updated>
- </task>
- <task id="LOCAL-00101" summary="修改角球赛事赔率">
- <created>1570609662734</created>
- <option name="number" value="00101" />
- <option name="presentableId" value="LOCAL-00101" />
- <option name="project" value="LOCAL" />
- <updated>1570609662734</updated>
- </task>
- <task id="LOCAL-00102" summary="修改角球赛事赔率">
- <created>1570610118174</created>
- <option name="number" value="00102" />
- <option name="presentableId" value="LOCAL-00102" />
- <option name="project" value="LOCAL" />
- <updated>1570610118174</updated>
- </task>
- <task id="LOCAL-00103" summary="修改角球赛事赔率">
- <created>1571190174709</created>
- <option name="number" value="00103" />
- <option name="presentableId" value="LOCAL-00103" />
- <option name="project" value="LOCAL" />
- <updated>1571190174709</updated>
- </task>
- <task id="LOCAL-00104" summary="修改角球赛事赔率">
- <created>1571191311521</created>
- <option name="number" value="00104" />
- <option name="presentableId" value="LOCAL-00104" />
- <option name="project" value="LOCAL" />
- <updated>1571191311521</updated>
- </task>
- <task id="LOCAL-00105" summary="修改角球赛事赔率">
- <created>1571207084426</created>
- <option name="number" value="00105" />
- <option name="presentableId" value="LOCAL-00105" />
- <option name="project" value="LOCAL" />
- <updated>1571207084426</updated>
- </task>
- <task id="LOCAL-00106" summary="修改角球赛事赔率">
- <created>1571207640876</created>
- <option name="number" value="00106" />
- <option name="presentableId" value="LOCAL-00106" />
- <option name="project" value="LOCAL" />
- <updated>1571207640876</updated>
- </task>
- <task id="LOCAL-00107" summary="更新">
- <created>1571291527299</created>
- <option name="number" value="00107" />
- <option name="presentableId" value="LOCAL-00107" />
- <option name="project" value="LOCAL" />
- <updated>1571291527300</updated>
- </task>
- <task id="LOCAL-00108" summary="更新">
- <created>1571291576074</created>
- <option name="number" value="00108" />
- <option name="presentableId" value="LOCAL-00108" />
- <option name="project" value="LOCAL" />
- <updated>1571291576074</updated>
- </task>
- <task id="LOCAL-00109" summary="更新">
- <created>1571362924905</created>
- <option name="number" value="00109" />
- <option name="presentableId" value="LOCAL-00109" />
- <option name="project" value="LOCAL" />
- <updated>1571362924906</updated>
- </task>
- <task id="LOCAL-00110" summary="赛事合并">
- <created>1571538015173</created>
- <option name="number" value="00110" />
- <option name="presentableId" value="LOCAL-00110" />
- <option name="project" value="LOCAL" />
- <updated>1571538015174</updated>
- </task>
- <task id="LOCAL-00111" summary="添加token重新获取">
- <created>1571637623087</created>
- <option name="number" value="00111" />
- <option name="presentableId" value="LOCAL-00111" />
- <option name="project" value="LOCAL" />
- <updated>1571637623088</updated>
- </task>
- <task id="LOCAL-00112" summary="添加token重新获取">
- <created>1571647953183</created>
- <option name="number" value="00112" />
- <option name="presentableId" value="LOCAL-00112" />
- <option name="project" value="LOCAL" />
- <updated>1571647953183</updated>
- </task>
- <task id="LOCAL-00113" summary="添加token重新获取">
- <created>1571648482002</created>
- <option name="number" value="00113" />
- <option name="presentableId" value="LOCAL-00113" />
- <option name="project" value="LOCAL" />
- <updated>1571648482002</updated>
- </task>
- <task id="LOCAL-00114" summary="添加token重新获取">
- <created>1571651674413</created>
- <option name="number" value="00114" />
- <option name="presentableId" value="LOCAL-00114" />
- <option name="project" value="LOCAL" />
- <updated>1571651674413</updated>
- </task>
- <task id="LOCAL-00115" summary="修改赛事时间不一致">
- <created>1571729040857</created>
- <option name="number" value="00115" />
- <option name="presentableId" value="LOCAL-00115" />
- <option name="project" value="LOCAL" />
- <updated>1571729040857</updated>
- </task>
- <option name="localTasksCounter" value="116" />
- <servers />
- </component>
- <component name="TimeTrackingManager">
- <option name="totallyTimeSpent" value="2124384000" />
- </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" />
- <editor active="true" />
- <layout>
- <window_info content_ui="combo" id="Project" order="0" sideWeight="0.71173847" visible="true" weight="0.14658849" />
- <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.49573562" weight="0.3530043" />
- <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.5042644" side_tool="true" weight="0.2725322" />
- <window_info anchor="bottom" x="22" y="376" width="1876" height="298" id="Terminal" order="10" sideWeight="0.49307036" weight="0.23712446" />
- <window_info anchor="bottom" id="Python Console" order="11" sideWeight="0.49946696" weight="0.47424892" />
- <window_info active="true" anchor="bottom" id="Run" order="12" sideWeight="0.87473345" visible="true" weight="0.20386267" />
- <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" />
- <window_info anchor="right" id="Coverage" order="7" side_tool="true" />
- </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="修改冠军" />
- <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="updata" />
- <MESSAGE value="更新篮球, 父级玩法错误" />
- <MESSAGE value="更改爬取url域名" />
- <MESSAGE value="足球,篮球赛果抓取规则更新" />
- <MESSAGE value="添加球类赛果,接口提交" />
- <MESSAGE value="修改赛果球队名错误" />
- <MESSAGE value="更改返回错误状态码" />
- <MESSAGE value="修改网球赛果提交错误" />
- <MESSAGE value="修改角球赛事赔率" />
- <MESSAGE value="更新" />
- <MESSAGE value="赛事合并" />
- <MESSAGE value="添加token重新获取" />
- <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>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_wangqiu.py</url>
- <line>278</line>
- <option name="timeStamp" value="71" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/spiders/roll_lanqiu.py</url>
- <line>63</line>
- <option name="timeStamp" value="132" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/spiders/roll_bangqiu.py</url>
- <line>265</line>
- <option name="timeStamp" value="167" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_bangqiu.py</url>
- <line>122</line>
- <option name="timeStamp" value="265" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_bangqiu.py</url>
- <line>125</line>
- <option name="timeStamp" value="266" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/spiders/roll_bangqiu.py</url>
- <line>28</line>
- <option name="timeStamp" value="269" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/spiders/roll_lanqiu.py</url>
- <line>82</line>
- <option name="timeStamp" value="270" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/spiders/roll_lanqiu.py</url>
- <line>88</line>
- <option name="timeStamp" value="271" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/guanjun.py</url>
- <line>122</line>
- <option name="timeStamp" value="273" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
- <line>117</line>
- <option name="timeStamp" value="279" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/spiders/zhibo.py</url>
- <line>104</line>
- <option name="timeStamp" value="289" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/jieshu.py</url>
- <line>69</line>
- <option name="timeStamp" value="298" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_zuqiu.py</url>
- <line>48</line>
- <option name="timeStamp" value="301" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_zuqiu.py</url>
- <line>49</line>
- <option name="timeStamp" value="302" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/zuqiu.py</url>
- <line>102</line>
- <option name="timeStamp" value="313" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/zuqiu.py</url>
- <line>557</line>
- <option name="timeStamp" value="314" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/zuqiu.py</url>
- <line>560</line>
- <option name="timeStamp" value="315" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/lanqiu.py</url>
- <line>90</line>
- <option name="timeStamp" value="317" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/lanqiu.py</url>
- <line>135</line>
- <option name="timeStamp" value="318" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/lanqiu.py</url>
- <line>269</line>
- <option name="timeStamp" value="319" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/utils/helper.py</url>
- <line>12</line>
- <option name="timeStamp" value="321" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
- <line>256</line>
- <option name="timeStamp" value="322" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
- <line>70</line>
- <option name="timeStamp" value="323" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
- <line>71</line>
- <option name="timeStamp" value="324" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
- <line>72</line>
- <option name="timeStamp" value="325" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/roll_lanqiu.py</url>
- <line>136</line>
- <option name="timeStamp" value="326" />
- </line-breakpoint>
- <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
- <url>file://$PROJECT_DIR$/pipeline/jieshu.py</url>
- <line>72</line>
- <option name="timeStamp" value="327" />
- </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://$PROJECT_DIR$/../../zq_match_status.log" />
- <entry file="file://C:/venv/Lib/site-packages/pymongo/common.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="1510">
- <caret line="925" column="8" selection-start-line="925" selection-start-column="8" selection-end-line="925" selection-end-column="8" />
- </state>
- </provider>
- </entry>
- <entry file="file://$USER_HOME$/.PyCharm2018.3/system/python_stubs/454006823/_blake2.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-189">
- <caret line="42" column="8" selection-start-line="42" selection-start-column="8" selection-end-line="42" selection-end-column="8" />
- </state>
- </provider>
- </entry>
- <entry file="file://C:/venv/Lib/site-packages/pymongo/bulk.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="287">
- <caret line="541" column="53" selection-start-line="541" selection-start-column="51" selection-end-line="541" selection-end-column="57" />
- </state>
- </provider>
- </entry>
- <entry file="file://C:/venv/Lib/site-packages/scrapy/http/response/text.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="145">
- <caret line="118" selection-start-line="118" selection-end-line="118" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/other_saiguo.py" />
- <entry file="file://$PROJECT_DIR$/log/FTzhibo_2019_10_16.log" />
- <entry file="file://$PROJECT_DIR$/jianting.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- <entry file="file://$PROJECT_DIR$/not_roll.py">
- <provider selected="true" editor-type-id="text-editor">
- <state>
- <caret selection-end-line="1" />
- <folding>
- <element signature="e#0#11#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/ball_func.py" />
- <entry file="file://$PROJECT_DIR$/main_time.py">
- <provider selected="true" editor-type-id="text-editor">
- <state>
- <folding>
- <element signature="e#0#11#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/wangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state>
- <caret column="9" selection-end-line="1" selection-end-column="23" />
- <folding>
- <element signature="e#48#59#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/guanjun.sh" />
- <entry file="file://$PROJECT_DIR$/pipelines.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="120">
- <caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/requirements.txt" />
- <entry file="file://$PROJECT_DIR$/spiders/wqbodan.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/bangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-1506">
- <caret line="54" column="65" selection-start-line="54" selection-start-column="65" selection-end-line="54" selection-end-column="65" />
- <folding>
- <element signature="e#24#35#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/guanjun.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="480">
- <caret line="24" lean-forward="true" selection-start-line="24" selection-end-line="24" />
- <folding>
- <element signature="e#38#53#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="460">
- <caret line="31" selection-start-line="31" selection-end-line="31" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/items.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="782">
- <caret line="506" column="25" selection-start-line="506" selection-start-column="25" selection-end-line="506" selection-end-column="25" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/saiguo.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="360">
- <caret line="24" selection-start-line="24" selection-end-line="24" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/lanqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-178">
- <caret line="72" column="36" lean-forward="true" selection-start-line="72" selection-start-column="36" selection-end-line="72" selection-end-column="36" />
- <folding>
- <element signature="e#24#35#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/middlewares.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="127">
- <caret line="134" selection-start-line="134" selection-end-line="134" />
- <folding>
- <element signature="e#168#181#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/utils/__init__.py">
- <provider selected="true" editor-type-id="text-editor" />
- </entry>
- <entry file="file://$PROJECT_DIR$/utils/langconv.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="3620">
- <caret line="182" selection-start-line="182" selection-end-line="182" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/utils/LocalToken.py">
- <provider selected="true" editor-type-id="text-editor">
- <state>
- <caret column="48" selection-start-column="19" selection-end-column="48" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/saiguo.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="980">
- <caret line="49" column="21" selection-start-line="49" selection-start-column="21" selection-end-line="49" selection-end-column="21" />
- <folding>
- <element signature="e#0#14#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/wangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="2388">
- <caret line="140" column="27" lean-forward="true" selection-start-line="140" selection-start-column="27" selection-end-line="140" selection-end-column="27" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/lanqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="806">
- <caret line="43" column="45" lean-forward="true" selection-start-line="43" selection-start-column="45" selection-end-line="43" selection-end-column="45" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/guanjun.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-438">
- <caret line="64" column="57" selection-start-line="64" selection-start-column="57" selection-end-line="64" selection-end-column="57" />
- <folding>
- <element signature="e#18#32#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/roll_bangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-1879">
- <caret line="111" column="62" selection-start-line="111" selection-start-column="62" selection-end-line="111" selection-end-column="62" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/ball_func.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="360">
- <caret line="18" column="67" lean-forward="true" selection-start-line="18" selection-start-column="13" selection-end-line="18" selection-end-column="67" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/zhibo.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="407">
- <caret line="31" column="13" selection-start-line="31" selection-start-column="8" selection-end-line="31" selection-end-column="65" />
- <folding>
- <element signature="e#1#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/roll_zuqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="538">
- <caret line="33" column="15" selection-start-line="33" selection-start-column="8" selection-end-line="33" selection-end-column="68" />
- <folding>
- <element signature="e#18#33#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/roll_wangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="960">
- <caret line="48" column="32" lean-forward="true" selection-start-line="48" selection-start-column="32" selection-end-line="48" selection-end-column="32" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/zhibo.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="100">
- <caret line="74" column="36" selection-start-line="74" selection-start-column="36" selection-end-line="74" selection-end-column="36" />
- <folding>
- <element signature="e#38#53#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="320">
- <caret line="38" column="41" selection-start-line="38" selection-start-column="40" selection-end-line="38" selection-end-column="46" />
- <folding>
- <element signature="e#46#61#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/roll_wangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="240">
- <caret line="69" selection-start-line="69" selection-end-line="70" selection-end-column="66" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/zuqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-311">
- <caret line="34" selection-start-line="34" selection-end-line="34" />
- <folding>
- <element signature="e#24#35#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/jieshu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="461">
- <caret line="55" column="31" lean-forward="true" selection-start-line="55" selection-start-column="31" selection-end-line="55" selection-end-column="31" />
- <folding>
- <element signature="e#0#15#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="241">
- <caret line="45" column="81" lean-forward="true" selection-start-line="45" selection-start-column="81" selection-end-line="45" selection-end-column="81" />
- <folding>
- <element signature="e#38#53#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/bangqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="537">
- <caret line="107" column="55" selection-start-line="107" selection-start-column="55" selection-end-line="107" selection-end-column="55" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/roll_lanqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="84">
- <caret line="255" column="21" lean-forward="true" selection-start-line="255" selection-start-column="21" selection-end-line="255" selection-end-column="21" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/spiders/roll_lanqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="304">
- <caret line="88" selection-start-line="88" selection-end-line="88" />
- <folding>
- <element signature="e#24#39#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/change.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="180">
- <caret line="15" column="36" selection-start-line="15" selection-start-column="31" selection-end-line="15" selection-end-column="36" />
- <folding>
- <element signature="e#0#11#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://C:/venv/Lib/site-packages/redis/client.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="201">
- <caret line="2704" column="48" selection-start-line="2704" selection-start-column="44" selection-end-line="2704" selection-end-column="48" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/utils/helper.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="59">
- <caret line="12" selection-start-line="12" selection-end-line="12" />
- <folding>
- <element signature="e#0#14#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/jieshu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="153">
- <caret line="72" column="46" selection-start-line="72" selection-start-column="46" selection-end-line="72" selection-end-column="46" />
- <folding>
- <element signature="e#0#15#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="190">
- <caret line="137" column="50" lean-forward="true" selection-start-line="137" selection-start-column="50" selection-end-line="137" selection-end-column="50" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/main.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="140">
- <caret line="7" column="37" lean-forward="true" selection-start-line="7" selection-start-column="37" selection-end-line="7" selection-end-column="37" />
- <folding>
- <element signature="e#0#10#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/pipeline/zuqiu.py">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="200">
- <caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
- <folding>
- <element signature="e#0#15#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- </component>
- </project>
|