码迷,mamicode.com
首页 >  
搜索关键字:explore    ( 468个结果
springboot整合logback集成elk实现日志的汇总、分析、统计和检索功能
在Spring Boot当中,默认使用logback进行log操作。logback支持将日志数据通过提供IP地址、端口号,以Socket的方式远程发送。在Spring Boot中,通常使用logback-spring.xml来进行logback配置。 首先、创建一个elk的springboot项目, ...
分类:编程语言   时间:2018-10-01 15:04:09    阅读次数:2152
eclipse中把多个项目放在一个文件夹里
1.、Package Explorer 可以在这里打开 2、选择Working sets 3、新建java working set 4、把文件夹显示出来 5、可以把项目移动到文件夹里面了,鼠标左键拖就可以了 ...
分类:系统相关   时间:2018-09-27 01:38:21    阅读次数:172
网站主机
如果您希望向全世界发布自己的网站,那么您的网站就需要被放置于一个WEB服务器。您就要知道:什么是网站主机,以及网站主机提供什么服务。。。。。。。。。网站主机介绍互联网是如何工作的呢?如何制作属于您自己的网站?什么是网站主机?什么是Internet服务提供商(ISP)?。。。。。。。。什么是万维网(WorldWideWeb)?Web是一个遍布全球的计算机网络。网络中的所有计算机均可彼此相互通信。所有
分类:Web程序   时间:2018-09-27 00:12:16    阅读次数:246
浏览器对象模型
浏览器对象模型(BOM)使JavaScript有能力与浏览器对话。 浏览器对象模型(BOM) 浏览器对象模型(Browser Object Model)尚无正式标准。 由于现代浏览器(几乎)已经实现了JavaScript交互性方面的相同方法和属性,因此常被认为是BOM的方法和属性。 window对象 ...
分类:其他好文   时间:2018-09-26 16:00:45    阅读次数:139
利用Nomad构建弹性基础设施: 容错和中断恢复
In this series we explore how Nomad handles unexpected failures, outages, and routine maintenance of cluster infrastructure, often without operator intervention.
分类:其他好文   时间:2018-09-22 10:33:50    阅读次数:203
[Typescript] Specify Exact Values with TypeScript’s Literal Types
A literal type is a type that represents exactly one value, e.g. one specific string or number. You can combine literal types with union types to mode ...
分类:其他好文   时间:2018-09-19 19:45:13    阅读次数:156
intellij idea 修改代码后自动编译更新
问题描述:intellijidea调试修改时,页面文件改动后无法立刻看到变化,需要手动重启。问题原因:在ideatomcat中server的配置里,有onframedeactivation条目,选择updateclassesandresources。由于服务器添加的Artifact类型问题,有的项目可能没有updateclassesandresources这个选项,只有HotSwapclasses
分类:其他好文   时间:2018-09-18 17:15:56    阅读次数:424
云班小结
能够导出UML图的Eclipse插件 1.“01能够导出UML图的Eclipse插件”中的四个jar包把,直接放到Eclipse目录下的plugins目录中 2.在project名称右键选择New Other,弹出新建对话框看到AmaterasUML选项,在其中选择Class Diagram,并命名 ...
分类:其他好文   时间:2018-09-13 21:16:23    阅读次数:202
[TypeScript] Define Custom Type Guard Functions in TypeScript
One aspect of control flow based type analysis is that the TypeScript compiler narrows the type of a variable within a type guard. This lesson explore ...
分类:其他好文   时间:2018-09-13 16:35:08    阅读次数:192
用Nomad构建弹性基础设施:调度和自我修复
This is the second post in our series?Building Resilient Infrastructure with Nomad. In this series we explore how Nomad handles unexpected failures, outages, and routine maintenance of cluster infrastructure, often without operator intervention required.
分类:其他好文   时间:2018-09-10 19:48:48    阅读次数:185
468条   上一页 1 ... 17 18 19 20 21 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!