- 博客(193)
- 资源 (1)
- 收藏
- 关注
原创 Json格式化输出
主要目的就是格式化输出JSON,这样将输出的字符串直接写入本地文件作为配置文件,阅读起来也比较方便。另外推荐ToStringBuilder,在apache的common-lang3中,输出对象时比较直观方便。 <jackson.version>1.9.2</jackson.version> <dependency> ...
2019-03-18 14:36:48
2875
翻译 Elasticsearch Reference 5.5 中文翻译7
Breaking changes in 5.0在5.0版本中的更新This section discusses the changes that you need to be aware of when migrating your application to Elasticsearch 5.0. 这一节讨论更新你需要知道当迁移你的应用到Elasticsearch5.0版本是需要知道的事情。Mi
2017-09-18 18:23:05
12175
1
翻译 Elasticsearch Reference 5.5 中文翻译5
Set up X-Pack安装X-PackX-Pack is an Elastic Stack extension that bundles security, alerting, monitoring, reporting, machine learning, and graph capabilities into one easy-to-install package. To access th
2017-09-07 18:04:13
5011
1
翻译 Elasticsearch Reference 5.5 中文翻译1
Elasticsearch Reference文档的中文翻译,非外文系,希望可以给初学Elasticsearch的人带去帮助版本5.5开始翻译时间2017年8月14日文档参考地址:https://www.elastic.co/guide/en/elasticsearch/reference/5.5/index.html采用中英文混合的方式展现
2017-08-17 17:26:25
3892
翻译 【Spring】Spring Framework Reference Documentation中文版39
翻译的最后一部分,附上word文档的链接。
2017-08-14 17:48:45
583
翻译 【Spring】Spring Framework Reference Documentation中文版38
43. spring JSP Tag Libraryspring的JSP标签库 43.1 Introduction介绍 One of the view technologies you can use with the Spring Framework is Java Server Pages (JSPs). To help you implement views usin
2017-08-11 17:35:07
466
翻译 【Spring】Spring Framework Reference Documentation中文版37
42. Extensible XML authoring扩展的XML编写 42.1 Introduction介绍 Since version 2.0, Spring has featured a mechanism for schema-based extensions to the basic Spring XML format for defining and conf
2017-08-10 17:45:05
466
原创 【Docker】docker创建测试环境的伪分布式Redis集群
用于搭建测试环境的Redis伪分布式集群环境,可以用于练习节点的添加、删除以及主从结构。
2017-08-09 11:10:44
373
翻译 【Spring】Spring Framework Reference Documentation中文版36
41. XML Schema-based configuration基于XML Schema的配置 41.1 Introduction介绍 This appendix details the XML Schema-based configuration introduced in Spring 2.0 and enhanced and extended in Spring
2017-08-08 18:41:46
650
翻译 【Spring】Spring Framework Reference Documentation中文版35
40. Classic Spring AOP Usage经典的spring的AOP使用 In this appendix we discuss the lower-level Spring AOP APIs and the AOP support used in Spring 1.2 applications. For new applications, we recommend th
2017-08-07 18:27:53
1391
翻译 【Spring】Spring Framework Reference Documentation中文版34
Part VIII. Appendices附录 37. Migrating to Spring Framework 4.x集成spring框架4.x Migration guides for upgrading from previous releases of the Spring Framework are now provided as a Wiki page.集
2017-07-31 18:16:49
454
翻译 【Spring】Spring Framework Reference Documentation中文版33
36. Cache Abstraction缓存抽象 36.1 Introduction介绍 Since version 3.1, Spring Framework provides support for transparently adding caching into an existing Spring application. Similar to the tran
2017-07-28 18:19:03
828
翻译 【Spring】Spring Framework Reference Documentation中文版31
34. Task Execution and Scheduling执行任务和任务计划 34.1 Introduction介绍 The Spring Framework provides abstractions for asynchronous execution and scheduling of tasks with the TaskExecutor and TaskS
2017-07-20 18:49:27
565
翻译 【Spring】Spring Framework Reference Documentation中文版30
33. Email电子邮件 33.1 Introduction介绍 Library dependencies库依赖 The following JAR needs to be on the classpath of your application in order to use the Spring Framework’s email library.下面
2017-07-18 18:07:33
639
翻译 【Spring】Spring Framework Reference Documentation中文版29
32. JCA CCI 32.1 Introduction介绍 Java EE provides a specification to standardize access to enterprise information systems (EIS): the JCA (Java EE Connector Architecture). This specification i
2017-07-17 19:02:02
301
翻译 【Spring】Spring Framework Reference Documentation中文版28
31. JMX 31.1 Introduction介绍 The JMX support in Spring provides you with the features to easily and transparently integrate your Spring application into a JMX infrastructure.JMX支持在spring中提供
2017-07-12 18:38:44
548
翻译 【Spring】Spring Framework Reference Documentation中文版27
30. JMS (Java Message Service)(Java消息服务) 30.1 Introduction介绍 Spring provides a JMS integration framework that simplifies the use of the JMS API much like Spring’s integration does for the
2017-07-07 16:02:43
621
原创 【Spring】Spring Cloud的思维导图
今天在分享一个思维导图,最近刚刚了解到的Spring Cloud。https://github.com/kingdz2008/test/tree/master/note
2017-07-05 17:50:21
3332
2
翻译 【Spring】Spring Framework Reference Documentation中文版26
29. Enterprise JavaBeans (EJB) integration企业级JavaBean的集成 29.1 Introduction介绍 As a lightweight container, Spring is often considered an EJB replacement. We do believe that for many if not m
2017-07-04 17:30:46
387
翻译 【Spring】Spring Framework Reference Documentation中文版25
28. Remoting and web services using Spring使用spring的远程和web service 28.1 Introduction介绍 Spring features integration classes for remoting support using various technologies. The remoting supp
2017-06-30 18:55:40
823
翻译 【Spring】Spring Framework Reference Documentation中文版24
27. CORS SupportCORS支持 27.1 Introduction介绍 For security reasons, browsers prohibit AJAX calls to resources residing outside the current origin. For example, as you’re checking your bank ac
2017-06-28 17:42:03
488
翻译 【Spring】Spring Framework Reference Documentation中文版23
26. WebSocket SupportWebSocker支持 This part of the reference documentation covers Spring Framework’s support for WebSocket-style messaging in web applications including use of STOMP as an applica
2017-06-27 18:43:09
1794
原创 【Python】工作中自己用的一个程序,操作excel
工作中用到的程序,今天刚写出来,用于检测excel,里面有操作表格的部分代码,可供参考。#author kingdz#create_time 2017.06.26import xlrdimport oscontentList = []def check(): hasFunctionTestReport = False hasInnerTestReport
2017-06-26 17:43:06
821
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人