码迷,mamicode.com
首页 >  
搜索关键字:cloud service    ( 28884个结果
docker-compose安装redis
docker-compose.yaml version: "3" services: redis: image: redis:5.0.8 container_name: redis restart: always command: redis-server /etc/redis/redis.conf ...
分类:其他好文   时间:2021-06-02 19:51:51    阅读次数:0
Nginx 开启,关闭,重启,查看命令,错误解决:Job for nginx.service failed because the control process exited with error code
启动nginx服务时如果遇到这个错误 Job for nginx.service failed because the control process exited with error code. See “systemctl stat 可能原因如下: 1.nginx配置文件有错误 运行下面命令查 ...
分类:其他好文   时间:2021-06-02 19:50:08    阅读次数:0
maven的继承
前言 springcloud讲究的是模块化,直观上的做法就是使用maven来模块化每个包,例如原先实体类,接口,接口实现,控制器,都在同一个模块不同包中。而在cloud结构里边,则会分别提出来做成模块(为什么要搞这些华丽呼哨的?),提出来后,父工程的pom文件会修改成pom类型,并且作为父工程,引入 ...
分类:其他好文   时间:2021-06-02 19:27:18    阅读次数:0
SpringBoot中常用的45个注解
1.SpringBoot/spring @SpringBootApplication: 包含@Configuration、@EnableAutoConfiguration、@ComponentScan通常用在主类上; @Repository: 用于标注数据访问组件,即DAO组件; @Service: ...
分类:编程语言   时间:2021-06-02 19:23:55    阅读次数:0
微服务部署
服务器规划: 修改3个微服务的配置文件: [root@localhost resources]# vi /opt/simple-microservice/order-service/order-service-biz/src/main/resources/application-fat.yml [r ...
分类:其他好文   时间:2021-06-02 18:16:48    阅读次数:0
Vue在Mac中启动项目常见错误
一、 sh: /Users/a/Desktop/fltq-sys/node_modules/.bin/vue-cli-service: Permission denied npm ERR! code ELIFECYCLEnpm ERR! errno 126npm ERR! vue-element-a ...
分类:系统相关   时间:2021-06-02 17:11:49    阅读次数:0
【实例解决办法】Android Studio:design editor is unavailabel until after a successful project sync. / Gradle sync failed: Failed to open zip file. 解决办法
【实例解决办法】Android Studio:design editor is unavailabel until after a successful project sync. / Gradle sync failed: Failed to open zip file. 解决办法 Android ...
分类:移动开发   时间:2021-06-02 17:11:31    阅读次数:0
网关Gateway(3.0.1)入门:配置、过滤器、分布式限流
Spring Cloud Gateway(3.0.1) This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project ...
分类:其他好文   时间:2021-06-02 16:49:43    阅读次数:0
BERT
首先使用bert获取词向量bert-as-service 1.安装Bert-as-Service pip install bert-serving-server # server pip install bert-serving-client # client, independent of `be ...
分类:其他好文   时间:2021-06-02 16:44:56    阅读次数:0
aliyun - 分布式拒绝服务(Distributed Denial of Service,简称DDoS)
分布式拒绝服务(Distributed Denial of Service,简称DDoS)将多台计算机联合起来作为攻击平台,通过远程连接利用恶意程序,对一个或多个目标发起DDoS攻击,消耗目标服务器性能或网络带宽,从而造成服务器无法正常地提供服务。 攻击原理 通常,攻击者使用一个非法账号将DDoS主 ...
分类:其他好文   时间:2021-06-02 16:05:40    阅读次数:0
28884条   上一页 1 ... 9 10 11 12 13 ... 2889 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!