码迷,mamicode.com
首页 > 其他好文 > 详细

工作和学习中的心得

时间:2014-05-09 04:03:29      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:style   tar   color   int   get   c   

属性器的使用,通用的 写东西精致 细致 

public System.Int16 Status { get; set; }

public string StatusValue
{
get
{
if (Status == 0)
{
return "拒绝";
}
else if (Status == 2)
{
return "已审";

}
else if (Status == 1)
{
return "待审"; ;
}
else
{
return string.Empty;
}
}
}

 

(2) 对数据库中空值的判断和另赋值 取别名

Isnull(ca.Similarity,-1) as Similarity,

(3)替换字符串 换行 listArticle.Remark.Replace("<br/>", "\n"); ;

工作和学习中的心得,布布扣,bubuko.com

工作和学习中的心得

标签:style   tar   color   int   get   c   

原文地址:http://www.cnblogs.com/q101301/p/3716264.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!