摘要:
使用QrCode脚本插件 插件链接 https://files.cnblogs.com/files/weigangblog/QRCode.zip 简单的帮助类代码如下: using UnityEngine; using ZXing; using ZXing.QrCode; // 二维码 public 阅读全文
posted @ 2020-04-20 16:18
weigang
阅读(703)
评论(0)
推荐(0)
摘要:
C#使用字符串校验18位身份证号有效性的方法: 1.校验规则(原理): 18位身份证号的组成: ddddddyyyymmddxxsP共18位,其中包含:6位地址编码+8位出生日期+3位顺序号+1位校验位; 校验方法: (1)前17位数字加权求和,公式: S=Sum(Ai*Wi),i=0,1,..., 阅读全文
posted @ 2020-04-20 16:01
weigang
阅读(524)
评论(0)
推荐(0)

浙公网安备 33010602011771号