摘要: 或者如下: 就是说单引号要用:"或者\'这个字符代替 阅读全文
posted @ 2017-02-15 17:19 James·wang 阅读(2016) 评论(0) 推荐(0)
摘要: string.Format("{0:d}",System.DateTime.Now) 结果为:2009-3-20 (月份位置不是03) string.Format("{0:D}",System.DateTime.Now) 结果为:2009年3月20日 string.Format("{0:f}",System.DateTime.Now) 结果为:2009年3月20日 15:37 string.Fo... 阅读全文
posted @ 2017-02-15 16:53 James·wang 阅读(1209) 评论(0) 推荐(0)
摘要: 比如:在Products表中把字段CharCode中含有ch-的字符全部替换为dw- 阅读全文
posted @ 2017-02-15 13:37 James·wang 阅读(4671) 评论(0) 推荐(0)