码道至简

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

12 2019 档案

摘要:检查一下数据库字段类型和字段长度,和model里的是否一致。字段类型不一致会报这个错。 阅读全文
posted @ 2019-12-31 16:07 码道至简 阅读(399) 评论(0) 推荐(0)

摘要:github: https://github.com/logoove/weui 码云:https://gitee.com/yoby/weui 官网:https://weui.io/ 下载完成后会得到一些demo 打开index浏览WeUI可实现的样式,根据路径找到具体文件,将js,css复制到项目文 阅读全文
posted @ 2019-12-30 18:34 码道至简 阅读(3689) 评论(0) 推荐(0)

摘要:function ChangeDateFormat(time) { if (time != null) { var date = new Date(parseInt(time.replace("/Date(", "").replace(")/", ""), 10)); var m... 阅读全文
posted @ 2019-12-25 13:31 码道至简 阅读(550) 评论(0) 推荐(0)