05 2018 档案
touch.js 手机端的操作手势
摘要:使用原生的touchstart总是单击、长按有冒泡冲突事件,发现百度在几年开源的touch.js库,放在现在来解决手机端的操作手势,仍然很好用。 阅读全文
posted @ 2018-05-28 10:27 晓晨 阅读(215) 评论(0) 推荐(0) 编辑
node 单个表加条件查询
摘要:export const getTeacher = query => { const wh = model.query(qb => { qb.where('isNoLecturer', '=', '1'); }); return get(wh, { ...query }); }; export co 阅读全文
posted @ 2018-05-22 17:25 晓晨 阅读(218) 评论(0) 推荐(0) 编辑