07 2018 档案
微信小游戏获取参数
摘要:通过APP唤起微信小游戏,并且接收小游戏参数 console.log("begin") console.log(wx.getLaunchOptionsSync()) console.log(JSON.stringify(wx.getLaunchOptionsSync())) wx.showModal 阅读全文
posted @ 2018-07-19 15:58 wxm3177 阅读(1759) 评论(0) 推荐(0)
指定某个方法在站点的Application_Start之前执行
摘要:指定某个函数方法在站点的Application_Start之前执行:PreApplicationStartMethodAttribute 先预备一个类,用于Start时调用 public static class MyPreApplicationStart { public static void  阅读全文
posted @ 2018-07-17 17:54 wxm3177 阅读(221) 评论(0) 推荐(0)
NPOI 导入为table 处理excel 格式问题
摘要:ICell cell = row.GetCell(j); if (!cell.isDbNullOrNull()) { switch (cell.CellType) { ... 阅读全文
posted @ 2018-07-06 12:30 wxm3177 阅读(140) 评论(0) 推荐(0)