Commit 1727af30 authored by 赵然's avatar 赵然

zr

parent a36a69e4
......@@ -7,15 +7,17 @@
</component>
<component name="ChangeListManager">
<list default="true" id="e25a7cef-ac5d-45ab-96bd-4f5895e00f71" name="Default" comment="">
<change beforePath="" afterPath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AccountModule.java" />
<change beforePath="" afterPath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/AccountService.java" />
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" afterPath="$PROJECT_DIR$/.idea/encodings.xml" />
<change beforePath="" afterPath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/SqlService.java" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/AutoTable.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/AutoTable.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/CardCommon.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/CardCommon.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/CollectCard.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/CollectCard.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/Hbase.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/Hbase.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/META-INF/MANIFEST.MF" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/META-INF/MANIFEST.MF" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/WEB-INF/classes/main/com/atguigu/springmvc/handlers/AccountModule.class" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/WEB-INF/classes/main/com/atguigu/springmvc/handlers/AccountModule.class" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/WEB-INF/classes/main/com/atguigu/springmvc/handlers/CollectModule.class" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/WEB-INF/classes/main/com/atguigu/springmvc/handlers/CollectModule.class" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/WEB-INF/classes/main/com/atguigu/springmvc/service/AccountService.class" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/WEB-INF/classes/main/com/atguigu/springmvc/service/AccountService.class" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/account.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/account.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/activity.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/activity.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/bury.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/bury.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/creatUrl.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/creatUrl.html" />
......@@ -26,20 +28,15 @@
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/red.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/red.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/sign.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/sign.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/success.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/success.html" />
<change beforePath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/UserModule.java" afterPath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/UserModule.java" />
<change beforePath="$PROJECT_DIR$/webapp/AutoTable.html" afterPath="$PROJECT_DIR$/webapp/AutoTable.html" />
<change beforePath="$PROJECT_DIR$/webapp/CardCommon.html" afterPath="$PROJECT_DIR$/webapp/CardCommon.html" />
<change beforePath="$PROJECT_DIR$/webapp/CollectCard.html" afterPath="$PROJECT_DIR$/webapp/CollectCard.html" />
<change beforePath="$PROJECT_DIR$/webapp/Hbase.html" afterPath="$PROJECT_DIR$/webapp/Hbase.html" />
<change beforePath="$PROJECT_DIR$/webapp/activity.html" afterPath="$PROJECT_DIR$/webapp/activity.html" />
<change beforePath="$PROJECT_DIR$/webapp/bury.html" afterPath="$PROJECT_DIR$/webapp/bury.html" />
<change beforePath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/userInfo.html" afterPath="$PROJECT_DIR$/out/artifacts/DuibaTestToolV2_1_war_exploded/userInfo.html" />
<change beforePath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AccountModule.java" afterPath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AccountModule.java" />
<change beforePath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CollectModule.java" afterPath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CollectModule.java" />
<change beforePath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/AccountService.java" afterPath="$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/AccountService.java" />
<change beforePath="$PROJECT_DIR$/target/classes/main/com/atguigu/springmvc/handlers/AccountModule.class" afterPath="$PROJECT_DIR$/target/classes/main/com/atguigu/springmvc/handlers/AccountModule.class" />
<change beforePath="$PROJECT_DIR$/target/classes/main/com/atguigu/springmvc/handlers/CollectModule.class" afterPath="$PROJECT_DIR$/target/classes/main/com/atguigu/springmvc/handlers/CollectModule.class" />
<change beforePath="$PROJECT_DIR$/target/classes/main/com/atguigu/springmvc/service/AccountService.class" afterPath="$PROJECT_DIR$/target/classes/main/com/atguigu/springmvc/service/AccountService.class" />
<change beforePath="$PROJECT_DIR$/webapp/account.html" afterPath="$PROJECT_DIR$/webapp/account.html" />
<change beforePath="$PROJECT_DIR$/webapp/creatUrl.html" afterPath="$PROJECT_DIR$/webapp/creatUrl.html" />
<change beforePath="$PROJECT_DIR$/webapp/dashboard.html" afterPath="$PROJECT_DIR$/webapp/dashboard.html" />
<change beforePath="$PROJECT_DIR$/webapp/encoder.html" afterPath="$PROJECT_DIR$/webapp/encoder.html" />
<change beforePath="$PROJECT_DIR$/webapp/package.html" afterPath="$PROJECT_DIR$/webapp/package.html" />
<change beforePath="$PROJECT_DIR$/webapp/red.html" afterPath="$PROJECT_DIR$/webapp/red.html" />
<change beforePath="$PROJECT_DIR$/webapp/sign.html" afterPath="$PROJECT_DIR$/webapp/sign.html" />
<change beforePath="$PROJECT_DIR$/webapp/success.html" afterPath="$PROJECT_DIR$/webapp/success.html" />
<change beforePath="$PROJECT_DIR$/webapp/userInfo.html" afterPath="$PROJECT_DIR$/webapp/userInfo.html" />
</list>
<ignored path="$PROJECT_DIR$/out/" />
......@@ -135,16 +132,11 @@
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/HbaseModule.java" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/common/HbaseService.java" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/UserModule.java" />
<option value="$PROJECT_DIR$/webapp/userInfo.html" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/AccountService.java" />
<option value="$PROJECT_DIR$/webapp/account.html" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AccountModule.java" />
<option value="$PROJECT_DIR$/webapp/activity.html" />
<option value="$PROJECT_DIR$/webapp/AutoTable.html" />
<option value="$PROJECT_DIR$/webapp/bury.html" />
<option value="$PROJECT_DIR$/webapp/CardCommon.html" />
<option value="$PROJECT_DIR$/webapp/CollectCard.html" />
<option value="$PROJECT_DIR$/webapp/creatUrl.html" />
<option value="$PROJECT_DIR$/webapp/dashboard.html" />
<option value="$PROJECT_DIR$/webapp/encoder.html" />
<option value="$PROJECT_DIR$/webapp/Hbase.html" />
......@@ -152,6 +144,13 @@
<option value="$PROJECT_DIR$/webapp/red.html" />
<option value="$PROJECT_DIR$/webapp/sign.html" />
<option value="$PROJECT_DIR$/webapp/success.html" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/SqlService.java" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AccountModule.java" />
<option value="$PROJECT_DIR$/webapp/account.html" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/AccountService.java" />
<option value="$PROJECT_DIR$/webapp/userInfo.html" />
<option value="$PROJECT_DIR$/webapp/creatUrl.html" />
<option value="$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CollectModule.java" />
</list>
</option>
</component>
......@@ -224,7 +223,6 @@
<foldersAlwaysOnTop value="true" />
</navigator>
<panes>
<pane id="Scope" />
<pane id="ProjectPane">
<subPane>
<expand>
......@@ -296,9 +294,10 @@
<select />
</subPane>
</pane>
<pane id="AndroidView" />
<pane id="Scratches" />
<pane id="PackagesPane" />
<pane id="Scratches" />
<pane id="AndroidView" />
<pane id="Scope" />
</panes>
</component>
<component name="PropertiesComponent">
......@@ -339,7 +338,7 @@
</list>
</option>
</component>
<component name="RunManager">
<component name="RunManager" selected="Tomcat Server.Unnamed">
<configuration default="true" type="Applet" factoryName="Applet">
<option name="HTML_USED" value="false" />
<option name="WIDTH" value="400" />
......@@ -388,6 +387,70 @@
<option name="HOST" value="localhost" />
<option name="PORT" value="5005" />
</configuration>
<configuration name="CollectModule.测试" type="TestNG" factoryName="TestNG" temporary="true" nameIsGenerated="true">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
<pattern>
<option name="PATTERN" value="main.com.atguigu.springmvc.handlers.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<module name="DuibaTestToolV2.1" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="SUITE_NAME" />
<option name="PACKAGE_NAME" value="main.com.atguigu.springmvc.handlers" />
<option name="MAIN_CLASS_NAME" value="main.com.atguigu.springmvc.handlers.CollectModule" />
<option name="METHOD_NAME" value="测试" />
<option name="GROUP_NAME" />
<option name="TEST_OBJECT" value="METHOD" />
<option name="VM_PARAMETERS" value="-ea" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
<option name="OUTPUT_DIRECTORY" />
<option name="ANNOTATION_TYPE" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<option name="TEST_SEARCH_SCOPE">
<value defaultName="singleModule" />
</option>
<option name="USE_DEFAULT_REPORTERS" value="false" />
<option name="PROPERTIES_FILE" />
<envs />
<properties />
<listeners />
</configuration>
<configuration name="CollectModule.test" type="TestNG" factoryName="TestNG" temporary="true" nameIsGenerated="true">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
<pattern>
<option name="PATTERN" value="main.com.atguigu.springmvc.handlers.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<module name="DuibaTestToolV2.1" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="SUITE_NAME" />
<option name="PACKAGE_NAME" value="main.com.atguigu.springmvc.handlers" />
<option name="MAIN_CLASS_NAME" value="main.com.atguigu.springmvc.handlers.CollectModule" />
<option name="METHOD_NAME" value="test" />
<option name="GROUP_NAME" />
<option name="TEST_OBJECT" value="METHOD" />
<option name="VM_PARAMETERS" value="-ea" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
<option name="OUTPUT_DIRECTORY" />
<option name="ANNOTATION_TYPE" />
<option name="ENV_VARIABLES" />
<option name="PASS_PARENT_ENVS" value="true" />
<option name="TEST_SEARCH_SCOPE">
<value defaultName="singleModule" />
</option>
<option name="USE_DEFAULT_REPORTERS" value="false" />
<option name="PROPERTIES_FILE" />
<envs />
<properties />
<listeners />
</configuration>
<configuration default="true" type="TestNG" factoryName="TestNG">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
<module name="" />
......@@ -494,6 +557,17 @@
<option name="PROGRAM_PARAMETERS" />
<predefined_log_file id="idea.log" enabled="true" />
</configuration>
<list size="3">
<item index="0" class="java.lang.String" itemvalue="Tomcat Server.Unnamed" />
<item index="1" class="java.lang.String" itemvalue="TestNG.CollectModule.测试" />
<item index="2" class="java.lang.String" itemvalue="TestNG.CollectModule.test" />
</list>
<recent_temporary>
<list size="2">
<item index="0" class="java.lang.String" itemvalue="TestNG.CollectModule.test" />
<item index="1" class="java.lang.String" itemvalue="TestNG.CollectModule.测试" />
</list>
</recent_temporary>
</component>
<component name="ShelveChangesManager" show_recycled="false">
<option name="remove_strategy" value="false" />
......@@ -578,81 +652,70 @@
<workItem from="1547777149313" duration="6015000" />
<workItem from="1548298094366" duration="4293000" />
<workItem from="1548477572372" duration="65000" />
<workItem from="1548754889798" duration="1542000" />
<workItem from="1548754889798" duration="9909000" />
<workItem from="1551323674907" duration="5484000" />
<workItem from="1554195296733" duration="113000" />
</task>
<servers />
</component>
<component name="TestHistory">
<history-entry file="CollectModule_test - 2019.02.28 at 11h 46m 49s.xml">
<configuration name="CollectModule.test" configurationId="TestNG" />
</history-entry>
<history-entry file="CollectModule_test - 2019.02.28 at 11h 47m 05s.xml">
<configuration name="CollectModule.test" configurationId="TestNG" />
</history-entry>
<history-entry file="CollectModule_test - 2019.02.28 at 11h 47m 51s.xml">
<configuration name="CollectModule.test" configurationId="TestNG" />
</history-entry>
<history-entry file="CollectModule_test - 2019.02.28 at 11h 49m 30s.xml">
<configuration name="CollectModule.test" configurationId="TestNG" />
</history-entry>
<history-entry file="CollectModule_测试 - 2019.02.28 at 11h 42m 11s.xml">
<configuration name="CollectModule.测试" configurationId="TestNG" />
</history-entry>
<history-entry file="CollectModule_测试 - 2019.02.28 at 11h 43m 09s.xml">
<configuration name="CollectModule.测试" configurationId="TestNG" />
</history-entry>
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="95085000" />
<option name="totallyTimeSpent" value="109049000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1176" extended-state="6" />
<layout>
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3298077" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
<window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3298077" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32995737" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.38942307" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Spring" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3298077" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.2855769" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
<window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.21055438" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
<window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="true" content_ui="tabs" />
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25673077" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
<window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
<window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3875" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Spring" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.2855769" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20628998" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
<window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="true" content_ui="tabs" />
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="true" content_ui="tabs" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
<window_info id="Messages" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25673077" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
</layout>
<layout-to-restore>
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="13" side_tool="false" content_ui="tabs" />
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32995737" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25673077" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
<window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Java Enterprise" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
<window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3875" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Spring" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.2855769" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.20628998" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
<window_info id="Web" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="5" side_tool="true" content_ui="tabs" />
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="true" content_ui="tabs" />
</layout-to-restore>
</layout>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
......@@ -667,34 +730,6 @@
<watches-manager />
</component>
<component name="editorHistoryManager">
<entry file="jar://$MAVEN_REPOSITORY$/io/rest-assured/rest-assured/3.0.3/rest-assured-3.0.3.jar!/io/restassured/response/Response.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="108">
<caret line="7" column="17" lean-forward="false" selection-start-line="7" selection-start-column="17" selection-end-line="7" selection-end-column="17" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AutoModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-645">
<caret line="14" column="11" lean-forward="true" selection-start-line="14" selection-start-column="11" selection-end-line="14" selection-end-column="11" />
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/4.3.2.RELEASE/spring-web-4.3.2.RELEASE.jar!/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="162">
<caret line="12" column="13" lean-forward="false" selection-start-line="12" selection-start-column="13" selection-end-line="12" selection-end-column="13" />
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/4.3.2.RELEASE/spring-webmvc-4.3.2.RELEASE.jar!/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerAdapter.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="198">
<caret line="108" column="13" lean-forward="false" selection-start-line="108" selection-start-column="13" selection-end-line="108" selection-end-column="13" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/pom.xml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="10125">
......@@ -817,13 +852,6 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/RedModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="480">
<caret line="49" column="36" lean-forward="false" selection-start-line="49" selection-start-column="36" selection-end-line="49" selection-end-column="36" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/common/RedisUtil.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="270">
......@@ -831,13 +859,6 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CreatUrlModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-1431">
<caret line="18" column="26" lean-forward="false" selection-start-line="18" selection-start-column="26" selection-end-line="18" selection-end-column="26" />
</state>
</provider>
</entry>
<entry file="file://$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="237">
......@@ -859,13 +880,6 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CoderModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="563">
<caret line="42" column="33" lean-forward="true" selection-start-line="42" selection-start-column="33" selection-end-line="42" selection-end-column="33" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/HbaseModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="155">
......@@ -873,13 +887,6 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/userInfo.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="366">
<caret line="76" column="31" lean-forward="false" selection-start-line="76" selection-start-column="31" selection-end-line="76" selection-end-column="31" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/NewActivityService.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1641">
......@@ -888,43 +895,10 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CollectModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="311">
<caret line="139" column="22" lean-forward="true" selection-start-line="139" selection-start-column="22" selection-end-line="139" selection-end-column="22" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/AccountService.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="432">
<caret line="24" column="107" lean-forward="false" selection-start-line="24" selection-start-column="94" selection-end-line="24" selection-end-column="107" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/UserModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="236">
<caret line="54" column="30" lean-forward="true" selection-start-line="54" selection-start-column="0" selection-end-line="55" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AccountModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="451">
<caret line="66" column="0" lean-forward="false" selection-start-line="66" selection-start-column="0" selection-end-line="66" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/activity.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="422">
<caret line="264" column="48" lean-forward="false" selection-start-line="264" selection-start-column="48" selection-end-line="264" selection-end-column="48" />
<folding />
</state>
</provider>
</entry>
......@@ -932,7 +906,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="405">
<caret line="294" column="70" lean-forward="false" selection-start-line="294" selection-start-column="70" selection-end-line="294" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
......@@ -940,15 +913,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="217">
<caret line="365" column="70" lean-forward="true" selection-start-line="365" selection-start-column="70" selection-end-line="365" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/account.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="243">
<caret line="186" column="28" lean-forward="true" selection-start-line="186" selection-start-column="28" selection-end-line="186" selection-end-column="28" />
<folding />
</state>
</provider>
</entry>
......@@ -956,7 +920,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="341">
<caret line="186" column="70" lean-forward="false" selection-start-line="186" selection-start-column="70" selection-end-line="186" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
......@@ -964,15 +927,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="422">
<caret line="235" column="70" lean-forward="false" selection-start-line="235" selection-start-column="70" selection-end-line="235" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/creatUrl.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="503">
<caret line="207" column="70" lean-forward="false" selection-start-line="207" selection-start-column="70" selection-end-line="207" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
......@@ -980,7 +934,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="371">
<caret line="294" column="70" lean-forward="false" selection-start-line="294" selection-start-column="70" selection-end-line="294" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
......@@ -988,7 +941,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="231">
<caret line="311" column="70" lean-forward="false" selection-start-line="311" selection-start-column="70" selection-end-line="311" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
......@@ -996,7 +948,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="513">
<caret line="214" column="70" lean-forward="false" selection-start-line="214" selection-start-column="70" selection-end-line="214" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
......@@ -1004,7 +955,6 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="372">
<caret line="294" column="70" lean-forward="false" selection-start-line="294" selection-start-column="70" selection-end-line="294" selection-end-column="70" />
<folding />
</state>
</provider>
</entry>
......@@ -1012,6 +962,42 @@
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-972">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/sign.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="744">
<caret line="263" column="70" lean-forward="false" selection-start-line="263" selection-start-column="70" selection-end-line="263" selection-end-column="70" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/red.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="394">
<caret line="276" column="38" lean-forward="true" selection-start-line="276" selection-start-column="38" selection-end-line="276" selection-end-column="38" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CreatUrlModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="27">
<caret line="18" column="26" lean-forward="false" selection-start-line="18" selection-start-column="26" selection-end-line="18" selection-end-column="26" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/account.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="270">
<caret line="244" column="26" lean-forward="true" selection-start-line="244" selection-start-column="26" selection-end-line="244" selection-end-column="26" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/AccountService.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="203">
<caret line="24" column="33" lean-forward="false" selection-start-line="24" selection-start-column="33" selection-end-line="24" selection-end-column="33" />
<folding />
</state>
</provider>
......@@ -1019,27 +1005,100 @@
<entry file="file://$PROJECT_DIR$/webapp/success.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="379">
<caret line="261" column="70" lean-forward="false" selection-start-line="261" selection-start-column="70" selection-end-line="261" selection-end-column="70" />
<caret line="261" column="34" lean-forward="true" selection-start-line="261" selection-start-column="0" selection-end-line="262" selection-end-column="0" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/userInfo.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="366">
<caret line="178" column="70" lean-forward="false" selection-start-line="178" selection-start-column="70" selection-end-line="178" selection-end-column="70" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/creatUrl.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="422">
<caret line="282" column="25" lean-forward="true" selection-start-line="282" selection-start-column="25" selection-end-line="282" selection-end-column="25" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CoderModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="379">
<caret line="23" column="82" lean-forward="false" selection-start-line="23" selection-start-column="82" selection-end-line="23" selection-end-column="82" />
<folding>
<element signature="method#Base64Coder#0;class#CoderModule#0" expanded="false" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/UserModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="501">
<caret line="45" column="0" lean-forward="true" selection-start-line="45" selection-start-column="0" selection-end-line="45" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/sign.html">
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/RedModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="744">
<caret line="263" column="70" lean-forward="false" selection-start-line="263" selection-start-column="70" selection-end-line="263" selection-end-column="70" />
<state relative-caret-position="-1139">
<caret line="49" column="36" lean-forward="false" selection-start-line="49" selection-start-column="36" selection-end-line="49" selection-end-column="36" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/webapp/red.html">
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AccountModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="487">
<caret line="96" column="0" lean-forward="true" selection-start-line="96" selection-start-column="0" selection-end-line="96" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/AutoModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="783">
<caret line="39" column="0" lean-forward="true" selection-start-line="39" selection-start-column="0" selection-end-line="39" selection-end-column="0" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/common/MongoUtils.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="418">
<caret line="227" column="70" lean-forward="false" selection-start-line="227" selection-start-column="70" selection-end-line="227" selection-end-column="70" />
<state relative-caret-position="378">
<caret line="25" column="24" lean-forward="false" selection-start-line="25" selection-start-column="24" selection-end-line="25" selection-end-column="24" />
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/org/testng/testng/6.8.8/testng-6.8.8.jar!/org/testng/annotations/Test.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="203">
<caret line="14" column="18" lean-forward="false" selection-start-line="14" selection-start-column="18" selection-end-line="14" selection-end-column="18" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/service/SqlService.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="161">
<caret line="46" column="20" lean-forward="false" selection-start-line="46" selection-start-column="20" selection-end-line="46" selection-end-column="20" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/com/atguigu/springmvc/handlers/CollectModule.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="761">
<caret line="287" column="0" lean-forward="false" selection-start-line="287" selection-start-column="0" selection-end-line="287" selection-end-column="0" />
<folding>
<element signature="imports" expanded="false" />
<element signature="method#doAction#0;class#CollectModule#0" expanded="false" />
<element signature="method#doSet#0;class#CollectModule#0" expanded="false" />
</folding>
</state>
</provider>
</entry>
</component>
<component name="masterDetails">
<states>
......
......@@ -363,6 +363,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -184,6 +184,7 @@ $(document).ready(function(){
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -233,6 +233,7 @@ $(document).ready(function(){
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -212,6 +212,7 @@ function check2(obj){
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
Manifest-Version: 1.0
Built-By: Administrator
Created-By: IntelliJ IDEA
Build-Jdk: 1.8.0_151
Class-Path:
......@@ -92,6 +92,24 @@ $(document).ready(function(){
}
});
$("#clearAccount").click(function(e){
var appid = $("#appid_v").val();
var alipay = $("#alipay_v").val();
if (appid==null || appid==""){
alert("appid不可为空");
return false;
}
else {
$("#result2").val("获取执行结果,请等待~");
e.preventDefault();
$.post("clearAccount", {"appid": appid,"alipay": alipay}, function (data, status) {
$("#result2").val(data.message);
});
}
});
});
</script>
......@@ -223,7 +241,7 @@ $(document).ready(function(){
<div class="mws-panel grid_4">
<div class="mws-panel-header">
<span class="mws-i-24 i-upload">账户余额设置</span>
<span class="mws-i-24 i-cog-5">账户余额设置</span>
</div>
<div class="mws-panel-body">
<form class="mws-form">
......@@ -264,6 +282,44 @@ $(document).ready(function(){
</div>
</div>
<div class="clear"></div>
<div class="mws-panel grid_4">
<div class="mws-panel-header">
<span class="mws-i-24 i-cut">用户提现账号解绑</span>
</div>
<div class="mws-panel-body">
<form class="mws-form">
<div class="mws-form-inline">
<div class="mws-form-row" id="appid">
<label>appId</label>
<div class="mws-form-item small">
<input type="number" class="mws-textinput" name="appid" placeholder="请输入开发者应用id" id="appid_v"/>
</div>
</div>
<div class="mws-form-row" id="alipay">
<label>解绑账户</label>
<div class="mws-form-item small">
<input type="number" class="mws-textinput" name="alipay" placeholder="不填默认解绑账户为peeulk6392@sandbox.com" id="alipay_v"/>
</div>
</div>
<div class="mws-form-row">
<label>结果显示</label>
<div class="mws-form-item large">
<textarea class="warning" rows="100%" cols="100%" readonly="readonly" id="result2" style="background-color:#ccc"></textarea>
</div>
</div>
<div class="mws-button-row">
<input type="submit" value="立即解绑" class="mws-button red" id="clearAccount"/>
</div>
</div>
</form>
</div>
</div>
<div id="mws-footer">
Copyright &copy; 2014.Company name All rights reserved.More Templates <a href="http://www.duiba.com.cn/" target="_blank" title="模板之家">兑吧网络科技</a>
</div>
......
......@@ -262,6 +262,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -292,6 +292,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -205,6 +205,7 @@ $(document).ready(function(){
<ul>
<li><a href="#">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......@@ -278,7 +279,7 @@ $(document).ready(function(){
<div class="mws-form-row">
<label>用户id</label>
<div class="mws-form-item small">
<input type="number" class="mws-textinput" name="user_id" placeholder="partner_user_id,不填默认未登录用户" id="userId"/>
<input type="text" class="mws-textinput" name="user_id" placeholder="partner_user_id,不填默认未登录用户" id="userId"/>
</div>
</div>
......
......@@ -292,6 +292,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -309,6 +309,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -292,6 +292,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -225,6 +225,7 @@ $(document).ready(function(){
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -261,6 +261,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li class="active">
......
......@@ -259,6 +259,7 @@
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="userInfo.html">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -176,6 +176,7 @@ $(document).ready(function(){
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="#">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
......@@ -5,23 +5,29 @@ import main.com.atguigu.springmvc.common.MatcherString;
import main.com.atguigu.springmvc.service.AccountService;
import main.com.atguigu.springmvc.service.Authorization;
import main.com.atguigu.springmvc.service.NewActivityService;
import main.com.atguigu.springmvc.service.SqlService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import org.testng.annotations.Test;
import javax.servlet.http.HttpServletRequest;
import java.util.Base64;
import java.util.HashMap;
import java.util.Map;
@Controller
public class AccountModule {
@Autowired
AccountService accountService;
@Autowired
Authorization authorization;
@Autowired
SqlService sqlService;
final Base64.Decoder decoder = Base64.getDecoder();
......@@ -67,4 +73,37 @@ public class AccountModule {
return map;
}
/**
* 功能:解绑用户提现账号
* @return
*/
@RequestMapping(value = "/clearAccount", method= RequestMethod.POST)
@ResponseBody
public Map clearAccount(HttpServletRequest request) throws Exception {
System.out.println("日志:访问统计");
String appid = request.getParameter("appid");
String alipay = request.getParameter("alipay");
if(alipay.equals(null) || alipay.equals("") ){
alipay = "peeulk6392@sandbox.com";
}
System.out.println("appid为:" + appid);
System.out.println("alipay为:" + alipay);
Map<String, String> map = new HashMap<>();
String sql = "delete from credits_dev.anticheat_exchange_limit where app_id = "+appid+" and account = '"+alipay+"' ";
Response response = sqlService.update(sql);
if(response.asString().equals("true")){
String result = "账户解绑成功!";
map.put("message", result);
}else{
String result = "账户解绑失败!";
map.put("message", result);
}
return map;
}
}
......@@ -5,6 +5,7 @@ import main.com.atguigu.springmvc.common.MysqlUtils;
import main.com.atguigu.springmvc.service.Authorization;
import main.com.atguigu.springmvc.service.NewActivityService;
import io.restassured.response.Response;
import main.com.atguigu.springmvc.service.SqlService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
......@@ -26,6 +27,8 @@ public class CollectModule {
NewActivityService newActivityService;
@Autowired
Authorization authorization;
@Autowired
SqlService sqlService;
final Base64.Decoder decoder = Base64.getDecoder();
private MysqlUtils jdbc;
......@@ -179,9 +182,9 @@ public class CollectModule {
System.out.println("用户id:" + userId);
System.out.println("卡片id:" + cardId);
jdbc = MysqlUtils.mysqlDuiba("act_com_conf");
Map good = jdbc.findSimpleResult("select * from goods.item where id = "+cardId);
String card_name = String.valueOf(good.get("name"));
Response good = sqlService.findSimpleResult("select * from goods.item where id = "+cardId);
String card_name = String.valueOf(good.jsonPath().getString("name"));
//userid转consumerid
Map<String,String> login_map = authorization.dafuwengLogin(Integer.parseInt(userId));
System.out.println("用户login_map为:" + login_map.toString());
......@@ -200,16 +203,17 @@ public class CollectModule {
map.put("cardId", cardId);
String sql = "SELECT * FROM tb_kvtable_"+tag+" where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_itemId_"+consumerId+"_"+cardId+"';";
System.out.println("sql为:" + sql);
String sql = "SELECT * FROM ckvtable.tb_kvtable_"+tag+" where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_itemId_"+consumerId+"_"+cardId+"';";
jdbc = MysqlUtils.mysqlDuiba("ckvtable");
Map data = jdbc.findSimpleResult(sql);
Response response = sqlService.findSimpleResult(sql);
System.out.println("查询结果为:" + response.asString());
if (data.isEmpty()) {
if (response.asString().equals("{}")) {
try {
String sqlAdd = "INSERT INTO tb_kvtable_"+tag+" ( `consumer_id`, `vspace`, `vkey`, `int_value`, `string_value`, `gmt_create`, `gmt_modified`) VALUES ( '"+consumerId+"', 'duiba-activity-web', 'cl_good_cid_itemId_"+consumerId+"_"+cardId+"', '"+count+"', NULL, '2018-09-04 16:05:19', '2018-09-05 16:14:48')";
jdbc.update(sqlAdd);
String sqlAdd = "INSERT INTO ckvtable.tb_kvtable_"+tag+" ( `consumer_id`, `vspace`, `vkey`, `int_value`, `string_value`, `gmt_create`, `gmt_modified`) VALUES ( '"+consumerId+"', 'duiba-activity-web', 'cl_good_cid_itemId_"+consumerId+"_"+cardId+"', '"+count+"', NULL, '2018-09-04 16:05:19', '2018-09-05 16:14:48')";
sqlService.update(sqlAdd);
System.out.println("如果卡片原本为空,重置成功!");
map.put("success", "true");
map.put("message", "卡片数设置成功,用户"+userId+"的"+card_name+"(卡)数量为:"+count);
} catch (Exception e) {
......@@ -218,7 +222,9 @@ public class CollectModule {
}
}else {
try {
jdbc.update("update tb_kvtable_"+tag+" set int_value = '"+count+"' where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_itemId_"+consumerId+"_"+cardId+"'",null);
sqlService.update("update ckvtable.tb_kvtable_"+tag+" set int_value = '"+count+"' where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_itemId_"+consumerId+"_"+cardId+"'");
System.out.println("如果卡片原本有值,重置成功!");
map.put("success", "true");
map.put("message", "卡片数设置成功,用户"+userId+"的"+card_name+"(卡)数量为:"+count);
} catch (Exception e) {
......@@ -227,9 +233,6 @@ public class CollectModule {
}
}
//释放数据库
jdbc.releaseConn();
return map;
}
......@@ -267,18 +270,22 @@ public class CollectModule {
Map<String, String> map = new HashMap<>();
String sql = "SELECT * FROM tb_kvtable_"+tag+" where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_Crule_grade_"+consumerId+"_"+ruleId+"_"+termId+"'";
String sql = "SELECT * FROM ckvtable.tb_kvtable_"+tag+" where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_Crule_grade_"+consumerId+"_"+ruleId+"_"+termId+"'";
System.out.println("sql为:" + sql);
jdbc = MysqlUtils.mysqlDuiba("ckvtable");
Map data = jdbc.findSimpleResult(sql);
// jdbc = MysqlUtils.mysqlDuiba("ckvtable");
// Map data = jdbc.findSimpleResult(sql);
Response response = sqlService.findSimpleResult(sql);
System.out.println("查询结果为:" + response.asString());
if (data.isEmpty()) {
if (response.asString().equals("{}")) {
map.put("success", "false");
map.put("message", "该用户未开过大奖");
}else {
try {
jdbc.update("delete FROM tb_kvtable_"+tag+" where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_Crule_grade_"+consumerId+"_"+ruleId+"_"+termId+"'");
//jdbc.update("delete FROM tb_kvtable_"+tag+" where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_Crule_grade_"+consumerId+"_"+ruleId+"_"+termId+"'");
sqlService.update("delete FROM ckvtable.tb_kvtable_"+tag+" where consumer_id = '"+consumerId+"' and vkey = 'cl_good_cid_Crule_grade_"+consumerId+"_"+ruleId+"_"+termId+"'");
map.put("success", "true");
map.put("message", "用户"+userId+"的开大奖记录清除成功");
} catch (Exception e) {
......@@ -288,8 +295,9 @@ public class CollectModule {
}
//释放数据库
jdbc.releaseConn();
//jdbc.releaseConn();
return map;
}
}
......@@ -30,13 +30,7 @@ public class AccountService {
map.put("balanceAmount",balanceAmount);
Response response = given().cookies(authorization.dafuwengLogin(uid)).params(map).get(url+"/aaw/automated/updateConsumerAccount");
try{
Assert.assertEquals(response.jsonPath().getString("success"),"true");
}catch(Exception e){
throw new Exception("/aaw/automated/updateConsumerAccount接口失败,返回信息:"+response.asString());
}catch(Error er){
throw new Exception("/aaw/automated/updateConsumerAccount接口失败,返回信息:"+response.asString());
}
return response;
}
......
package main.com.atguigu.springmvc.service;
import io.restassured.response.Response;
import org.springframework.stereotype.Service;
import java.util.HashMap;
import java.util.Map;
import static io.restassured.RestAssured.given;
@Service
public class SqlService {
private String url = "http://172.16.80.203:1112";
private String account = "zhaoran";
private String pass = "qwe123";
private String aliyun = "false";
public Response findSimpleResult(String sql) throws Exception{
Map<String, String> map = new HashMap<>();
map.put("sql",sql);
map.put("account",account);
map.put("pass",pass);
map.put("aliyun",aliyun);
Response response = given().params(map).get(url+"/sql/findSimpleResult");
return response;
}
public Response findModeResult(String sql) throws Exception{
Map<String, String> map = new HashMap<>();
map.put("sql",sql);
map.put("account",account);
map.put("pass",pass);
map.put("aliyun",aliyun);
Response response = given().params(map).get(url+"/sql/findModeResult");
return response;
}
public Response update(String sql) throws Exception{
Map<String, String> map = new HashMap<>();
map.put("sql",sql);
map.put("account",account);
map.put("pass",pass);
map.put("aliyun",aliyun);
Response response = given().params(map).get(url+"/sql/update");
return response;
}
// public static void main(String[] args) {
// NewtoolsService service = new NewtoolsService();
// Response response = service.index("17236");
// NewActivityService services = new NewActivityService();
// services.doJoin(response.getDetailedCookies(),"");
// }
}
......@@ -92,6 +92,24 @@ $(document).ready(function(){
}
});
$("#clearAccount").click(function(e){
var appid = $("#appid_v").val();
var alipay = $("#alipay_v").val();
if (appid==null || appid==""){
alert("appid不可为空");
return false;
}
else {
$("#result2").val("获取执行结果,请等待~");
e.preventDefault();
$.post("clearAccount", {"appid": appid,"alipay": alipay}, function (data, status) {
$("#result2").val(data.message);
});
}
});
});
</script>
......@@ -223,7 +241,7 @@ $(document).ready(function(){
<div class="mws-panel grid_4">
<div class="mws-panel-header">
<span class="mws-i-24 i-upload">账户余额设置</span>
<span class="mws-i-24 i-cog-5">账户余额设置</span>
</div>
<div class="mws-panel-body">
<form class="mws-form">
......@@ -264,6 +282,44 @@ $(document).ready(function(){
</div>
</div>
<div class="clear"></div>
<div class="mws-panel grid_4">
<div class="mws-panel-header">
<span class="mws-i-24 i-cut">用户提现账号解绑</span>
</div>
<div class="mws-panel-body">
<form class="mws-form">
<div class="mws-form-inline">
<div class="mws-form-row" id="appid">
<label>appId</label>
<div class="mws-form-item small">
<input type="number" class="mws-textinput" name="appid" placeholder="请输入开发者应用id" id="appid_v"/>
</div>
</div>
<div class="mws-form-row" id="alipay">
<label>解绑账户</label>
<div class="mws-form-item small">
<input type="number" class="mws-textinput" name="alipay" placeholder="不填默认解绑账户为peeulk6392@sandbox.com" id="alipay_v"/>
</div>
</div>
<div class="mws-form-row">
<label>结果显示</label>
<div class="mws-form-item large">
<textarea class="warning" rows="100%" cols="100%" readonly="readonly" id="result2" style="background-color:#ccc"></textarea>
</div>
</div>
<div class="mws-button-row">
<input type="submit" value="立即解绑" class="mws-button red" id="clearAccount"/>
</div>
</div>
</form>
</div>
</div>
<div id="mws-footer">
Copyright &copy; 2014.Company name All rights reserved.More Templates <a href="http://www.duiba.com.cn/" target="_blank" title="模板之家">兑吧网络科技</a>
</div>
......
......@@ -279,7 +279,7 @@ $(document).ready(function(){
<div class="mws-form-row">
<label>用户id</label>
<div class="mws-form-item small">
<input type="number" class="mws-textinput" name="user_id" placeholder="partner_user_id,不填默认未登录用户" id="userId"/>
<input type="text" class="mws-textinput" name="user_id" placeholder="partner_user_id,不填默认未登录用户" id="userId"/>
</div>
</div>
......
......@@ -176,6 +176,7 @@ $(document).ready(function(){
<ul>
<li><a href="creatUrl.html">生成免登链接</a></li>
<li><a href="#">用户基础信息</a></li>
<li><a href="account.html">钱包账户设置</a></li>
</ul>
</li>
<li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment