c#
文章平均质量分 63
u010079950
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
convert long UNIX time
public static string FromUnixTime(long unixTime) { // unix时间戳是从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数,不考虑闰秒。[1] // Unix时间戳(英文为Unix epoch, Unix time, POSIX time 或 Unix timestamp原创 2017-06-16 14:44:11 · 237 阅读 · 0 评论 -
正则表达式处理字符串
public static string GetParentKey_Non(string input) { if (string.IsNullOrEmpty(input)) return input; // 38339Z"},"ParentKey":"f5371cd1d02f55cfaf8ee759d0275f26"}原创 2017-06-16 15:00:06 · 373 阅读 · 0 评论 -
DateTime总结
// sql dateselect count([Action]), CONVERT(CHAR(10), [Timestamp], 111) as [SpecificPeriod] from UserAction group by CONVERT(CHAR(10), [Timestamp], 111) // 时间相减 DateTime dtone = Convert原创 2017-06-16 15:07:46 · 374 阅读 · 0 评论
分享