摘要: 1 using System; 2 using System.Text.RegularExpressions; 3 4 namespace com.hooPony.utils.utils 5 { 6 /// <summary> 7 /// 中国居民身份证工具类 8 /// <code>@author 阅读全文
posted @ 2021-07-09 11:24 Pony的Bug小屋 阅读(205) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/vanity_chang/article/details/99847681 很早以前的一个想法,今天终于实现了。此次做了2个版本: 1、第一个版本使用的很多Jlabel做的,数据都是写死的。并且失败了。 2、使用绘画做的,可以更改数据,成功实现。地图使用的 阅读全文
posted @ 2020-11-13 10:50 Pony的Bug小屋 阅读(86) 评论(0) 推荐(0)
摘要: 声明TableLayoutPanel对象 /// <summary> /// TableLayoutPanel /// </summary> TableLayoutPanel table = new TableLayoutPanel(); 添加控件和事件 private void Form2_Loa 阅读全文
posted @ 2020-11-12 14:03 Pony的Bug小屋 阅读(226) 评论(0) 推荐(0)