上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 37 下一页
摘要: 首先说明: 队列queue 的特点就是,许多人可以监听它,但是只有一个人能够收到消息。 主题topic 的特点就是,许多人监听它,都能收到消息。 需要安装activiMQ在自己的电脑上。启动方法 在bin目录 activemq start 即可 访问activiMQ在浏览器输入 :http://lo 阅读全文
posted @ 2018-06-20 23:36 发疯的man 阅读(782) 评论(0) 推荐(0)
摘要: #SPRING CONFIG (ConfigFileApplicationListener) spring.config.name= # config file name (default to 'application') spring.config.location= # location of 阅读全文
posted @ 2018-06-20 22:27 发疯的man 阅读(594) 评论(0) 推荐(0)
摘要: spring Boot应用启动器基本的一共有44种,具体如下: 1)spring-boot-starter 这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。 2)spring-boot-starter-actuator 帮助监控和管理应用。 3)spring-boot-sta 阅读全文
posted @ 2018-06-20 22:07 发疯的man 阅读(260) 评论(0) 推荐(0)
摘要: 原博地址:https://blog.csdn.net/5iasp/article/details/8990531 阅读全文
posted @ 2018-06-19 09:37 发疯的man 阅读(6382) 评论(0) 推荐(0)
摘要: 问题 激活 webstorm 2018 最新版 解决步骤 License server:http://im.js.cn:8888 阅读全文
posted @ 2018-06-19 09:10 发疯的man 阅读(2982) 评论(0) 推荐(0)
摘要: 模块化的好处 以前我们平常写js,需要引用大量大js文件,还得注意先后顺序,因为是一层一层依赖的关系。很是麻烦,现在有了模块化,我们只需要知道,我们要实现这个功能需要哪一个js文件就ok,其他的不需要管,它帮我们自动依赖加载了。很方便有没有!!! 一张图说明没有模块化的时候多么的操蛋 模块化的大致思 阅读全文
posted @ 2018-06-18 10:47 发疯的man 阅读(251) 评论(0) 推荐(0)
摘要: 跨域如何解决? 前端用jsonp解决。 后端设置http header 解决 后端解决方法: 前端解决方法: 留坑,有空写 阅读全文
posted @ 2018-06-18 10:28 发疯的man 阅读(136) 评论(0) 推荐(0)
摘要: https://git-scm.com/book/zh/v1/Git-%E5%9F%BA%E7%A1%80-%E8%BF%9C%E7%A8%8B%E4%BB%93%E5%BA%93%E7%9A%84%E4%BD%BF%E7%94%A8 简易的命令行入门教程: Git 全局设置: git config 阅读全文
posted @ 2018-06-17 23:08 发疯的man 阅读(714) 评论(0) 推荐(0)
摘要: ignore 插件 可以自动生成.ignore文件 非常的实用 gitee 插件 搜所gitee安装即可 码云的插件 maven helper 插件 idea 中解决maven 包冲突的问题 activate-power-mode插件 装B插件,写代码有抖动效果 Background Image P 阅读全文
posted @ 2018-06-17 22:55 发疯的man 阅读(549) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-06-17 00:54 发疯的man 阅读(390) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 37 下一页