上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 129 下一页
摘要: /** * 保存或者修改商品信息 * @returns */ function saveOrUpdateBaseGoodInfo(){ var json={}; var goodName=$.trim($("#goodName").val()); if(!goodName){ Feng.info("商品名称不能为空!"); return; } json["name"]=goodName; var 阅读全文
posted @ 2019-09-01 18:25 ThisCall 阅读(167) 评论(0) 推荐(0)
摘要: @RequestMapping("/saveorupdatebasegoodinfo") @ResponseBody public JSONResponse saveOrUpdateBaseGoodinfo(@RequestBody Mapmap,HttpServletRequest request) { JSONResponse jsonResponse... 阅读全文
posted @ 2019-09-01 14:46 ThisCall 阅读(527) 评论(0) 推荐(0)
摘要: java 阅读全文
posted @ 2019-09-01 14:01 ThisCall 阅读(519) 评论(0) 推荐(0)
摘要: @RequestMapping("listgoodscart") public ResultEntity listGoodsCart(@RequestParam(name = "data", required = true) String data, @RequestParam(name = "userid", required = true) String us... 阅读全文
posted @ 2019-08-31 17:24 ThisCall 阅读(294) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/a2164e370e29 https://www.cnblogs.com/zqifa/p/regex-1.html var reg = /^[a-zA-Z]$/;// 这里是 正则表达式,大小写英文字母都可以if (reg.test(userNam 阅读全文
posted @ 2019-08-29 09:31 ThisCall 阅读(100) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/20591ad64d2e 阅读全文
posted @ 2019-08-23 18:08 ThisCall 阅读(636) 评论(0) 推荐(0)
摘要: function registryToast(){ vue.prototype.$toast=showToast } export default registryToast import './assets/css/icon.css'; function registryToast(){ vue. 阅读全文
posted @ 2019-08-23 16:05 ThisCall 阅读(425) 评论(0) 推荐(0)
摘要: vue 全局自定义简单弹框 https://www.jianshu.com/p/1307329aa09e https://www.cnblogs.com/crazycode2/p/7907905.html 阅读全文
posted @ 2019-08-23 15:04 ThisCall 阅读(824) 评论(0) 推荐(0)
摘要: 解决的几种办法 https://blog.csdn.net/weixin_43202608/article/details/98884620 这个适合所有vue的UI框架 在main.js下添加一下代码: 阅读全文
posted @ 2019-08-23 14:17 ThisCall 阅读(6329) 评论(0) 推荐(1)
摘要: https://edu.csdn.net/course/play/26164/324383 视频 https://m.aliyun.com/citiao/985664.html //购买服务器 https://www.jianshu.com/p/7cd246f888d8 //购买搭建服务器 http 阅读全文
posted @ 2019-08-22 17:16 ThisCall 阅读(205) 评论(0) 推荐(0)
上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 129 下一页