推荐
专栏
教程
课程
飞鹅
本次共找到235条
service
相关的信息
Stella981
•
4年前
Centos 7.0 zabbix 部署
1、LAMP环境搭建初次安装可以先关闭selinux和firewallroot@localhost~setenforce0root@localhost~systemctlstopfirewalld.service1.1 mariadb数据库安装,启动、加入启动项root@localh
Stella981
•
4年前
CentOS 7设置开机启动服务,添加自定义系统服务
CentOS7设置开机启动服务建立服务文件保存目录设置开机自启动其他命令1.建立服务文件文件路径vim/usr/lib/systemd/system/nginx.service服务文件内容1.ngin
Wesley13
•
4年前
Android CircularFloatingActionMenu:作为系统级按钮悬浮桌面弹出菜单使用(3)
AndroidCircularFloatingActionMenu:作为系统级按钮悬浮桌面弹出菜单使用(3)AndroidCircularFloatingActionMenu另外一个不同寻常的地方是,AndroidCircularFloatingActionMenu可以写在服务Service里面,然后通过上层一个Activity启动这个服务
Wesley13
•
4年前
Activity转发
实现类似于J2EEweb开发中的servlet转发效果,用于往他人程序中嵌入插件。做法为packagecom.flrsdk.activity;importcom.flrsdk.service.FloatService;importandroid.app.Activity;importan
Easter79
•
4年前
Swarm搭建 Docker集群
一、环境准备1、准备服务器如下:172.19.230.69node1172.19.230.70node2172.19.230.64 node32、修改主机名:hostnamectlsethostname node13、关闭防火墙systemctlstopfirewalld.service停止fir
Wesley13
•
4年前
@Enable驱动逻辑
这个系列分为5篇1\.@Component,@Service等注解是如何被解析的(https://my.oschina.net/floor/blog/4325651)2\.@Enable驱动原理(https://my.oschina.net/floor/blog/4333081)3\.@EnableAutoConfiguratio
Stella981
•
4年前
Kubernetes部署服务
基本流程为:1.做image并且push到privateregistry2.创建replicationcontroller3.创建service4.搭建nginx代理5.测试下面详述:1\.制作imagejava基础image:FROMdockerimages.yinnu
Stella981
•
4年前
Dubbo 是如何控制并发数和限流的?
点击关注公众号,Java干货及时送达!(https://oscimg.oschina.net/oscnet/4497d8cb059d44c783425d92709453e8.png)ExecuteLimitFilterExecuteLimitFilter,在服务提供者,通过<dubbo:service/
Wesley13
•
4年前
@Component,@Service等注解是如何被解析的
这个系列分为5篇1\.@Component,@Service等注解是如何被解析的(https://my.oschina.net/floor/blog/4325651)2.@Enable驱动原理(https://my.oschina.net/floor/blog/4333081)3\.@EnableAutoConfiguration处
Stella981
•
4年前
Docker CE设置Http代理
公司网络环境限制,下载docker的image需设置Http代理。1\.编辑httpproxy.conf文件在/etc/systemd/system/docker.service.d/httpproxy.conf中编辑如下内容:ServiceEnvironment"HT
1
•••
10
11
12
•••
24