Update code to add - [UUID 的 5 个版本](https://www.isharkfly.com/t/uuid-5/15098)
This commit is contained in:
parent
b76d052153
commit
0e4d484752
|
@ -19,7 +19,7 @@
|
||||||
})(window, document, 'script', 'dataLayer', 'GTM-W3NL9V');</script>
|
})(window, document, 'script', 'dataLayer', 'GTM-W3NL9V');</script>
|
||||||
<!-- End Google Tag Manager -->
|
<!-- End Google Tag Manager -->
|
||||||
|
|
||||||
<title>CWIKIUS 文档手册</title>
|
<title>iSharkFly 文档手册</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||||
<meta name="description" content="Description">
|
<meta name="description" content="Description">
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: 'CWIKIUS 文档手册',
|
name: 'iSharkFly 文档手册',
|
||||||
repo: 'https://github.com/iSharkfly-Docs/docs-isharkfly-com',
|
repo: 'https://github.com/iSharkfly-Docs/docs-isharkfly-com',
|
||||||
executeScript: true,
|
executeScript: true,
|
||||||
loadNavbar: true,
|
loadNavbar: true,
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
## Java UUID
|
## Java UUID
|
||||||
|
|
||||||
|
- [UUID 的 5 个版本](https://www.isharkfly.com/t/uuid-5/15098)
|
||||||
- [在 Java 中生成只有数组和字母的 UUID](https://www.isharkfly.com/t/java-uuid/15097)
|
- [在 Java 中生成只有数组和字母的 UUID](https://www.isharkfly.com/t/java-uuid/15097)
|
||||||
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
|
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid)
|
||||||
- [Validate UUID String in Java](https://www.baeldung.com/java-validate-uuid-string)
|
- [Validate UUID String in Java](https://www.baeldung.com/java-validate-uuid-string)
|
||||||
|
|
Loading…
Reference in New Issue