上一页 1 ··· 6 7 8 9 10 11 下一页
  2018年4月17日
摘要: js 手机号码和电话号码正则校验 如果有用记得给我点赞哈,让我可以继续坚持下去 阅读全文
posted @ 2018-04-17 15:20 阿梅M 阅读(23557) 评论(6) 推荐(0) 编辑
  2018年4月11日
摘要: Express 路径请求及对应的获取路径形式,express 封装了多种 http 请求方式,主要只使用 get 和 post 两种 如果有用记得给我点赞哈,让我可以继续坚持下去 阅读全文
posted @ 2018-04-11 16:52 阿梅M 阅读(739) 评论(0) 推荐(0) 编辑
  2018年4月10日
摘要: Http Header里的Content-Type一般有这三种:application/x-www-form-urlencoded:数据被编码为名称/值对。这是标准的编码格式。multipart/form-data: 数据被编码为一条消息,页上的每个控件对应消息中的一个部分。text/plain: 阅读全文
posted @ 2018-04-10 17:40 阿梅M 阅读(243) 评论(0) 推荐(0) 编辑
  2018年4月9日
摘要: nodejs 解析excel文件。 阅读全文
posted @ 2018-04-09 10:49 阿梅M 阅读(7636) 评论(0) 推荐(0) 编辑
  2018年4月8日
摘要: Vue 导入excel功能 阅读全文
posted @ 2018-04-08 09:47 阿梅M 阅读(21995) 评论(9) 推荐(0) 编辑
  2018年3月30日
摘要: let decode_sql ="select * from table where create_user='user' order by id desc"; decode_sql.match(/^SELECT.*/gi) decode_sql.match(/^INSERT.*/gi) 以某个字符 阅读全文
posted @ 2018-03-30 16:04 阿梅M 阅读(3653) 评论(0) 推荐(0) 编辑
  2018年3月22日
摘要: 今天在看网上一些vue项目,遇到主要的技术点,记录下,方便查阅 阅读全文
posted @ 2018-03-22 15:05 阿梅M 阅读(402) 评论(0) 推荐(0) 编辑
  2018年3月21日
摘要: 钩子(hook)—劫持机制 路由钩子(守卫钩子): 1、全局钩子2、某个路由独享的钩子3、组件内钩子 三种路由钩子中都涉及到了三个参数,官方(https://router.vuejs.org/zh-cn/advanced/navigation-guards.html)介绍 to: Route: 即将 阅读全文
posted @ 2018-03-21 21:09 阿梅M 阅读(3039) 评论(0) 推荐(0) 编辑
  2018年3月14日
摘要: js 日期格式: UTC GMT 互相转换 阅读全文
posted @ 2018-03-14 13:13 阿梅M 阅读(12644) 评论(3) 推荐(0) 编辑
  2018年3月1日
摘要: 小白初次尝试,记录一下! 阅读全文
posted @ 2018-03-01 10:41 阿梅M 阅读(302125) 评论(43) 推荐(32) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页