-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af86fcd
commit 1dc9226
Showing
5 changed files
with
129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module type="JAVA_MODULE" version="4"> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/FastServer/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/default/agreement" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/proxy" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/server" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/Sevice" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/test/src" isTestSource="false" /> | ||
<excludeFolder url="file://$MODULE_DIR$/out" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
</component> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4"> | ||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="11" project-jdk-type="JavaSDK" /> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4"> | ||
<component name="ProjectModuleManager"> | ||
<modules> | ||
<module fileurl="file://$PROJECT_DIR$/.idea/linwin-http-server.iml" filepath="$PROJECT_DIR$/.idea/linwin-http-server.iml" /> | ||
</modules> | ||
</component> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4"> | ||
<component name="VcsDirectoryMappings"> | ||
<mapping directory="$PROJECT_DIR$" vcs="Git" /> | ||
</component> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?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="8902d63e-79b0-44e2-84f6-0f9b5d010a15" name="Changes" comment=""> | ||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> | ||
<change beforePath="$PROJECT_DIR$/server/URL_Http.java" beforeDir="false" afterPath="$PROJECT_DIR$/server/URL_Http.java" afterDir="false" /> | ||
<change beforePath="$PROJECT_DIR$/server/log.java" beforeDir="false" afterPath="$PROJECT_DIR$/server/log.java" afterDir="false" /> | ||
<change beforePath="$PROJECT_DIR$/server/main.java" beforeDir="false" afterPath="$PROJECT_DIR$/server/main.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="FileTemplateManagerImpl"> | ||
<option name="RECENT_TEMPLATES"> | ||
<list> | ||
<option value="Class" /> | ||
</list> | ||
</option> | ||
</component> | ||
<component name="Git.Settings"> | ||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> | ||
</component> | ||
<component name="GitSEFilterConfiguration"> | ||
<file-type-list> | ||
<filtered-out-file-type name="LOCAL_BRANCH" /> | ||
<filtered-out-file-type name="REMOTE_BRANCH" /> | ||
<filtered-out-file-type name="TAG" /> | ||
<filtered-out-file-type name="COMMIT_BY_MESSAGE" /> | ||
</file-type-list> | ||
</component> | ||
<component name="HighlightingSettingsPerFile"> | ||
<setting file="file://$PROJECT_DIR$/Sevice/Exit_Server.java" root0="FORCE_HIGHLIGHTING" /> | ||
<setting file="file://$PROJECT_DIR$/config/Admin.cfg" root0="FORCE_HIGHLIGHTING" /> | ||
<setting file="file://$PROJECT_DIR$/config/Server.cfg" root0="FORCE_HIGHLIGHTING" /> | ||
<setting file="file://$PROJECT_DIR$/proxy/Client.java" root0="FORCE_HIGHLIGHTING" /> | ||
<setting file="file://$PROJECT_DIR$/server/ServerClientConfig.java" root0="FORCE_HIGHLIGHTING" /> | ||
<setting file="file://$PROJECT_DIR$/server/config.java" root0="FORCE_HIGHLIGHTING" /> | ||
<setting file="file://$PROJECT_DIR$/server/main.java" root0="FORCE_HIGHLIGHTING" /> | ||
</component> | ||
<component name="MarkdownSettingsMigration"> | ||
<option name="stateVersion" value="1" /> | ||
</component> | ||
<component name="ProjectId" id="2GOfWp35kStwFlIg7qliVE1bFqi" /> | ||
<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"><![CDATA[{ | ||
"keyToString": { | ||
"RunOnceActivity.OpenProjectViewOnStart": "true", | ||
"RunOnceActivity.ShowReadmeOnStart": "true", | ||
"last_opened_file_path": "/home/kali/桌面/linwin-http-server" | ||
} | ||
}]]></component> | ||
<component name="RecentsManager"> | ||
<key name="MoveFile.RECENT_KEYS"> | ||
<recent name="$PROJECT_DIR$" /> | ||
</key> | ||
</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="8902d63e-79b0-44e2-84f6-0f9b5d010a15" name="Changes" comment="" /> | ||
<created>1666264591868</created> | ||
<option name="number" value="Default" /> | ||
<option name="presentableId" value="Default" /> | ||
<updated>1666264591868</updated> | ||
</task> | ||
<servers /> | ||
</component> | ||
<component name="Vcs.Log.Tabs.Properties"> | ||
<option name="TAB_STATES"> | ||
<map> | ||
<entry key="MAIN"> | ||
<value> | ||
<State /> | ||
</value> | ||
</entry> | ||
</map> | ||
</option> | ||
</component> | ||
<component name="XSLT-Support.FileAssociations.UIState"> | ||
<expand /> | ||
<select /> | ||
</component> | ||
</project> |