07 2017 档案
摘要:/* * 描述:页面销毁封装 * 说明:针对订单特殊定位页面 * 返回首页,页面空白前进行销毁页面处理 * 使用:plusReady之后 */ (function(w) { var destruction = { /** * @param {需要销毁的页面id}pagId * 该方法的作用为销毁当前
阅读全文
摘要:SQLite介绍SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.SQLite是一个开源、免
阅读全文
摘要:1.反射创建类型 //3 列排序 Type t = data.ElementType; //var pcs = Activator.CreateInstance(t, new object[] { // "addTime", // Common.ListSortDirection.Ascending
阅读全文