上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 235 下一页
摘要: 1.client端 EurekaClient提供三个功能: EurekaClient API contracts are:* - provide the ability to get InstanceInfo(s) (in various different ways)* - provide the 阅读全文
posted @ 2017-02-07 14:25 一天不进步,就是退步 阅读(4988) 评论(0) 推荐(0)
摘要: 原文地址:http://www.infoq.com/cn/articles/people-reengineering-proposed 要点 在当今充满压力的工作环境中,平庸、乏味和士气低落经常影响软件人员的表现。人力再造能够挑战这些负面因素,提升员工的表现。 这个概念包含若干技术,使组织内的人员能 阅读全文
posted @ 2017-02-03 11:37 一天不进步,就是退步 阅读(185) 评论(0) 推荐(0)
摘要: 原文地址:http://www.infoq.com/cn/news/2017/01/Reddit-Memcached-3TB?utm_source=infoq&utm_medium=popular_widget&utm_campaign=popular_content_list&utm_conten 阅读全文
posted @ 2017-02-03 11:23 一天不进步,就是退步 阅读(462) 评论(0) 推荐(0)
摘要: spring cloud config的主函数是ConfigServerApplication,其定义如下: 其中 @Configuration是spring定义的注解,使用注解,配置信息的载体由 XML 文件转移到了 Java 类中。 @EnableAutoConfiguration是spring 阅读全文
posted @ 2017-01-20 14:45 一天不进步,就是退步 阅读(13311) 评论(0) 推荐(0)
摘要: 原文地址:http://www.csdn.net/article/2015-10-06/2825849 量化派是一家金融大数据公司,为金融机构提供数据服务和技术支持,也通过旗下产品“信用钱包”帮助个人用户展示经济财务等状况,撮合金融机构为用户提供最优质的贷款服务。金融的本质是风险和流动性,但是目前中 阅读全文
posted @ 2017-01-18 14:35 一天不进步,就是退步 阅读(1043) 评论(0) 推荐(0)
摘要: 原文地址:https://martinfowler.com/articles/injection.html n the Java community there's been a rush of lightweight containers that help to assemble compone 阅读全文
posted @ 2017-01-17 09:41 一天不进步,就是退步 阅读(465) 评论(0) 推荐(0)
摘要: 原文地址:http://www.infoq.com/cn/articles/evolution-of-qunar-payment-system-architecture-?utm_source=infoq&utm_medium=popular_widget&utm_campaign=popular_ 阅读全文
posted @ 2017-01-16 17:43 一天不进步,就是退步 阅读(2161) 评论(0) 推荐(1)
摘要: 1.在catalina.sh 中设置JAVA_OPTS,例如: JAVA_OPTS='-server -Xms1024m -Xmx1024m -XX:NewSize=128m -XX:MaxPermSize=256m -XX:MaxDirectMemorySize=256m -XX:+UseConc 阅读全文
posted @ 2017-01-12 10:24 一天不进步,就是退步 阅读(5221) 评论(0) 推荐(0)
摘要: 根源在AnnotationConfigApplicationContext和AnnotationConfigWebApplicationContext,以AnnotationConfigApplicationContext为例: 1.构造方法 一种是注解类方式,一种是扫描方式,殊途同归。以注解类来分 阅读全文
posted @ 2017-01-11 17:45 一天不进步,就是退步 阅读(2028) 评论(2) 推荐(1)
摘要: 查看端口占用情况命令: netstat -tunlp |grep 8000 tomcat 启动远程debug: startup.sh 中的最后一行 exec "$PRGDIR"/"$EXEXUTABLE" start "$@"中的start修改成 jpda start ,默认的调试端口是8000 , 阅读全文
posted @ 2017-01-05 23:06 一天不进步,就是退步 阅读(1254) 评论(0) 推荐(0)
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 235 下一页