Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0opslab/opslabJutil
/ key
Method
key
src/main/java/com/opslab/util/PropertiesUtil.java:25–27 ·
view source on GitHub ↗
从系统属性文件中获取相应的值 @param key key @return 返回value
(String key)
Source
from the content-addressed store, hash-verified
23
* @
return
返回value
24
*/
25
public
final
static
String key(String key) {
26
return
System.getProperty(key);
27
}
28
29
/**
30
* 根据Key读取Value
Callers
3
testKey
Method · 0.95
testPro
Method · 0.95
SysHepler
Class · 0.95
Calls
1
getProperty
Method · 0.80
Tested by
2
testKey
Method · 0.76
testPro
Method · 0.76