12 2016 档案
摘要:https://yq.aliyun.com/articles/2322 ************************************* 摘要: Spring Boot提供的监控接口,例如:/health、/info等等,实际上除了之前提到的信息,还有其他信息业需要监控:当前处于活跃状态的
阅读全文
摘要:http://blog.csdn.net/xingfulangren/article/details/52304413 *************************************************** 1. 准备 1.1 介绍 spring-boot-admin的Github源
阅读全文
摘要:http://blog.csdn.net/kinginblue/article/details/52132113 ******************************************* 一、前言 spring Boot Admin 用于监控基于 Spring Boot 的应用。官方文
阅读全文
摘要:http://www.jianshu.com/p/e20a5f42a395 ******************************* 上一篇文章中了解了Spring Boot提供的监控接口,例如:/health、/info等等,实际上除了之前提到的信息,还有其他信息业需要监控:当前处于活跃状态
阅读全文
摘要:http://www.cnblogs.com/webstorm/p/5744942.html ***************************************** 第一步:下载Nodejs并安装 官方下载地址:https://nodejs.org/en/,我选择的是长期支持版本v4.4
阅读全文
摘要:http://blog.csdn.net/mickey_miki/article/details/8240477 ******************************************** 本文共四部分:官网 | 基本使用|遇到的问题|属性表 一:官方网站:[http://www.da
阅读全文
摘要:http://linleizi.iteye.com/blog/2086435 *********************************** Data Tables: http://datatables.net/ Version: 1.10.0 Dom说明 定义表格控件在页面的显示顺序。 每
阅读全文
摘要:http://www.jianshu.com/p/5206f74a4406 ********************************* 前言 上一篇文章介绍了SpringBoot的EnableAutoConfiguration,并通过自定义注解来实现相同的功能。这里再介绍一下SpringBo
阅读全文
摘要:http://blog.csdn.net/shan9liang/article/details/17266519 ********************************************** 问题起源: 今天再在ESB调用WebService测试,需要在jboss上部署一个ejb项目
阅读全文
摘要:http://tool.oschina.net/codeformat/json
阅读全文
摘要:http://www.cnblogs.com/huang0925/p/3940528.html?utm_source=tuicool&utm_medium=referral ****************************************** 在编写Gradle脚本的时候,在buil
阅读全文
摘要:maven 多模块项目http://www.blogjava.net/fancydeepin/archive/2015/06/27/maven-modules.htmlhttp://blog.csdn.net/whuslei/article/details/7989102
阅读全文
摘要:http://juvenshun.iteye.com/blog/305865 ************************************* “分天下为三十六郡,郡置守,尉,监” —— 《史记·秦始皇本纪》 所有用Maven管理的真实的项目都应该是分模块的,每个模块都对应着一个pom.x
阅读全文
摘要:使用RestTemplate Spring安全认证 java spring 认证authentication 安全spring-security 我有提供2个独立的一整套服务2 Spring的web应用程序。 Web应用程序1具有Spring Security的使用认证。 现在,Web应用程序2需要
阅读全文
摘要:https://www.zhihu.com/question/20291124 https://www.zhihu.com/question/29763291?sort=created&page=3
阅读全文
摘要:《Gradle用户教程》中文版 · GitBookhttps://www.gitbook.com/book/yeetrack/-gradle-user-guide-chinese/detailsGradle用户指南官方文档中文版_Gradle 教程_Gradle_极客学院 Wikihttp://wi
阅读全文
摘要:http://jingyan.baidu.com/article/1612d5005fd087e20f1eee10.html *********************************** spring tool suite 是一个基于eclipseIDE开发环境中的用于开发spring应用
阅读全文
摘要:spring-boot-admin的相关资料 This application provides a simple UI to administrate Spring Boot applications. It provides the following features for register
阅读全文
摘要:http://blog.csdn.net/argel_lj/article/details/49851625 ********************************************************* spring Boot 内置Tomcat默认端口号为8080,在开发多个应
阅读全文
摘要:http://blog.csdn.net/sunitjy/article/details/42709311 **************************************************** 最近一些项目需要让Maven来管理,一种情况是将之前的eclipse的Java Pro
阅读全文
摘要:http://news.tuxi.com.cn/news/119999990123162/31622105.html http://lyking2001.iteye.com/blog/837440 针对Failed to execute goal org.apache.maven.plugins:m
阅读全文
摘要:http://blog.csdn.net/wabiaozia/article/details/51733372 ************************************ 报错提示: [ERROR] Failed to execute goal org.apache.maven.plu
阅读全文
摘要:http://blog.csdn.net/z18137017273/article/details/53033613 ********************************************************* 使用JDK1.7 打Maven 包是出现异常 :Fatal err
阅读全文
摘要:http://qqbwww.iteye.com/blog/2042307 **************************************** #Maven打包遇到的一些问题 ## 1.将依赖打成一个包参考这篇 ## 2.Fatal error compiling: 无效的目 标版本:
阅读全文
摘要:https://my.oschina.net/gxs2012/blog/205875 http://blog.csdn.net/zhujiaxing666666/article/details/15029011 ********************************************
阅读全文
摘要:http://blog.csdn.net/sdyy321/article/details/40298081 ************************************** 官方WIKI:https://github.com/FasterXML/jackson-databind/wiki
阅读全文
摘要:http://www.cnblogs.com/davidwang456/p/5434071.html ********************************************* 有时候,如果数据库表中增加一个字段,但返回的JSON字符串中含有我们并不需要的字段,那么当对应的实体类中不
阅读全文
摘要:http://jingyan.baidu.com/article/ca41422fc76c4a1eae99ed9f.html **************************************************** 在编写java代码时,为方便编程,常常会引用别人已经实现的方法,通常
阅读全文
摘要:http://blog.csdn.net/mazhaojuan/article/details/21403717 ************************************************************* 我们在用Eclipse开发程序的时候,经常要用到第三方jar包
阅读全文
摘要:http://jingyan.baidu.com/article/e6c8503c7e46b6e54f1a18c5.html ******************************************* 我们在编写java程序的过程中,经常会遇到各种莫名其妙的问题,为了检测程序是哪里出现问
阅读全文
摘要:http://www.cnblogs.com/mq0036/p/3780538.html ******************************************************* 1、设置断点在程序里面放置一个断点,也就是双击需要放置断点的程序左边的栏目上。2、调试(1)点击"
阅读全文
摘要:https://my.oschina.net/u/2475751/blog/631036?p={{currentPage-1}} https://lug.ustc.edu.cn/wiki/mirrors/help/opensuse **********************************
阅读全文
摘要:https://zhidao.baidu.com/question/307317838.html http://www.cnblogs.com/aqbyygyyga/archive/2011/11/03/2234926.html http://www.poluoluo.com/jzxy/201607
阅读全文
摘要:https://tortoisesvn.net/docs/release/TortoiseSVN_zh_CN/index.html TortoiseSVN 针对 Windows 平台的 Subversion 客户端 针对 Windows 平台的 Subversion 客户端 Version 1.9
阅读全文
摘要:https://github.com/gorhill/uBlock
阅读全文
摘要:Git教程http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/git - 简明指南http://rogerdudler.github.io/git-guide/index.zh.html
阅读全文
摘要:http://docs.linuxtone.org/ebooks/C&CPP/c/ 很全面的介绍
阅读全文
摘要:http://www.nginx.cn/install ************************ nginx可以使用各平台的默认包来安装,本文是介绍使用源码编译安装,包括具体的编译参数信息。 正式开始前,编译环境gcc g++ 开发库之类的需要提前装好,这里默认你已经装好。 ububtu平台
阅读全文
摘要:http://blog.chinaunix.net/uid-26833883-id-3219335.html http://blog.chinaunix.net/uid-23069658-id-3142046.html http://www.cnblogs.com/findumars/p/54219
阅读全文
摘要:UEditor文档http://fex.baidu.com/ueditor/Ueditor 前后端数据交互 http://blog.csdn.net/bobo_93/article/details/51079835UEditor 使用调试过程 http://blog.csdn.net/lishuai
阅读全文