• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
落英、执手
博客园    首页    新随笔    联系   管理    订阅  订阅
2023年3月14日
重要网址记录
摘要: 1.layui:http://www.uimaker.com/layui/doc/ 2.EasyWeb主题生成器(适用于所有Layui后台大布局的框架):https://demo.easyweb.vip/theme/ 或者 https://whvse.gitee.io/easywebpage/doc 阅读全文
posted @ 2023-03-14 17:19 落英、执手 阅读(55) 评论(0) 推荐(0)
2022年11月4日
vue 打包后可放置在任意名称的文件夹下
摘要: 1. build->utils.js: 2. build->webpack.prod.conf.js: 3. config->index.js: 阅读全文
posted @ 2022-11-04 15:27 落英、执手 阅读(283) 评论(0) 推荐(0)
2022年11月3日
layui相关问题总结
摘要: 1.layui table回显选中 1) radio: done:function(res, curr, count){ for(var i = 0; i < res.data.length; i++){ for(var j = 0; j < vm.chosenInfo.waterInfo.leng 阅读全文
posted @ 2022-11-03 18:07 落英、执手 阅读(52) 评论(0) 推荐(0)
2021年11月10日
vue npm安装指令汇总
摘要: 1.elmentui:npm i element-ui -S 2.打印插件:npm install vue-print-nb --save 3.时间转换插件Moment:npm install moment 4.vue-cookies:npm install vuew-cookies --save 阅读全文
posted @ 2021-11-10 14:51 落英、执手 阅读(244) 评论(0) 推荐(0)
2020年12月17日
axios使用总结
摘要: 一.请求配置 // 引入import axios from 'axios';import qs from 'qs';this.$axios({ method:"get", // get|post|delete|put... url:"", headers:{"content-type":'appli 阅读全文
posted @ 2020-12-17 14:44 落英、执手 阅读(140) 评论(0) 推荐(0)
2020年10月20日
小工具汇总
摘要: 一、时间相关的问题 1.获取以当前时间为截止时间的一个星期的时间段 function getOneWeek(){ var currentTime = new Date().getTime(); var previousTime = currentTime - 24*60*60*1000*6; var 阅读全文
posted @ 2020-10-20 16:36 落英、执手 阅读(49) 评论(0) 推荐(0)
2020年10月10日
日程表
摘要: 样式如下: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>日程表</title> <link rel="stylesheet" hr 阅读全文
posted @ 2020-10-10 16:34 落英、执手 阅读(97) 评论(0) 推荐(0)
2019年1月30日
2018项目总结(vue+apicloud)
摘要: 一、关于字数统计的问题 在使用textarea时常会对textarea中的文字数目进行统计,一般来说,可以使用onkeyup事件来解决问题。 function keypress(){ var description = document.getElementById("description").v 阅读全文
posted @ 2019-01-30 09:34 落英、执手 阅读(1960) 评论(0) 推荐(0)
2019年1月29日
手机端页面内当月日历展示
摘要: 需求:可以进行年份与月份的选择并根据选择展示相应的日历,如下图所示, 解决方案: <div class="week aui-margin-l-10 aui-margin-r-10"> <div>日</div> <div>一</div> <div>二</div> <div>三</div> <div>四 阅读全文
posted @ 2019-01-29 15:22 落英、执手 阅读(168) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3