2016年6月8日

摘要: //重写toString方法,将时间转换为Y-m-d H:i:s格式 Date.prototype.toString = function(){ return this.getFullYear() + "-" + (this.getMonth()+1) + "-" + this.getDate() + " " + this.getHours() + ":" + this.getM... 阅读全文
posted @ 2016-06-08 14:31 听哥哥的话 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1.c#调用代码 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace Holworth.Utility { [StructLayout(LayoutKind.Sequent... 阅读全文
posted @ 2016-06-08 11:22 听哥哥的话 阅读(379) 评论(0) 推荐(0) 编辑

导航