manage-client-xy 3.1.94 → 3.1.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/dev-server.js
CHANGED
|
@@ -11,8 +11,8 @@ var compiler = webpack(config)
|
|
|
11
11
|
// Define HTTP proxies to your custom API backend
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
13
|
// var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
|
|
14
|
-
var bendi = 'http://172.16.16.163:
|
|
15
|
-
,fuwu ='http://172.16.16.163:
|
|
14
|
+
var bendi = 'http://172.16.16.163:8300/'
|
|
15
|
+
,fuwu ='http://172.16.16.163:8300/'
|
|
16
16
|
// ,fuwu = 'http://172.16.16.163:8300/'
|
|
17
17
|
var proxyTable = {
|
|
18
18
|
|
|
@@ -20,10 +20,10 @@ var proxyTable = {
|
|
|
20
20
|
// target: 'http://127.0.0.1:9014/'
|
|
21
21
|
// },
|
|
22
22
|
'/rs/sql/GMHgasQuery': {
|
|
23
|
-
target: 'http://
|
|
23
|
+
target: 'http://172.16.16.163:8300/'
|
|
24
24
|
},
|
|
25
25
|
'/rs/sql/GMHgasQuery/': {
|
|
26
|
-
target: 'http://
|
|
26
|
+
target: 'http://172.16.16.163:8300/'
|
|
27
27
|
},
|
|
28
28
|
'/files': {
|
|
29
29
|
target: fuwu
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
#
|
|
2
|
+
# There is insufficient memory for the Java Runtime Environment to continue.
|
|
3
|
+
# Native memory allocation (mmap) failed to map 266338304 bytes. Error detail: G1 virtual space
|
|
4
|
+
# Possible reasons:
|
|
5
|
+
# The system is out of physical RAM or swap space
|
|
6
|
+
# This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
|
|
7
|
+
# Possible solutions:
|
|
8
|
+
# Reduce memory load on the system
|
|
9
|
+
# Increase physical memory or swap space
|
|
10
|
+
# Check if swap backing store is full
|
|
11
|
+
# Decrease Java heap size (-Xmx/-Xms)
|
|
12
|
+
# Decrease number of Java threads
|
|
13
|
+
# Decrease Java thread stack sizes (-Xss)
|
|
14
|
+
# Set larger code cache with -XX:ReservedCodeCacheSize=
|
|
15
|
+
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
|
|
16
|
+
# placed in the first 32GB address space. The Java Heap base address is the
|
|
17
|
+
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
|
|
18
|
+
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
|
|
19
|
+
# This output file may be truncated or incomplete.
|
|
20
|
+
#
|
|
21
|
+
# Out of Memory Error (os_windows.cpp:3825), pid=29204, tid=14588
|
|
22
|
+
#
|
|
23
|
+
# JRE version: (17.0.11+1) (build )
|
|
24
|
+
# Java VM: OpenJDK 64-Bit Server VM (17.0.11+1-b1207.24, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
|
|
25
|
+
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
--------------- S U M M A R Y ------------
|
|
29
|
+
|
|
30
|
+
Command Line: git4idea.http.GitAskPassApp Username for 'http://192.168.0.167:32573':
|
|
31
|
+
|
|
32
|
+
Host: Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz, 16 cores, 15G, Windows 11 , 64 bit Build 22621 (10.0.22621.4830)
|
|
33
|
+
Time: Wed Mar 12 17:28:27 2025 Windows 11 , 64 bit Build 22621 (10.0.22621.4830) elapsed time: 0.014593 seconds (0d 0h 0m 0s)
|
|
34
|
+
|
|
35
|
+
--------------- T H R E A D ---------------
|
|
36
|
+
|
|
37
|
+
Current thread (0x000002d5ded72200): JavaThread "Unknown thread" [_thread_in_vm, id=14588, stack(0x000000ed69c00000,0x000000ed69d00000)]
|
|
38
|
+
|
|
39
|
+
Stack: [0x000000ed69c00000,0x000000ed69d00000]
|
|
40
|
+
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
|
41
|
+
V [jvm.dll+0x6877f9]
|
|
42
|
+
V [jvm.dll+0x8411aa]
|
|
43
|
+
V [jvm.dll+0x842e2e]
|
|
44
|
+
V [jvm.dll+0x843493]
|
|
45
|
+
V [jvm.dll+0x249fdf]
|
|
46
|
+
V [jvm.dll+0x6845c9]
|
|
47
|
+
V [jvm.dll+0x678e7a]
|
|
48
|
+
V [jvm.dll+0x30ab4b]
|
|
49
|
+
V [jvm.dll+0x311ff6]
|
|
50
|
+
V [jvm.dll+0x361a5e]
|
|
51
|
+
V [jvm.dll+0x361c8f]
|
|
52
|
+
V [jvm.dll+0x2e0978]
|
|
53
|
+
V [jvm.dll+0x2e18e4]
|
|
54
|
+
V [jvm.dll+0x811c71]
|
|
55
|
+
V [jvm.dll+0x36f7c8]
|
|
56
|
+
V [jvm.dll+0x7f05f6]
|
|
57
|
+
V [jvm.dll+0x3f398f]
|
|
58
|
+
V [jvm.dll+0x3f5541]
|
|
59
|
+
C [jli.dll+0x528f]
|
|
60
|
+
C [ucrtbase.dll+0x29333]
|
|
61
|
+
C [KERNEL32.DLL+0x1259d]
|
|
62
|
+
C [ntdll.dll+0x5af38]
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
--------------- P R O C E S S ---------------
|
|
66
|
+
|
|
67
|
+
Threads class SMR info:
|
|
68
|
+
_java_thread_list=0x00007ffa4a53efd8, length=0, elements={
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
Java Threads: ( => current thread )
|
|
72
|
+
|
|
73
|
+
Other Threads:
|
|
74
|
+
0x000002d5deddee10 GCTaskThread "GC Thread#0" [stack: 0x000000ed69d00000,0x000000ed69e00000] [id=30388]
|
|
75
|
+
0x000002d5dedefa20 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000ed69e00000,0x000000ed69f00000] [id=2724]
|
|
76
|
+
0x000002d5dedf0be0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000ed69f00000,0x000000ed6a000000] [id=2412]
|
|
77
|
+
|
|
78
|
+
[error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa49cf1547]
|
|
79
|
+
|
|
80
|
+
VM state: not at safepoint (not fully initialized)
|
|
81
|
+
|
|
82
|
+
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
|
|
83
|
+
[0x000002d5ded6df60] Heap_lock - owner thread: 0x000002d5ded72200
|
|
84
|
+
|
|
85
|
+
Heap address: 0x0000000703400000, size: 4044 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
|
|
86
|
+
|
|
87
|
+
CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 1.
|
|
88
|
+
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
|
|
89
|
+
|
|
90
|
+
GC Precious Log:
|
|
91
|
+
<Empty>
|
|
92
|
+
|
|
93
|
+
Heap:
|
|
94
|
+
garbage-first heap total 0K, used 0K [0x0000000703400000, 0x0000000800000000)
|
|
95
|
+
region size 2048K, 0 young (0K), 0 survivors (0K)
|
|
96
|
+
Metaspace used 0K, committed 0K, reserved 0K
|
|
97
|
+
class space used 0K, committed 0K, reserved 0K
|
|
98
|
+
|
|
99
|
+
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
|
|
100
|
+
|
|
101
|
+
Card table byte_map: [0x000002d5f2560000,0x000002d5f2d50000] _byte_map_base: 0x000002d5eed46000
|
|
102
|
+
|
|
103
|
+
Marking Bits (Prev, Next): (CMBitMap*) 0x000002d5deddf430, (CMBitMap*) 0x000002d5deddf470
|
|
104
|
+
Prev Bits: [0x000002d5f3540000, 0x000002d5f7470000)
|
|
105
|
+
Next Bits: [0x000002d5f7470000, 0x000002d5fb3a0000)
|
|
106
|
+
|
|
107
|
+
GC Heap History (0 events):
|
|
108
|
+
No events
|
|
109
|
+
|
|
110
|
+
Dll operation events (1 events):
|
|
111
|
+
Event: 0.008 Loaded shared library D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\java.dll
|
|
112
|
+
|
|
113
|
+
Deoptimization events (0 events):
|
|
114
|
+
No events
|
|
115
|
+
|
|
116
|
+
Classes unloaded (0 events):
|
|
117
|
+
No events
|
|
118
|
+
|
|
119
|
+
Classes redefined (0 events):
|
|
120
|
+
No events
|
|
121
|
+
|
|
122
|
+
Internal exceptions (0 events):
|
|
123
|
+
No events
|
|
124
|
+
|
|
125
|
+
VM Operations (0 events):
|
|
126
|
+
No events
|
|
127
|
+
|
|
128
|
+
Events (0 events):
|
|
129
|
+
No events
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
Dynamic libraries:
|
|
133
|
+
0x00007ff75f180000 - 0x00007ff75f18a000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\java.exe
|
|
134
|
+
0x00007ffb00f50000 - 0x00007ffb01167000 C:\Windows\SYSTEM32\ntdll.dll
|
|
135
|
+
0x00007ffb004b0000 - 0x00007ffb00574000 C:\Windows\System32\KERNEL32.DLL
|
|
136
|
+
0x00007ffafe540000 - 0x00007ffafe910000 C:\Windows\System32\KERNELBASE.dll
|
|
137
|
+
0x00007ffaf8850000 - 0x00007ffaf88e7000 C:\Windows\SYSTEM32\apphelp.dll
|
|
138
|
+
0x00007ffafe910000 - 0x00007ffafea21000 C:\Windows\System32\ucrtbase.dll
|
|
139
|
+
0x00007ffae3490000 - 0x00007ffae34a7000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\jli.dll
|
|
140
|
+
0x00007ffadbef0000 - 0x00007ffadbf0b000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\VCRUNTIME140.dll
|
|
141
|
+
0x00007ffaffab0000 - 0x00007ffaffc5e000 C:\Windows\System32\USER32.dll
|
|
142
|
+
0x00007ffafead0000 - 0x00007ffafeaf6000 C:\Windows\System32\win32u.dll
|
|
143
|
+
0x00007ffae3110000 - 0x00007ffae33a2000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4830_none_270fe7d773858e80\COMCTL32.dll
|
|
144
|
+
0x00007ffb00dd0000 - 0x00007ffb00df9000 C:\Windows\System32\GDI32.dll
|
|
145
|
+
0x00007ffaffd40000 - 0x00007ffaffde7000 C:\Windows\System32\msvcrt.dll
|
|
146
|
+
0x00007ffafe3f0000 - 0x00007ffafe50b000 C:\Windows\System32\gdi32full.dll
|
|
147
|
+
0x00007ffafea30000 - 0x00007ffafeaca000 C:\Windows\System32\msvcp_win.dll
|
|
148
|
+
0x00007ffaff0d0000 - 0x00007ffaff101000 C:\Windows\System32\IMM32.DLL
|
|
149
|
+
0x00007ffaf27a0000 - 0x00007ffaf27ac000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\vcruntime140_1.dll
|
|
150
|
+
0x00007ffaaa140000 - 0x00007ffaaa1cd000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\msvcp140.dll
|
|
151
|
+
0x00007ffa49a00000 - 0x00007ffa4a683000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\server\jvm.dll
|
|
152
|
+
0x00007ffaffc80000 - 0x00007ffaffd31000 C:\Windows\System32\ADVAPI32.dll
|
|
153
|
+
0x00007ffb00210000 - 0x00007ffb002b7000 C:\Windows\System32\sechost.dll
|
|
154
|
+
0x00007ffafe510000 - 0x00007ffafe538000 C:\Windows\System32\bcrypt.dll
|
|
155
|
+
0x00007ffaff110000 - 0x00007ffaff224000 C:\Windows\System32\RPCRT4.dll
|
|
156
|
+
0x00007ffaf7340000 - 0x00007ffaf7349000 C:\Windows\SYSTEM32\WSOCK32.dll
|
|
157
|
+
0x00007ffafd0a0000 - 0x00007ffafd0ed000 C:\Windows\SYSTEM32\POWRPROF.dll
|
|
158
|
+
0x00007ffaebf70000 - 0x00007ffaebfa4000 C:\Windows\SYSTEM32\WINMM.dll
|
|
159
|
+
0x00007ffaf8f70000 - 0x00007ffaf8f7a000 C:\Windows\SYSTEM32\VERSION.dll
|
|
160
|
+
0x00007ffaffe10000 - 0x00007ffaffe81000 C:\Windows\System32\WS2_32.dll
|
|
161
|
+
0x00007ffafd080000 - 0x00007ffafd093000 C:\Windows\SYSTEM32\UMPDC.dll
|
|
162
|
+
0x00007ffafd330000 - 0x00007ffafd348000 C:\Windows\SYSTEM32\kernel.appcore.dll
|
|
163
|
+
0x00007ffaf2670000 - 0x00007ffaf267a000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\jimage.dll
|
|
164
|
+
0x00007ffafb830000 - 0x00007ffafba62000 C:\Windows\SYSTEM32\DBGHELP.DLL
|
|
165
|
+
0x00007ffb008e0000 - 0x00007ffb00c70000 C:\Windows\System32\combase.dll
|
|
166
|
+
0x00007ffb002c0000 - 0x00007ffb00397000 C:\Windows\System32\OLEAUT32.dll
|
|
167
|
+
0x00007ffaf3f00000 - 0x00007ffaf3f32000 C:\Windows\SYSTEM32\dbgcore.DLL
|
|
168
|
+
0x00007ffafe370000 - 0x00007ffafe3eb000 C:\Windows\System32\bcryptPrimitives.dll
|
|
169
|
+
0x00007ffaea6b0000 - 0x00007ffaea6d5000 D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\java.dll
|
|
170
|
+
|
|
171
|
+
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
|
|
172
|
+
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.4830_none_270fe7d773858e80;D:\Program Files\JetBrains\WebStorm 2024.1.3\jbr\bin\server
|
|
173
|
+
|
|
174
|
+
VM Arguments:
|
|
175
|
+
java_command: git4idea.http.GitAskPassApp Username for 'http://192.168.0.167:32573':
|
|
176
|
+
java_class_path (initial): D:/Program Files/JetBrains/WebStorm 2024.1.3/plugins/vcs-git/lib/git4idea-rt.jar;D:/Program Files/JetBrains/WebStorm 2024.1.3/lib/externalProcess-rt.jar
|
|
177
|
+
Launcher Type: SUN_STANDARD
|
|
178
|
+
|
|
179
|
+
[Global flags]
|
|
180
|
+
intx CICompilerCount = 12 {product} {ergonomic}
|
|
181
|
+
uint ConcGCThreads = 3 {product} {ergonomic}
|
|
182
|
+
uint G1ConcRefinementThreads = 13 {product} {ergonomic}
|
|
183
|
+
size_t G1HeapRegionSize = 2097152 {product} {ergonomic}
|
|
184
|
+
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
|
|
185
|
+
size_t InitialHeapSize = 266338304 {product} {ergonomic}
|
|
186
|
+
size_t MarkStackSize = 4194304 {product} {ergonomic}
|
|
187
|
+
size_t MaxHeapSize = 4240441344 {product} {ergonomic}
|
|
188
|
+
size_t MinHeapDeltaBytes = 2097152 {product} {ergonomic}
|
|
189
|
+
size_t MinHeapSize = 8388608 {product} {ergonomic}
|
|
190
|
+
uintx NonNMethodCodeHeapSize = 7602480 {pd product} {ergonomic}
|
|
191
|
+
uintx NonProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
|
|
192
|
+
uintx ProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
|
|
193
|
+
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
|
|
194
|
+
bool SegmentedCodeCache = true {product} {ergonomic}
|
|
195
|
+
size_t SoftMaxHeapSize = 4240441344 {manageable} {ergonomic}
|
|
196
|
+
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
|
|
197
|
+
bool UseCompressedOops = true {product lp64_product} {ergonomic}
|
|
198
|
+
bool UseG1GC = true {product} {ergonomic}
|
|
199
|
+
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
|
|
200
|
+
|
|
201
|
+
Logging:
|
|
202
|
+
Log output configuration:
|
|
203
|
+
#0: stdout all=warning uptime,level,tags
|
|
204
|
+
#1: stderr all=off uptime,level,tags
|
|
205
|
+
|
|
206
|
+
Environment Variables:
|
|
207
|
+
JAVA_HOME=C:\Program Files\Java\jdk-1.8
|
|
208
|
+
CLASSPATH=.;C:\Program Files\Java\jdk-1.8\lib\dt.jar;C:\Program Files\Java\jdk-1.8\lib\tools.jar;C:\Program Files\Java\jdk-1.8\lib;
|
|
209
|
+
PATH=D:/Program Files (x86)/Git/mingw32/libexec/git-core;D:/Program Files (x86)/Git/mingw32/libexec/git-core;D:\Program Files (x86)\Git\mingw32\bin;D:\Program Files (x86)\Git\usr\bin;C:\Users\������\bin;C:\Program Files\MySQL\MySQL8\bin;C:\Python312\Scripts\;C:\Program Files\Java\jdk-1.8\bin;C:\Python312\;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\work\gradle-3.5.1-all\gradle-3.5.1\bin;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\files\apache-maven-3.6.1\bin;D:\Program Files (x86)\Git\cmd;D:\work\apache-tomcat-9.0.83\bin;C:\Program Files\OpenVPN\bin;D:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;D:\Program Files\Microsoft SQL Server\160\Tools\Binn\;D:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;D:\Program Files\Microsoft SQL Server\160\DTS\Binn\;D:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Java\jdk-1.8\bin;D:\Program Files\Bandizip\;C:\ProgramData\chocolatey\bin;D:\work\nvm;C:\Program Files\nodejs;C:\Program Files\nodejs;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files (x86)\nodejs\;C:\Program Files (x86)\NetSarang\Xftp 8\;C:\Program Files (x86)\NetSarang\Xshell 8\;C:\Users\������\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2020.3.3\bin;D:\Users\������\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\������\AppData\Roaming\npm;C:\Users\������\AppData\Roaming\JumpServer\Client\;C:\Users\������\AppData\Local\Programs\Ollama;C:\Us
|
|
210
|
+
USERNAME=������
|
|
211
|
+
DISPLAY=:0.0
|
|
212
|
+
LC_ALL=en_US.UTF-8
|
|
213
|
+
TERM=xterm-256color
|
|
214
|
+
TMPDIR=C:\Users\������\AppData\Local\Temp
|
|
215
|
+
OS=Windows_NT
|
|
216
|
+
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 165 Stepping 2, GenuineIntel
|
|
217
|
+
TMP=C:\Users\������\AppData\Local\Temp
|
|
218
|
+
TEMP=C:\Users\������\AppData\Local\Temp
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
Periodic native trim disabled
|
|
223
|
+
|
|
224
|
+
JNI global refs:
|
|
225
|
+
JNI global refs: 0, weak refs: 0
|
|
226
|
+
|
|
227
|
+
JNI global refs memory usage: 0, weak refs: 0
|
|
228
|
+
|
|
229
|
+
Process memory usage:
|
|
230
|
+
Resident Set Size: 12932K (0% of 16556244K total physical memory with 2682696K free physical memory)
|
|
231
|
+
|
|
232
|
+
OOME stack traces (most recent first):
|
|
233
|
+
Classloader memory used:
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
--------------- S Y S T E M ---------------
|
|
237
|
+
|
|
238
|
+
OS:
|
|
239
|
+
Windows 11 , 64 bit Build 22621 (10.0.22621.4830)
|
|
240
|
+
OS uptime: 1 days 6:47 hours
|
|
241
|
+
|
|
242
|
+
CPU: total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 165 stepping 2 microcode 0xe0, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt
|
|
243
|
+
Processor Information for all 16 processors :
|
|
244
|
+
Max Mhz: 2208, Current Mhz: 2208, Mhz Limit: 2208
|
|
245
|
+
|
|
246
|
+
Memory: 4k page, system-wide physical 16168M (2619M free)
|
|
247
|
+
TotalPageFile size 49673M (AvailPageFile size 216M)
|
|
248
|
+
current process WorkingSet (physical memory assigned to process): 12M, peak: 12M
|
|
249
|
+
current process commit charge ("private bytes"): 71M, peak: 325M
|
|
250
|
+
|
|
251
|
+
vm_info: OpenJDK 64-Bit Server VM (17.0.11+1-b1207.24) for windows-amd64 JRE (17.0.11+1-b1207.24), built on 2024-05-15 by "builduser" with MS VC++ 16.10 / 16.11 (VS2019)
|
|
252
|
+
|
|
253
|
+
END.
|
package/package.json
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<v-select :value.sync="model.opType"
|
|
73
73
|
:search="false"
|
|
74
74
|
:options='$parent.$parent.opType' placeholder='请选择' v-model="model.opType"
|
|
75
|
-
condition="
|
|
75
|
+
condition="f_operat_type = '{}'"
|
|
76
76
|
close-on-select></v-select>
|
|
77
77
|
</div>
|
|
78
78
|
<div class="col-sm-2 form-group">
|