12 2024 档案

汉字及扩展汉字编码范围
摘要:基本汉字([\u4e00-\u9fa5]): 这个范围包含了常见的汉字,是最基本的汉字字符集,常用于日常书写和印刷。 包括了现代汉语常用的绝大多数字符,包含了常见的词汇和地名等。 扩展汉字 A 区([\u3400-\u4DBF]): 这个区域包含了一些较为少见的汉字,主要是古文、方言字、或特殊符号等 阅读全文

posted @ 2024-12-29 15:51 空明流光 阅读(28) 评论(0) 推荐(0) 编辑

c# 通过正则对多个匹配结果进行个性化替换
摘要:void Main() { string input = "abcdef ghi jklmnop qrst uvwxyz"; // 正则表达式匹配所有字母(包括大小写字母) string pattern = @"[a-zA-Z]+"; // 使用 MatchEvaluator 在替换时处理每个匹配项 阅读全文

posted @ 2024-12-21 16:47 空明流光 阅读(13) 评论(0) 推荐(0) 编辑

wpf textbox 实现水印
摘要:<TextBox Width="200" VerticalContentAlignment="Center" Background="Transparent" Tag="Enter here..."> <TextBox.Style> <Style TargetType="{x:Type TextBo 阅读全文

posted @ 2024-12-14 12:07 空明流光 阅读(11) 评论(0) 推荐(0) 编辑

导航