移动平台-周排行
一、告警现象 告警主机: 172.18.206.8 告警时间: 2021.02.27 18:45:05 告警等级: Average 告警信息: Free disk space is less than 20% on volume / 告警项目: vfs.fs.size[/,pfree] 问题详情: ...
分类:移动平台 时间:2021-02-28 00:34:17 收藏:0 阅读:126
package com.smart.common.util; /** * @author leslie * @Description */ public class NameUtil { /** * 定义所有常量 */ public static final String EMPTY = ""; p ...
分类:移动平台 时间:2021-03-02 15:39:05 收藏:0 阅读:54
pom.xml文件加上 <!-- getmapping注解 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.0.5.RELEASE</vers ...
分类:移动平台 时间:2021-03-10 19:40:13 收藏:0 阅读:103
假设子组件里有这么一个方法 methods:{ showDiv(){ this.release = true; } } 在父组件引用子组件时绑定 <unio2o-release-message-alert ref="unio2oReleaseMessageAlert" ></unio2o-relea ...
分类:移动平台 时间:2021-03-13 00:11:49 收藏:0 阅读:544
查看cpuset的所有分组 adb shell ls -l /dev/cpuset 查看system-background的cpuset的cpu adb shell cat /dev/cpuset/system-background/cpus 查看system-background的应用 adb s ...
分类:移动平台 时间:2021-04-02 11:05:01 收藏:0 阅读:40
官方文档没有解决方式,我这边是由于集成了科大讯飞和ocr 科大的so文件在lib里面,ocr的在jinlib里面,必须得同时加载lib和jnilib 所以在app的build里面android下加入这个 sourceSets { main { jniLibs.srcDirs = ['libs'] } ...
分类:移动平台 时间:2021-05-03 10:42:31 收藏:0 阅读:85
I had this problem with :path_provider & aapt2-proto and fix it in this way: in project-folder/gradle/wrapper/gradle-wrapper.properties change this: d ...
分类:移动平台 时间:2021-05-08 23:20:23 收藏:0 阅读:370
anaconda navigator 一直停留在loading application 安装完毕后一直停留在 loading application界面,一点击就闪退。查询了好多方法还是conda update anaconda-navigator最有效就是直接升级ok; 升级之前按照好多人说的尝试 ...
分类:移动平台 时间:2021-05-10 13:21:21 收藏:0 阅读:169
效果图如下: HTML: <view class="disF"> <view class="qhItem"> <view class="m-qhTit">取号人姓名:</view> <view class="qhInput uni-input-wrapper"> <input type="text" ...
分类:移动平台 时间:2021-05-19 17:04:36 收藏:0 阅读:159
问题 有个app项目一直在正常运行中,最近客户新上了一批新机型装的android11系统,安装该apk时提示“无效的安装包”。 查找原因 首先,连接真机,debug到android11手机上,能正常安装及运行,但是打正式安装包,安装失败。 然后,升级了Androidstudio平台至4.2.1,更新 ...
分类:移动平台 时间:2021-05-21 17:50:48 收藏:0 阅读:232
项目上sdk里面用的注解类和Android X库里面的注解类重复了。 解决办法:找到这个依赖库 在app的build.gradle加上这句 configurations { all*.exclude group: 'androidx.annotation', module: 'annotation' ...
分类:移动平台 时间:2021-05-25 16:54:47 收藏:0 阅读:129
1、当前所连设备的udid idevice_id --list idevice_id -l udid:00008020-0013655E22D8002E 2、列出所有设备,包括真机、模拟器、Mac、apple tv的devicename、ios版本、udid ? ~ instruments -s d ...
分类:移动平台 时间:2021-06-05 22:06:41 收藏:0 阅读:68
<div class="popup"> <span @click="ChangeOrders(index)" >点击显示</span><!--index是循环数组的下标 --> <div class="ordermsg popuptext" v-if="msgShow==index"> <span> ...
分类:移动平台 时间:2021-06-22 22:18:58 收藏:0 阅读:51
一. 报错信息 Exception in thread "main" java.lang.IllegalStateException: No ExecutorFactory found to execute the application. at org.apache.flink.core.exec ...
分类:移动平台 时间:2021-06-27 09:38:54 收藏:0 阅读:75
前端向后端传输数据时,如果是get传输,直接传在url后;如果是post传输,则在请求体body中传输。 在body中的数据格式又有两种,一种是 json 数据格式,另一种是 字符串。具体要用哪种格式取决于后端入参的格式。 如果后端接收json数据类型,post 的 headers 需要设置 { ‘ ...
分类:移动平台 时间:2021-07-03 15:45:04 收藏:0 阅读:18
场景 Openlayers中加载Geoserver切割的EPSG:900913离线瓦片地图并显示: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/118492511 在上面的基础上实现地图上根据坐标信息,以车辆图标为中心向前移动, ...
分类:移动平台 时间:2021-07-10 16:14:48 收藏:0 阅读:50
前言: 关于H5的调用Android原生方法的方式有很多,在该片文章中我主要简单介绍三种与Android原生方法交互的方式。 一、H5+方法调用android原生方法 H5+ Android开发规范官方文档: https://www.html5plus.org/doc/zh_cn/android.h ...
分类:移动平台 时间:2021-07-24 11:42:39 收藏:0 阅读:58
1.今天要使用adb install XXX.apk 通过mac把apk文件放在安卓手机里,但是遇到报错如下 2.检查了连接的 USB的手机是允许传输文件, 3.手机也打开了开发这模式 4.许久,发现原因,没有打开USB 调试模式在安卓手机上 安卓手机怎么打开USB调试功能 https://jing ...
分类:移动平台 时间:2021-08-03 15:05:54 收藏:0 阅读:95
用法与elementUI清空表单方式相同:html如下:this.$refs.resumeFormRef.resetFields(this.resumeRules); //表单重置 而同时我碰到一个问题,描述:页面本身有一个表单,从表单某个值中弹出模态框,这个模态框也有一个表单,两个表单都需要做必填 ...
分类:移动平台 时间:2021-08-17 15:13:33 收藏:0 阅读:91
Happy Captcha 1.简介 Happy Captcha是一款易于使用的Java验证码软件包,旨在花最短的时间,最少的代码量,实现Web站点的验证码功能 2.使用方法 Maven <dependency> <groupId>com.ramostear</groupId> <artifactI ...
分类:移动平台 时间:2021-08-30 02:00:41 收藏:0 阅读:20
175767778798121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!