File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 summary : ' 조직관리에 유용한 정보 정리'
6161 parent : index
6262 url : /wiki/조직관리
63- updated : ' 2022-05 -09 09:22:02 +0900'
63+ updated : ' 2022-11 -09 10:06:12 +0900'
6464 children : [데이터조직]
6565Airflow :
6666 type : wiki
@@ -558,6 +558,14 @@ Transaction:
558558 url : /wiki/Transaction
559559 updated : ' 2020-10-06 02:22:36 +0900'
560560 children : []
561+ UUID :
562+ type : wiki
563+ title : UUID
564+ summary : ' UUID 대한 모든것'
565+ parent : index
566+ url : /wiki/UUID
567+ updated : ' 2022-12-30 15:39:03 +0900'
568+ children : []
561569Web :
562570 type : wiki
563571 title : Web
Original file line number Diff line number Diff line change 8989- thread
9090- tip
9191- transaction
92+ - uuid
9293- validation
9394- webflux
9495- xss
Original file line number Diff line number Diff line change @@ -202,6 +202,8 @@ junit:
202202 - {fileName: Test_Framework}
203203transaction :
204204 - {fileName: Transaction}
205+ uuid :
206+ - {fileName: UUID}
205207webflux :
206208 - {fileName: WebFlux}
207209' secure, ' :
Original file line number Diff line number Diff line change 1+ ---
2+ layout : wiki
3+ title : UUID
4+ summary : UUID 대한 모든것
5+ date : 2022-12-30 15:34:02 +0900
6+ updated : 2022-12-30 15:39:03 +0900
7+ tags : uuid
8+ toc : true
9+ public : true
10+ parent : index
11+ latex : false
12+ ---
13+ * TOC
14+ {: toc }
15+
16+ ## time-sequential한 id
17+
18+
19+ * [ https://github.com/segmentio/ksuid ] ( https://github.com/segmentio/ksuid )
20+ * See also: [ https://segment.com/blog/a-brief-history-of-the-uuid/ ] ( https://segment.com/blog/a-brief-history-of-the-uuid/ )
21+ * Java library: [ https://github.com/f4b6a3/ksuid-creator ] ( https://github.com/f4b6a3/ksuid-creator )
22+
23+ * [ https://github.com/ulid/spec ] ( https://github.com/ulid/spec )
24+ * Java library: [ https://github.com/huxi/sulky/tree/master/sulky-ulid ] ( https://github.com/huxi/sulky/tree/master/sulky-ulid )
25+
26+ * [ https://github.com/anthonynsimon/timeflake ] ( https://github.com/anthonynsimon/timeflake )
27+ * Java library: [https://github.com/making/timeflake4j](https://github.com/making/timeflake4j)
28+
29+ * [ https://github.com/uuid6/uuid6-ietf-draft ] ( https://github.com/uuid6/uuid6-ietf-draft )
30+ * See also: [https://github.com/f4b6a3/uuid-creator/wiki/1.6.-UUIDv6](https://github.com/f4b6a3/uuid-creator/wiki/1.6.-UUIDv6)
31+ * Java library: [https://github.com/f4b6a3/uuid-creator](https://github.com/f4b6a3/uuid-creator)
32+
33+ * [ https://github.com/f4b6a3/ulid-creator ] ( https://github.com/f4b6a3/ulid-creator )
34+
You can’t perform that action at this time.
0 commit comments