摘要: idea失去焦点5秒生效一、导入依赖(maven刷新一下)<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId></dependency>二、CTRL 阅读全文
posted @ 2022-09-12 11:15 卿祛病 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 自学hadoop,不求甚解的过了一遍相关<<Hadoop权威指南>>, 然后开启了满是坎坷的环境搭建之旅。得益于网友无私分享初步实现Hadoop HA 高可用分布式集群,现略作小结。 环境模拟:VMware Workstation上安装centos7,centos7上安装docker,通过docke 阅读全文
posted @ 2019-08-22 17:18 卿祛病 阅读(407) 评论(0) 推荐(0) 编辑
摘要: stash:修改暂存.非会持久化,不会生成commit记录 stash三板斧: git statsh ; #前提是当前修改提交到缓存,缓存当前修改。+ save "save message" :添加说明 git stash list #暂存列表 git stash show #暂存修改展示 git 阅读全文
posted @ 2018-07-16 11:53 卿祛病 阅读(130) 评论(0) 推荐(0) 编辑
摘要: <%@page isELIgnored="false" %>设置为false 阅读全文
posted @ 2018-02-02 18:04 卿祛病 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1.安装wamp:windows+apache+mysql+php的简称 https://jingyan.baidu.com/article/2d5afd69efe9cf85a3e28e54.html 2,将下载好的cocos2d-js复制到该目录下 3.直接在浏览器上访问即可 阅读全文
posted @ 2018-01-09 11:38 卿祛病 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 参考资料(微信开发平台):https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419316518&lang=zh_CN 总结(实现流程): A.注册( 阅读全文
posted @ 2018-01-05 17:46 卿祛病 阅读(2112) 评论(0) 推荐(0) 编辑
摘要: 背景:为以cocos2d-js为框架的游戏y引擎提供接口,并且返回JSON字符串 cocos2d访问接口时会出现跨域报错,通过以下设置可以解决 阅读全文
posted @ 2018-01-05 16:32 卿祛病 阅读(440) 评论(0) 推荐(0) 编辑
摘要: resultClass:返回类型 resultMap:返回类型映射关系 阅读全文
posted @ 2017-12-26 12:04 卿祛病 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 报错原因:重定向不能复用!!! 网上说的加return流程能正常走下去,但是后台还是会抛出该异常 解决方案,修改流程(例): 阅读全文
posted @ 2017-12-26 11:10 卿祛病 阅读(302) 评论(0) 推荐(0) 编辑