摘要:
#region 时间,时间戳转换 /// <summary> /// 时间转换为事件戳 /// </summary> /// <param name="dateTime"></param> /// <returns></returns> public static uint GetTimeStamp 阅读全文
posted @ 2019-12-11 15:46
₯㎕~
阅读(331)
评论(0)
推荐(0)
摘要:
public static void PtrMoveSize(ref IntPtr pData, int nLength) { if (IntPtr.Size == sizeof(Int64)) pData = new IntPtr(pData.ToInt64() + nLength); else 阅读全文
posted @ 2019-12-11 15:44
₯㎕~
阅读(277)
评论(0)
推荐(0)

浙公网安备 33010602011771号