码迷,mamicode.com
首页 >  
搜索关键字:android service    ( 120892个结果
axios常用拦截器配置
import axios from "axios";//axios引入 import { Message } from "element-ui";//message组件引入 import router from "../router";//路由 // 创建axios实例 const service ...
分类:移动开发   时间:2021-06-19 18:40:48    阅读次数:0
mybatis plus分页
1.service层创建分页对象 Page<AreaDTO> pageData = new Page<>(pageIndex,pageSize); String cityIds = configParamService.getConfigValueByCode(PARAM_CODE,GROUP_CO ...
分类:其他好文   时间:2021-06-18 18:54:16    阅读次数:0
webservice使用
项目博客:https://www.cnblogs.com/fishpro/p/spring-boot-study-cxfclient.html 学习博客:https://www.cnblogs.com/yolanda-lee/p/4907380.html ...
分类:Web程序   时间:2021-06-18 18:47:41    阅读次数:0
Linkerd 2.10(Step by Step)—配置重试
Linkerd 2.10 系列 快速上手 Linkerd v2 Service Mesh(服务网格) 腾讯云 K8S 集群实战 Service Mesh—Linkerd2 & Traefik2 部署 emojivoto 应用 详细了解 Linkerd 2.10 基础功能,一起步入 Service M ...
分类:其他好文   时间:2021-06-17 17:01:48    阅读次数:0
ntp时间同步
1:开机同步 开机时自动同步可编辑 /etc/ntp/step-tickers 文件 1 vim /etc/ntp/step-tickers 2 3 # List of NTP servers used by the ntpdate service. 4 5 ntp.aliyun.com 6 tim ...
分类:其他好文   时间:2021-06-17 16:54:51    阅读次数:0
Android的RadioButton
Android的RadioButton的常见写法 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro ...
分类:移动开发   时间:2021-06-17 16:53:21    阅读次数:0
Android的Activity
Activity的活动图 Resume:重新开始 1.启动Activity:系统会先调用onCreate方法,然后调用onStart方法,最后调用onResume,Activity进入运行状态。 2.当前Activity被其他Activity覆盖其上或被锁屏:系统会调用onPause方法,暂停当前A ...
分类:移动开发   时间:2021-06-17 16:52:16    阅读次数:0
Android的Activity的传值技术
...
分类:移动开发   时间:2021-06-17 16:50:15    阅读次数:0
Kubernetes Services
介绍 Kubernetes Services 是将运行在一组 Pod 上的应用程序公开为网络服务的抽象方法。这一组 Pod 能够被 Service 访问到,通常是通过 Labels 和 Selectors 实现的。 当客户端连接到 Kubernetes Service 时,连接会被负载均衡到支持服务 ...
分类:Web程序   时间:2021-06-17 16:33:10    阅读次数:0
如何解决Eclipse集成华为AGC SDK工具包运行失败问题
问题背景 应用近期计划使用华为AppGallery Connect的崩溃服务,需要接入SDK,但是应用还是Eclipse开发的,集成下来发现SDK的集成和Android Studio还有区别。 根据华为AGC官网资料的描述,需要先下载工具包,通过工具包来生成eclipse的工程包,具体的文档如下: ...
分类:系统相关   时间:2021-06-16 18:06:45    阅读次数:0
120892条   上一页 1 ... 6 7 8 9 10 ... 12090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!