123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="12140050-64bb-493c-b359-1ac1fbbf3cc2" name="Changes" comment="">
- <change afterPath="$PROJECT_DIR$/../../02_JavaWeb/day04_maven/pom.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/java/com/lc/mybatis/mapper/UserMapper.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/java/com/lc/mybatis/pojo/User.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/druid.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/log4j.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/mapper/UserMapper.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/main/resources/mybatis-config.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/test/java/Test01.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/test/java/com/lc/mybatis/TestMybatis01.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../../maven_test/src/test/java/com/lc/mybatis/TestMybatis02.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/day03/src/com/lc/day03/exer/ExerWhile04.java" beforeDir="false" afterPath="$PROJECT_DIR$/day03/src/com/lc/day03/exer/ExerWhile04.java" afterDir="false" />
- </list>
- <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="CompilerWorkspaceConfiguration">
- <option name="MAKE_PROJECT_ON_SAVE" value="true" />
- <option name="PARALLEL_COMPILATION" value="true" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Enum" />
- <option value="AnnotationType" />
- <option value="Interface" />
- <option value="Class" />
- <option value="Record" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
- </component>
- <component name="HighlightingSettingsPerFile">
- <setting file="jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/io/PrintStream.java" root0="SKIP_INSPECTION" />
- <setting file="jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/lang/Object.java" root0="SKIP_INSPECTION" />
- <setting file="jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/lang/String.java" root0="SKIP_INSPECTION" />
- </component>
- <component name="MavenImportPreferences">
- <option name="generalSettings">
- <MavenGeneralSettings>
- <option name="mavenHome" value="$USER_HOME$/Xerga/apache-maven-3.8.1" />
- </MavenGeneralSettings>
- </option>
- </component>
- <component name="ProjectId" id="2SScBSD1SlwdDkWS5JFdUI4caCI" />
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "Downloaded.Files.Path.Enabled": "false",
- "Repository.Attach.Annotations": "false",
- "Repository.Attach.JavaDocs": "false",
- "Repository.Attach.Sources": "false",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "jdk.selected.JAVA_MODULE": "17",
- "last_opened_file_path": "C:/LoveCoding/VIP-27/code/02_JavaWeb",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "project.structure.last.edited": "Modules",
- "project.structure.proportion": "0.15",
- "project.structure.side.proportion": "0.2908046",
- "settings.editor.selected.configurable": "preferences.pluginManager",
- "vue.rearranger.settings.migration": "true"
- }
- }</component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day20\src\com\lc\day20\reflect1" />
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day19\src\com\lc\day19\tcp4" />
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\img\a" />
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\img" />
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\libs" />
- </key>
- <key name="MoveFile.RECENT_KEYS">
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day20\src" />
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day20\src\com\lc\day20" />
- <recent name="C:\LoveCoding\VIP-27\code\01_JavaSe\JavaSe\day18\files" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.lc.day20.reflect6" />
- <recent name="com.lc.day20.reflect4" />
- <recent name="com.lc.day19.tcp2" />
- <recent name="com.lc.internet.a1.a2" />
- <recent name="com.lc.day18.io3" />
- </key>
- </component>
- <component name="RunManager" selected="Application.ExerWhile04">
- <configuration name="ExerWhile04" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="com.lc.day03.exer.ExerWhile04" />
- <module name="day03" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.day03.exer.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestPerson" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="com.lc.day21.exer.TestPerson" />
- <module name="day21" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.day21.exer.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="StreamEndding.test06" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="day21" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.day21.stream5.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.lc.day21.stream5" />
- <option name="MAIN_CLASS_NAME" value="com.lc.day21.stream5.StreamEndding" />
- <option name="METHOD_NAME" value="test06" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="Test01.test06" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="day21" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.day21.other6.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.lc.day21.other6" />
- <option name="MAIN_CLASS_NAME" value="com.lc.day21.other6.Test01" />
- <option name="METHOD_NAME" value="test06" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="Test01.test07" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="day21" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.day21.other6.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.lc.day21.other6" />
- <option name="MAIN_CLASS_NAME" value="com.lc.day21.other6.Test01" />
- <option name="METHOD_NAME" value="test07" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Application.ExerWhile04" />
- <item itemvalue="JUnit.Test01.test07" />
- <item itemvalue="JUnit.Test01.test06" />
- <item itemvalue="Application.TestPerson" />
- <item itemvalue="JUnit.StreamEndding.test06" />
- </list>
- </recent_temporary>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="12140050-64bb-493c-b359-1ac1fbbf3cc2" name="Changes" comment="" />
- <created>1689143288660</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1689143288660</updated>
- <workItem from="1689143289687" duration="5805000" />
- <workItem from="1689211079534" duration="19362000" />
- <workItem from="1689384878613" duration="14576000" />
- <workItem from="1689468088880" duration="17301000" />
- <workItem from="1689643884392" duration="16542000" />
- <workItem from="1689672101731" duration="69000" />
- <workItem from="1689727752702" duration="14494000" />
- <workItem from="1689898697160" duration="19397000" />
- <workItem from="1689933974907" duration="72000" />
- <workItem from="1689934055143" duration="86000" />
- <workItem from="1689936166819" duration="1266000" />
- <workItem from="1689981531239" duration="19507000" />
- <workItem from="1690114904679" duration="3000" />
- <workItem from="1690114916552" duration="738000" />
- <workItem from="1690154455002" duration="23097000" />
- <workItem from="1690206101546" duration="85000" />
- <workItem from="1690246169052" duration="14741000" />
- <workItem from="1690370971331" duration="6173000" />
- <workItem from="1690419458171" duration="18766000" />
- <workItem from="1690458845079" duration="5169000" />
- <workItem from="1690464119555" duration="598000" />
- <workItem from="1690501051377" duration="18210000" />
- <workItem from="1690631747902" duration="3358000" />
- <workItem from="1690676800967" duration="5072000" />
- <workItem from="1690684936752" duration="13141000" />
- <workItem from="1690804193135" duration="1186000" />
- <workItem from="1690851113105" duration="12286000" />
- <workItem from="1690873318698" duration="6727000" />
- <workItem from="1690894136815" duration="2359000" />
- <workItem from="1690939282458" duration="15341000" />
- <workItem from="1691023555033" duration="16077000" />
- <workItem from="1691198578351" duration="14660000" />
- <workItem from="1691238697829" duration="104000" />
- <workItem from="1691284527744" duration="15953000" />
- <workItem from="1691378808845" duration="641000" />
- <workItem from="1691448600851" duration="17831000" />
- <workItem from="1691496500463" duration="2341000" />
- <workItem from="1691538656273" duration="13926000" />
- <workItem from="1691628937313" duration="15412000" />
- <workItem from="1691755044626" duration="151000" />
- <workItem from="1692320229055" duration="5340000" />
- <workItem from="1692404696737" duration="15000" />
- <workItem from="1692760679023" duration="2997000" />
- <workItem from="1692774912062" duration="30000" />
- <workItem from="1693622489264" duration="27000" />
- <workItem from="1693622628530" duration="162000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager>
- <breakpoints>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day02/src/com/lc/day02/Demo010.java</url>
- <line>16</line>
- <option name="timeStamp" value="2" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day02/src/com/lc/day02/Demo010.java</url>
- <line>28</line>
- <option name="timeStamp" value="3" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day02/src/com/lc/day02/Demo011_if2.java</url>
- <line>18</line>
- <option name="timeStamp" value="4" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day03/src/com/lc/day03/Demo01_For.java</url>
- <line>20</line>
- <option name="timeStamp" value="5" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day03/src/com/lc/day03/exer/Exer_Scanner1.java</url>
- <line>45</line>
- <option name="timeStamp" value="6" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day04/src/com/lc/day04/DemoArrArr10.java</url>
- <line>25</line>
- <option name="timeStamp" value="12" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day05/src/com/lc/day05/method2/Person.java</url>
- <line>23</line>
- <option name="timeStamp" value="13" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day06/src/com/lc/day06/this03/this1/DemoThis.java</url>
- <line>14</line>
- <option name="timeStamp" value="17" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day06/src/com/lc/day06/this03/this1/Person.java</url>
- <line>16</line>
- <option name="timeStamp" value="18" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day06/src/com/lc/day06/this03/this1/Person.java</url>
- <line>32</line>
- <option name="timeStamp" value="19" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day10/src/com/lc/day10/test/ThreadStateTest.java</url>
- <line>8</line>
- <option name="timeStamp" value="22" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day11/src/com/lc/day11/test5/CalendarTest.java</url>
- <line>50</line>
- <option name="timeStamp" value="23" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day13/src/com/lc/day13/exer/Test01.java</url>
- <line>95</line>
- <option name="timeStamp" value="24" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/Arrays.java</url>
- <line>1039</line>
- <option name="timeStamp" value="29" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day13/src/com/lc/day13/comparable/Student.java</url>
- <line>26</line>
- <option name="timeStamp" value="31" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/Arrays.java</url>
- <line>1232</line>
- <option name="timeStamp" value="33" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/TimSort.java</url>
- <line>211</line>
- <option name="timeStamp" value="34" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/TimSort.java</url>
- <line>278</line>
- <option name="timeStamp" value="35" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day14/src/com/lc/day14/api1/PersonSort.java</url>
- <line>18</line>
- <option name="timeStamp" value="38" />
- </line-breakpoint>
- <line-breakpoint type="java-line">
- <url>file://$PROJECT_DIR$/day14/src/com/lc/day14/collection1/TestCollection1.java</url>
- <line>59</line>
- <option name="timeStamp" value="44" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day14/src/com/lc/day14/exer/TestList.java</url>
- <line>32</line>
- <option name="timeStamp" value="77" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>jar://$PROJECT_DIR$/../../../../../Program Files/Java/jdk-17/lib/src.zip!/java.base/java/util/ArrayList.java</url>
- <line>613</line>
- <option name="timeStamp" value="86" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day15/src/com/lc/day15/exer/ExerSet1.java</url>
- <line>52</line>
- <option name="timeStamp" value="111" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day15/src/com/lc/day15/exer/ExerSet1.java</url>
- <line>61</line>
- <option name="timeStamp" value="112" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day16/src/com/lc/day16/srcs/Test01.java</url>
- <line>57</line>
- <option name="timeStamp" value="114" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day16/src/com/lc/day16/srcs/Test01.java</url>
- <line>27</line>
- <option name="timeStamp" value="130" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day18/src/com/lc/day18/io2/TestObj.java</url>
- <line>22</line>
- <option name="timeStamp" value="141" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/test/src/com/lc/internet/a2/Client.java</url>
- <line>38</line>
- <option name="timeStamp" value="142" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day19/src/com/lc/day19/tcp3/Client.java</url>
- <line>85</line>
- <option name="timeStamp" value="147" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day19/src/com/lc/day19/tcp4/Server.java</url>
- <line>67</line>
- <option name="timeStamp" value="151" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day19/src/com/lc/day19/tcp4/Client.java</url>
- <line>72</line>
- <option name="timeStamp" value="152" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day20/src/com/lc/day20/reflect7/TestAnnotation.java</url>
- <line>32</line>
- <option name="timeStamp" value="153" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/day21/src/com/lc/day21/stream5/StreamEndding.java</url>
- <line>33</line>
- <option name="timeStamp" value="156" />
- </line-breakpoint>
- </breakpoints>
- </breakpoint-manager>
- </component>
- <component name="XSLT-Support.FileAssociations.UIState">
- <expand />
- <select />
- </component>
- </project>
|