51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#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...
IT猿
·
2020-03-27
Swoole
一次
swoole
server
配合
centos安装SVN 配置svnserve
写在前面:yum安装开发工具yumgroupinstall"DevelopmentLibraries"yumgroupinstall"DevelopmentTools"yuminstallncurses-develzlib-develtexinfogtk+-develgtk2-develqt-develtcl-deve...
IT猿
·
2020-03-27
centos
安装
SVN
配置
svnserve
19、配置嵌入式servlet容器(下)
嵌入式Servlet容器:应用打成可执行的jar优点:简单、便携;缺点:默认不支持JSP、优化定制比较复杂 使用定制器【ServerProperties、自定义 Emb...
IT猿
·
2020-03-27
配置
嵌入式
servlet
容器
18、配置嵌入式servlet容器(2)
-Jetty(长连接)-Undertow(不支持jsp) 替换为其他嵌入式Servlet容器 默认支持:Tomcat(默认使用) Jetty:<dependency><groupId>org.springframewo...
IT猿
·
2020-03-27
配置
嵌入式
servlet
容器
17、配置嵌入式servlet容器(1)
SpringBoot默认使用Tomcat作为嵌入式的Servlet容器 1、修改和server有关的配置 (ServerProperties【也是EmbeddedServletCo...
IT猿
·
2020-03-27
配置
嵌入式
servlet
容器
IDEA中解决Edit Configurations中没有tomcat Server选项的问题(附配置Tomcat)
1.点击File-->settings(Ctrl+Alt+S) 2.在弹出的窗口中的搜索框中输入appliation,然后选择下方的Plugins,再然后勾选左侧Installed中的如图所示的两个选项,先别忙重启再在搜索框中输入tomcat,勾选右边对应的内容,然后重启即可在E...
IT猿
·
2020-03-27
IDEA
解决
Edit
Configurations
没有
解读2017之Service Mesh:群雄逐鹿烽烟起
http://www.infoq.com/cn/articles/2017-service-mesh在过去的2016年和2017年,微服务技术得以迅猛普及,和容器技术一起成为这两年中最吸引眼球的技术热点。而以SpringCloud为代表的传统侵入式开发框架,占据着微服务市场的主流地位,它甚至一度成为微服务的代名词。直到...
IT猿
·
2020-03-27
解读
2017
Service
Mesh
群雄逐鹿
How Microservices are Transforming Python Development
https://blog.appdynamics.com/engineering/how-microservices-are-transforming-python-development/ SummaryThegoalofanytechbusinessworthitssaltistoprovidethebe...
IT猿
·
2020-03-27
How
Microservices
are
Transforming
Python
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...
IT猿
·
2020-03-27
What
service
mesh
And
why
Qcon2017实录|Service Mesh:下一代微服务
https://zhuanlan.zhihu.com/p/30292372 数人云11月Meetup报名开启,看中西方大神如何论道云原生与微服务!本文作者敖小剑老师将在本次Meetup上继续分享ServiceMesh相关内容,欢迎报名~数人云之前给大家分享过敖小剑老师的《万字解读:ServiceMesh服务网...
IT猿
·
2020-03-27
Qcon2017
实录
Service
Mesh
下一代
application platform as a service (aPaaS)
Applicationplatformasaservice(aPaaS)isa cloudservice thatprovidesenvironmentsforthedevelopmentandrunningofsoftware applications. APaaSallows...
IT猿
·
2020-03-27
application
platform
as
service
aPaaS
A Comparison of Serverless Frameworks for Kubernetes: OpenFaas, OpenWhisk, Fission, Kubeless and more
ThetermServerlesshasbecomesynonymouswithAWSLambda.DecouplingfromAWShastwobenefits;itavoidslockinandimprovesflexibility.ThemisnomerServerless,isasetoftechniquesa...
IT猿
·
2020-03-27
Comparison
of
Serverless
Frameworks
for
WebService与RMI(远程调用方式实现系统间通信)
本文是《分布式java应用基础与实践》读书笔记;另外参考了此博客,感觉讲的挺好的,尤其是其中如下内容: 另外,消息方式实现系统间通信本文不涉及。RMI则只采用springRMI框架来实现效果,更多的则是来讲讲webService及效果。 (RemoteMethodInvocation)----》springRM...
IT猿
·
2020-03-27
WebService
RMI
远程
调用
方式
***PHP5.6.x SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 解决方案
centos:在php.ini中增加一行1openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt 重启服务器使修改生效...
IT猿
·
2020-03-26
PHP5.6.x
SSL3
GET
SERVER
CERTIFICATE
利用PHP SOAP实现WEB SERVICE
php有两个扩展可以实现webservice,一个是NuSoap,一个是php官方的soap扩展,由于soap是官方的,所以我们这里以soap来实现webservice.由于默认是没有打开soap扩展的,所以自己先看一下soap扩展有没有打开。 在soap编写webservice的过程中主要用到了SoapCl...
IT猿
·
2020-03-26
利用
PHP
SOAP
实现
WEB
首页
上一页
...
198
199
200
201
202
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他