-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.xml
248 lines (248 loc) · 13.1 KB
/
workspace.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BranchesTreeState">
<expand>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
</path>
</expand>
<select />
</component>
<component name="ChangeListManager">
<list default="true" id="ccf9fd00-0267-4e8e-8523-5443b5ca5ccf" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/动态规划/322. 零钱兑换/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/动态规划/322. 零钱兑换/main.go" 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="Go File" />
</list>
</option>
</component>
<component name="GOROOT" path="C:\Go" />
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GoLibraries">
<option name="urls">
<list>
<option value="file://$PROJECT_DIR$/.." />
</list>
</option>
</component>
<component name="ProjectId" id="1h52rgBsb5Q8Aqt8toyGmZV7sr5" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="DefaultGoTemplateProperty" value="Go File" />
<property name="NewWatcherDialog.advanced.open" value="true" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="configurable.Global.GOPATH.is.expanded" value="true" />
<property name="configurable.Module.GOPATH.is.expanded" value="true" />
<property name="configurable.Project.GOPATH.is.expanded" value="true" />
<property name="go.import.settings.migrated" value="true" />
<property name="go.sdk.automatically.set" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/动态规划/509. 斐波那契数" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.path.for.package.eslint" value="project" />
<property name="node.js.path.for.package.tslint" value="project" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
<property name="settings.editor.selected.configurable" value="watcher.settings" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\63574\Desktop\GoProject\leetcode-pass\动态规划\322. 零钱兑换 " />
<recent name="C:\Users\63574\Desktop\GoProject\leetcode-pass\二分查找\704" />
<recent name="C:\Users\63574\Desktop\GoProject\leetcode-pass\阶乘\793" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="C:\Users\63574\Desktop\GoProject\leetcode-pass\OS" />
<recent name="C:\Users\63574\Desktop\GoProject\leetcode-pass\二叉树" />
</key>
</component>
<component name="RunManager" selected="Go Build.go build main.go (2)">
<configuration name="go build main.go (1)" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="leetcode-pass" />
<working_directory value="$PROJECT_DIR$/" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/OS/LRU/main.go" />
<directory value="$PROJECT_DIR$/" />
<method v="2" />
</configuration>
<configuration name="go build main.go (2)" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="leetcode-pass" />
<working_directory value="$PROJECT_DIR$/" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/动态规划/322. 零钱兑换/main.go" />
<directory value="$PROJECT_DIR$/" />
<method v="2" />
</configuration>
<configuration name="go build searchRange.go" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="leetcode-pass" />
<working_directory value="$PROJECT_DIR$/" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/二分查找/34/searchRange.go" />
<directory value="$PROJECT_DIR$/" />
<method v="2" />
</configuration>
<configuration name="go build search.go (1)" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="leetcode-pass" />
<working_directory value="$PROJECT_DIR$/" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/二分查找/704/solution2/search.go" />
<directory value="$PROJECT_DIR$/" />
<method v="2" />
</configuration>
<configuration name="go build search.go" type="GoApplicationRunConfiguration" factoryName="Go Application" temporary="true" nameIsGenerated="true">
<module name="leetcode-pass" />
<working_directory value="$PROJECT_DIR$/" />
<kind value="FILE" />
<filePath value="$PROJECT_DIR$/二分查找/704/solution1/search.go" />
<directory value="$PROJECT_DIR$/" />
<method v="2" />
</configuration>
<list>
<item itemvalue="Go Build.go build search.go" />
<item itemvalue="Go Build.go build search.go (1)" />
<item itemvalue="Go Build.go build searchRange.go" />
<item itemvalue="Go Build.go build main.go (1)" />
<item itemvalue="Go Build.go build main.go (2)" />
</list>
<recent_temporary>
<list>
<item itemvalue="Go Build.go build main.go (2)" />
<item itemvalue="Go Build.go build main.go (1)" />
<item itemvalue="Go Build.go build searchRange.go" />
<item itemvalue="Go Build.go build search.go (1)" />
<item itemvalue="Go Build.go build search.go" />
</list>
</recent_temporary>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="2" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="WindowStateProjectService">
<state x="438" y="188" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1599303595528">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="438" y="188" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1966.1066@0.0.1966.1066" timestamp="1599303595528" />
<state x="753" y="333" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1603297418444">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="753" y="333" key="#com.intellij.fileTypes.FileTypeChooser/0.0.1966.1066@0.0.1966.1066" timestamp="1603297418444" />
<state width="414" height="466" key="DebuggerActiveHint" timestamp="1603726981609">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="414" height="466" key="DebuggerActiveHint/0.0.1966.1066@0.0.1966.1066" timestamp="1603726981609" />
<state x="645" y="309" width="675" height="649" key="EditFileWatcherDialog" timestamp="1603211221365">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="645" y="309" width="675" height="649" key="EditFileWatcherDialog/0.0.1966.1066@0.0.1966.1066" timestamp="1603211221365" />
<state x="764" y="287" key="FileChooserDialogImpl" timestamp="1599303608013">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="764" y="287" key="FileChooserDialogImpl/0.0.1966.1066@0.0.1966.1066" timestamp="1599303608013" />
<state width="1923" height="367" key="GridCell.Tab.0.bottom" timestamp="1603726966731">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.0.bottom/0.0.1966.1066@0.0.1966.1066" timestamp="1603726966731" />
<state width="1923" height="367" key="GridCell.Tab.0.center" timestamp="1603726966731">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.0.center/0.0.1966.1066@0.0.1966.1066" timestamp="1603726966731" />
<state width="1923" height="367" key="GridCell.Tab.0.left" timestamp="1603726966731">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.0.left/0.0.1966.1066@0.0.1966.1066" timestamp="1603726966731" />
<state width="1923" height="367" key="GridCell.Tab.0.right" timestamp="1603726966731">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.0.right/0.0.1966.1066@0.0.1966.1066" timestamp="1603726966731" />
<state width="1923" height="367" key="GridCell.Tab.1.bottom" timestamp="1603726967167">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.1.bottom/0.0.1966.1066@0.0.1966.1066" timestamp="1603726967167" />
<state width="1923" height="367" key="GridCell.Tab.1.center" timestamp="1603726967167">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.1.center/0.0.1966.1066@0.0.1966.1066" timestamp="1603726967167" />
<state width="1923" height="367" key="GridCell.Tab.1.left" timestamp="1603726967167">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.1.left/0.0.1966.1066@0.0.1966.1066" timestamp="1603726967167" />
<state width="1923" height="367" key="GridCell.Tab.1.right" timestamp="1603726967167">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state width="1923" height="367" key="GridCell.Tab.1.right/0.0.1966.1066@0.0.1966.1066" timestamp="1603726967167" />
<state x="485" y="177" key="SettingsEditor" timestamp="1603211222726">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="485" y="177" key="SettingsEditor/0.0.1966.1066@0.0.1966.1066" timestamp="1603211222726" />
<state x="758" y="256" key="com.goide.refactor.move.GoMoveDeclarationDialog" timestamp="1599903641183">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="758" y="256" key="com.goide.refactor.move.GoMoveDeclarationDialog/0.0.1966.1066@0.0.1966.1066" timestamp="1599903641183" />
<state x="532" y="262" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2" timestamp="1599912053606">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="532" y="262" key="com.intellij.xdebugger.impl.breakpoints.ui.BreakpointsDialogFactory$2/0.0.1966.1066@0.0.1966.1066" timestamp="1599912053606" />
<state x="825" y="291" key="refactoring.ChangeSignatureDialog" timestamp="1599302818206">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="825" y="291" key="refactoring.ChangeSignatureDialog/0.0.1966.1066@0.0.1966.1066" timestamp="1599302818206" />
<state x="646" y="232" width="672" height="678" key="search.everywhere.popup" timestamp="1599377854203">
<screen x="0" y="0" width="1966" height="1066" />
</state>
<state x="646" y="232" width="672" height="678" key="search.everywhere.popup/0.0.1966.1066@0.0.1966.1066" timestamp="1599377854203" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint enabled="true" type="DlvLineBreakpoint">
<url>file://$PROJECT_DIR$/OS/LRU/main.go</url>
<line>22</line>
<option name="timeStamp" value="23" />
</line-breakpoint>
</breakpoints>
<default-breakpoints>
<breakpoint type="DlvErrorBreakpoint" />
</default-breakpoints>
</breakpoint-manager>
</component>
</project>