- 博客(3)
- 收藏
- 关注
原创 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
原创 正则表达式处理字符串
public static string GetParentKey_Non(string input) { if (string.IsNullOrEmpty(input)) return input; // 38339Z"},"ParentKey":"f5371cd1d02f55cfaf8ee759d0275f26"}
2017-06-16 15:00:06
371
原创 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
236
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅