首先了解spring boot devtools基本概念 即存在即合理 地址:https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html 现在看下怎么运用到实际开发环境中去,实现效果: ...
分类:
编程语言 时间:
2017-06-27 15:01:19
阅读次数:
1581
1 pom.xml文件 注:热部署功能spring-boot-1.3开始有的 注:project 中添加 spring-boot-maven-plugin,主要在eclipse中使用,idea中不需要添加此配置。 2 更改idea配置 1) “File” -> “Settings” -> “Buil ...
分类:
编程语言 时间:
2017-06-21 13:50:40
阅读次数:
234
1.下载开发者工具 https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html?t=1497941864 2.api地址: https://mp.weixin.qq.com/debug/wxadoc/dev/index.html? ...
分类:
其他好文 时间:
2017-06-20 15:28:59
阅读次数:
147
全局配置 silent 设置日志与警告 optionMergeStrategies 合并策略 devtools 配置是否允许vue-devtools errorHandler 错误追踪 ignoredElements 忽略在Vue 之外的自定义元素。 keyCodes 自定义键位别名 perform ...
分类:
其他好文 时间:
2017-06-20 00:20:24
阅读次数:
276
转载自:http://blog.csdn.net/sinat_17775997/article/details/70224280 最近在研究vue单页面应用,一步一步用上全家桶,开发避免不了的就是调试工具,因为vue是进行数据驱动的,单从chrome里面进行element查看,查不到什么鸟东西,必须 ...
分类:
其他好文 时间:
2017-06-12 22:27:23
阅读次数:
885
Vue.js devtools是基于google chrome浏览器的一款调试vue.js应用的开发者浏览器扩展。做前端开发的IT工程师应该比较熟悉这款工具,可以边侧边栏窗格中的页面,边检查代码。 一、安装 github下载地址:https://github.com/vuejs/vue-devtoo ...
分类:
其他好文 时间:
2017-06-11 14:17:14
阅读次数:
509
下载 site-1.8.22.zip 解压缩之后,如图: 打开 eclipse 安装目录,例如:D:\DevTools\eclipse 操作:复制 features 和 plugins 这 2 个文件,粘贴到下图的 eclipse 安装目录中,覆盖掉原来的 features 和 plugins 文件 ...
分类:
系统相关 时间:
2017-06-08 11:58:14
阅读次数:
222
转自: http://blog.csdn.net/u010053050/article/details/52388663 http://www.rehack.cn/techshare/devtools/842.html 首先你要升级到win10周年更新版,然后安装linux子系统。 win10的li ...
web前端调试JS、html页面时,有时因为浏览器缓存的原因,真正运行的程序并非最新的程序,此时需要禁用浏览器缓存。 chrome浏览器开发模式下禁用缓存的方法: 1、首先F12进入开发模式 2、勾选中“Disable cache(while DevTools is open)” ...
分类:
其他好文 时间:
2017-05-28 11:50:00
阅读次数:
178
勾选了“允许访问文件网址”,还是无法使用: Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by ...
分类:
其他好文 时间:
2017-05-22 23:23:58
阅读次数:
6658