07 2018 档案
微信小游戏获取参数
摘要:通过APP唤起微信小游戏,并且接收小游戏参数 console.log("begin") console.log(wx.getLaunchOptionsSync()) console.log(JSON.stringify(wx.getLaunchOptionsSync())) wx.showModal
阅读全文
指定某个方法在站点的Application_Start之前执行
摘要:指定某个函数方法在站点的Application_Start之前执行:PreApplicationStartMethodAttribute 先预备一个类,用于Start时调用 public static class MyPreApplicationStart { public static void
阅读全文
NPOI 导入为table 处理excel 格式问题
摘要:ICell cell = row.GetCell(j); if (!cell.isDbNullOrNull()) { switch (cell.CellType) { ...
阅读全文
浙公网安备 33010602011771号