You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
---
|
|
|
|
|
layout: post
|
|
|
|
|
title: "เลขประจำตัวประชาชนอัตโนมัติ"
|
|
|
|
|
date: 2013-12-23
|
|
|
|
|
tags: people_id
|
|
|
|
|
---
|
|
|
|
|
เลขอัตโนมัติสำหรับบุคคลที่ไม่มีเลข 13 หลัก ระบบจะสร้างเลขอัตโนมัติขึ้นตามนี้ เพื่อป้องกันโอกาสที่จะเกิดเลขซ้ำซ้อนขึ้น
|
|
|
|
|
|
|
|
|
|
if this returns auto, then we make up people_id for the system.
|
|
|
|
|
Pxx1387767388 (13-char ID)
|
|
|
|
|
| | |
|
|
|
|
|
| | -- UTC UNIX Timestamp (it should be 10-digit for a while)
|
|
|
|
|
| -------- first digits of sha1(school_id)
|
|
|
|
|
| > this should make it more immune to duplicate
|
|
|
|
|
---------- P -- showing that it's AUTO people_id
|
|
|
|
|
|
|
|
|
|
This way -- It's not possible to have a duplicate ID..
|
|
|
|
|
time machine isn't existed yet.
|
|
|
|
|
|