#SERV

【Swoole】计一次swoole_server配合laravel5启动报错:Address already in use[98]

 [2019-11-11 11:42:25 @21371.0]WARNINGswSocket_bind(:434): bind(0.0.0.0:9501) failed, Error: Address already in&nbs...

centos安装SVN 配置svnserve

写在前面:yum安装开发工具yumgroupinstall"DevelopmentLibraries"yumgroupinstall"DevelopmentTools"yuminstallncurses-develzlib-develtexinfogtk+-develgtk2-develqt-develtcl-deve...

19、配置嵌入式servlet容器(下)

 嵌入式Servlet容器:应用打成可执行的jar优点:简单、便携;缺点:默认不支持JSP、优化定制比较复杂      使用定制器【ServerProperties、自定义      Emb...

18、配置嵌入式servlet容器(2)

 -Jetty(长连接)-Undertow(不支持jsp)   替换为其他嵌入式Servlet容器  默认支持:Tomcat(默认使用) Jetty:<dependency><groupId>org.springframewo...

17、配置嵌入式servlet容器(1)

SpringBoot默认使用Tomcat作为嵌入式的Servlet容器     1、修改和server有关的配置       (ServerProperties【也是EmbeddedServletCo...

IDEA中解决Edit Configurations中没有tomcat Server选项的问题(附配置Tomcat)

 1.点击File-->settings(Ctrl+Alt+S)  2.在弹出的窗口中的搜索框中输入appliation,然后选择下方的Plugins,再然后勾选左侧Installed中的如图所示的两个选项,先别忙重启再在搜索框中输入tomcat,勾选右边对应的内容,然后重启即可在E...

解读2017之Service Mesh:群雄逐鹿烽烟起

http://www.infoq.com/cn/articles/2017-service-mesh在过去的2016年和2017年,微服务技术得以迅猛普及,和容器技术一起成为这两年中最吸引眼球的技术热点。而以SpringCloud为代表的传统侵入式开发框架,占据着微服务市场的主流地位,它甚至一度成为微服务的代名词。直到...

How Microservices are Transforming Python Development

https://blog.appdynamics.com/engineering/how-microservices-are-transforming-python-development/ SummaryThegoalofanytechbusinessworthitssaltistoprovidethebe...

What’s a service mesh? And why do I need one?

https://buoyant.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one/ Update2018-02-06:Sincethisarticlewaspublished,we’velaunched Conduit,an...

Qcon2017实录|Service Mesh:下一代微服务

https://zhuanlan.zhihu.com/p/30292372 数人云11月Meetup报名开启,看中西方大神如何论道云原生与微服务!本文作者敖小剑老师将在本次Meetup上继续分享ServiceMesh相关内容,欢迎报名~数人云之前给大家分享过敖小剑老师的《万字解读:ServiceMesh服务网...

application platform as a service (aPaaS)

Applicationplatformasaservice(aPaaS)isa cloudservice thatprovidesenvironmentsforthedevelopmentandrunningofsoftware applications. APaaSallows...

A Comparison of Serverless Frameworks for Kubernetes: OpenFaas, OpenWhisk, Fission, Kubeless and more

ThetermServerlesshasbecomesynonymouswithAWSLambda.DecouplingfromAWShastwobenefits;itavoidslockinandimprovesflexibility.ThemisnomerServerless,isasetoftechniquesa...

WebService与RMI(远程调用方式实现系统间通信)

  本文是《分布式java应用基础与实践》读书笔记;另外参考了此博客,感觉讲的挺好的,尤其是其中如下内容:  另外,消息方式实现系统间通信本文不涉及。RMI则只采用springRMI框架来实现效果,更多的则是来讲讲webService及效果。  (RemoteMethodInvocation)----》springRM...

***PHP5.6.x SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 解决方案

centos:在php.ini中增加一行1openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt  重启服务器使修改生效...

利用PHP SOAP实现WEB SERVICE

php有两个扩展可以实现webservice,一个是NuSoap,一个是php官方的soap扩展,由于soap是官方的,所以我们这里以soap来实现webservice.由于默认是没有打开soap扩展的,所以自己先看一下soap扩展有没有打开。 在soap编写webservice的过程中主要用到了SoapCl...
首页上一页...198199200201202下一页尾页