Skip to content

Commit a59d68c

Browse files
author
chenyong
committed
docs(skill): add skill note abnout tmpp path
1 parent 2376715 commit a59d68c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java/basic/java-basic.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,4 +1593,5 @@ https://www.ibm.com/developerworks/cn/java/j-lo-javaio/index.html
15931593
\. 匹配一个句点字符。
15941594
[^@\s]+ 匹配一次或多次出现的任何字符,@ 字符或空格除外。
15951595
$ 在字符串的结尾结束匹配。
1596-
```
1596+
```
1597+
4. 获取系统临时目录 File tmpdir = new File(AccessController.doPrivileged(new GetPropertyAction("java.io.tmpdir")));

0 commit comments

Comments
 (0)