上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 访问:win+r,输入:\\LAPTOP-I5967FF6\yulin cmd方式设置共享文件夹: 管理员方式打开cmd,输入:net share yulin=D:\\test 阅读全文
posted @ 2020-07-16 09:31 覃上 阅读(209) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ method:'POST', url:'/midservice/studentAction/addStudent', data:$.toJSON(userDate), async:false, cache : false, dataType:"json", crossDomain 阅读全文
posted @ 2020-07-07 09:06 覃上 阅读(126) 评论(0) 推荐(0) 编辑
摘要: axios({ method:"POST", // url:configure.state.gateway, url:'/api', // headers: { // "Content-Type": "multipart/form-data", // 'Content-Type': 'applica 阅读全文
posted @ 2020-07-06 15:15 覃上 阅读(167) 评论(0) 推荐(0) 编辑
摘要: /** * Rest模板对象,用于http访问 * 当前对象已经使用@LoadBanlnced 实现的负载均衡 */@Autowired@Qualifier("siteRestTemplate")RestTemplate restTemplate; //网关接口 @RequestMapping("/ 阅读全文
posted @ 2020-07-01 10:29 覃上 阅读(241) 评论(0) 推荐(0) 编辑
摘要: hibernate实体类指定表和库 @Entity @Table(name = "t_config", schema = "SMWB_SUPPORT") 阅读全文
posted @ 2020-06-29 07:37 覃上 阅读(413) 评论(0) 推荐(0) 编辑
摘要: mapper指定数据源@Ds("dsdb") 阅读全文
posted @ 2020-06-28 17:47 覃上 阅读(3125) 评论(1) 推荐(0) 编辑
摘要: 跨域解决一:response.setHeader("Access-Control-Allow-Origin", "*");response.setHeader("Access-Control-Allow-Headers", "Content-Type, Content-Length, Authori 阅读全文
posted @ 2020-06-23 17:46 覃上 阅读(599) 评论(0) 推荐(0) 编辑
摘要: <script src="https://cdn.bootcss.com/html2canvas/0.5.0-beta4/html2canvas.js"></script><script src="https://cdn.bootcss.com/jspdf/1.3.4/jspdf.debug.js" 阅读全文
posted @ 2020-06-19 12:46 覃上 阅读(4116) 评论(0) 推荐(0) 编辑
摘要: 安装: npm install rimraf -g 删除命令 rimraf node_module 阅读全文
posted @ 2020-06-18 16:05 覃上 阅读(2739) 评论(0) 推荐(0) 编辑
摘要: com.baomidou.dynamic.datasource.toolkit.DynamicDataSourceContextHolder.push("bdck"); DynamicDataSourceContextHolder.clear(); 阅读全文
posted @ 2020-06-17 17:08 覃上 阅读(402) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页