摘要:
访问:win+r,输入:\\LAPTOP-I5967FF6\yulin cmd方式设置共享文件夹: 管理员方式打开cmd,输入:net share yulin=D:\\test 阅读全文
摘要:
$.ajax({ method:'POST', url:'/midservice/studentAction/addStudent', data:$.toJSON(userDate), async:false, cache : false, dataType:"json", crossDomain 阅读全文
摘要:
axios({ method:"POST", // url:configure.state.gateway, url:'/api', // headers: { // "Content-Type": "multipart/form-data", // 'Content-Type': 'applica 阅读全文
摘要:
/** * Rest模板对象,用于http访问 * 当前对象已经使用@LoadBanlnced 实现的负载均衡 */@Autowired@Qualifier("siteRestTemplate")RestTemplate restTemplate; //网关接口 @RequestMapping("/ 阅读全文
摘要:
hibernate实体类指定表和库 @Entity @Table(name = "t_config", schema = "SMWB_SUPPORT") 阅读全文
摘要:
mapper指定数据源@Ds("dsdb") 阅读全文
摘要:
跨域解决一:response.setHeader("Access-Control-Allow-Origin", "*");response.setHeader("Access-Control-Allow-Headers", "Content-Type, Content-Length, Authori 阅读全文
摘要:
<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" 阅读全文
摘要:
安装: npm install rimraf -g 删除命令 rimraf node_module 阅读全文
摘要:
com.baomidou.dynamic.datasource.toolkit.DynamicDataSourceContextHolder.push("bdck"); DynamicDataSourceContextHolder.clear(); 阅读全文