苏州毛毛
小小程序员的发展历程
03 2010 档案
DateTime 无法设为Null 的解决办法
摘要:if (DateTime.TryParse(txtInDate.Text, out inDate))database.AddInParameter(cmd, "@InDate", DbType.String, inDate); elsedatabase.AddInParameter(cmd, "@InDate", DbType.DateTime, DBNull.Value); 阅读全文
posted @ 2010-03-19 23:07 苏州毛毛 阅读(811) 评论(0) 推荐(0)
根据姓名得到名字首字母
摘要:代码 阅读全文
posted @ 2010-03-19 23:03 苏州毛毛 阅读(477) 评论(0) 推荐(0)