摘要: java8 postgreSQL Oracle 1 LocalDate date 2 LocalTime time 3 LocalDateTime timestamp without timezone 4 OffsetDateTime timestamp with timezone 5 String 阅读全文
posted @ 2021-06-10 20:30 奥兰王子 阅读(9280) 评论(1) 推荐(0) 编辑
摘要: 声明 : Public m_lstBarrow As List(Of String) 'String为集合子成员数据类型 添加 : m_oSterilizeRegControl.m_lstBarrow.Add(strBarrow) 'strBarrow为赋值后的子成员 删除 : m_oSterili 阅读全文
posted @ 2021-06-10 12:53 奥兰王子 阅读(988) 评论(0) 推荐(0) 编辑
摘要: String.Replace也是全部替换。如果您需要替换复杂的内容,可以使用正则表达式。正则对复杂字串的替换效率高。C#中的正则表达式默认贪婪算法,总试图匹配更多的字符,所以若是简单的替换一个或几个字符,还是不要用比较好。Regex.Replace()需要引用System.Text.RegularE 阅读全文
posted @ 2021-06-10 05:58 奥兰王子 阅读(7643) 评论(0) 推荐(1) 编辑