logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

全面解读数据中台,让企业实现数字化转型

http://www.sohu.com/a/276692256_391226伴随着云计算、大数据、人工智能等IT技术迅速发展及与传统行业实现快速融合,一场由数字化和智能化转型带来的产业变革正在孕育。随着企业规模不断扩大、业务多元化——中台服务架构的应运而生。“中台”早期是由美军的作战体系演化而来的,技术上说的“中台”主要是指学习这种高效、灵活和强大的指挥作战体系。阿里在今年发布“...

#大数据#人工智能#区块链
API网关性能比较:NGINX vs. ZUUL vs. Spring Cloud Gateway vs. Linkerd

http://www.infoq.com/cn/articles/comparing-api-gateway-performances前几天拜读了 OpsGenie 公司(一家致力于 Dev & Ops 的公司)的资深工程师 Turgay Çelik 博士写的一篇文章(链接在文末),文中介绍了他们最初也是采用 Nginx 作为单体应用的网关,后来接触到微服务架构后开始逐渐采用...

#java#后端#运维
常见的开源日志(包括分布式)

LoggingLibraries that log the behavior of an application.Apache Log4j 2- Complete rewrite with a powerful plugin and configuration architecture.Graylog- Open-source aggregator suited fo...

#java#运维
常用工具之zabbix

简介zabbix(音同 zæbix)是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。zabbix能监视各种网络参数,保证服务器系统的安全运营;并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题。zabbix由2部分构成,zabbix server与可选组件zabbix agent。zabbix server可以通过SNM...

#运维#操作系统
xmemcached user guide --存档

XMemcached IntroductionXMemcached is a new java memcached client. Maybe you don't know "memcached" so far, you can checkHere. It is a free & open source, high-performance, distributed memo...

#memcached#java#数据库
The declared package does not match the expected package

eclipse使用import导入源代码到项目中或者通过svn检出等方式导入源码到项目中,控制台容易出现大量错误。但同时直接使用ant脚本进行编译则能编译成功。这个时候请不用担心,打开错误可以看到在很多类的开头部分:package出现错误,提示为:The declared package does not match the expected package错误的原因是:...

#开发工具#java
Hudson-ci/Using Hudson/Installing Hudson/Installing Hudson RPM--官方文档

<Hudson-ci‎ |Using Hudson‎ |Installing Hudson(Redirected fromHudson-ci/Installing Hudson RPM)Hudson Continuous Integration ServerWebsiteDownloadCommunityM...

#运维#数据库#开发工具
使用Skywalking实现全链路监控

https://opentalk.upyun.com/334.html2017 年 10 月 29 日,又拍云 Open Talk 联合 Spring Cloud 中国社区成功举办了“进击的微服务实战派北京站”。华为技术专家吴晟作了题为《使用 Skywalking 实现全链路监控》的分享,以下是分享实录:一、分布式追踪(一)三种场景1、Metrics 指标性统计比...

Building Tomcat7 source step by step---官方文档

Table of ContentsIntroductionDownload a Java Development Kit (JDK) version 6Install Apache Ant 1.8.1 or laterCheckout or obtain the source code for Tomcat 7.0Building To...

#java#开发工具#数据库
BEA-141150 - An error occurred while preparing application component uri of application application ...

网上查询的Cause:This is either because the resource it self is notavailable on the administration server or due a misconfiguration ofsecurity such that the managed server is not properly autho...

到底了