摘要:
当前有一张数据表{Student},包含了如下的字段信息: CREATE TABLE [dbo].[Student]( [Sno] [nchar](7) NOT NULL, [Sname] [nchar](10) NOT NULL, [Sex] [nchar](2) NULL, [Sage] [ti 阅读全文
posted @ 2021-05-27 10:36
悟自省
阅读(461)
评论(0)
推荐(1)
摘要:
###Trim 切除首尾指定字符 var newStr=""; char[] trimChars={'@','#','$',' '}; string strC="@Hello# $"; newStr=strC.Trim(trimChars); Console.WriteLine(newStr);// 阅读全文
posted @ 2021-05-27 10:34
悟自省
阅读(77)
评论(0)
推荐(1)
摘要:
#1 private static bool CanBeUpdateOrDel(bool 是否提交, bool 是否撤回, string 审核状态) ⇒ (是否提交, 是否撤回, 审核状态) switch { (false, false, SysCodeConsts.审核状态_未审核) ⇒ true 阅读全文
posted @ 2021-05-27 09:43
悟自省
阅读(733)
评论(0)
推荐(1)

浙公网安备 33010602011771号