DOC

win.delin : idcards

Maven & Gradle

Mar 20, 2020
8 stars

IDCardNum · 用于校验身份证合法性,用于通过身份证号码获取地区(省市县)、生日、年龄、干支、属相、星座、性别等。The tool is used to verify the validity of the ID card, and is used to obtain the region (province, city, county), birthday, age, ganzhi, genus, horoscope, and gender through the ID card number.

Table Of Contents

Latest Version

Download win.delin : idcards Javadoc & API Documentation - Latest Versions:

All Versions

Download win.delin : idcards Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file idcards-1.1-javadoc.jar to idcards-1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder idcards-1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "idcards-1.1-sources.jar" -d "idcards-1.1-javadoc" -subpackages 

Advertisement