移动开发[总排行] [月排行] [周排行] [日排行]
错误1: Error from server (InternalError): error when creating "service.yaml": Internal error occurred: failed calling webhook "webhook.serving.knative.d ...
分类:移动开发 时间:2020-07-09 15:17:10 阅读:177
原贴: SRP Batcher not working on Android for custom shader with URP 题主stephero问道: 自己写了一个最简单的着色器, Shader "Hidden/SimpleSRPTest" { Properties { } SubShade ...
分类:移动开发 时间:2020-07-09 09:16:22 阅读:87
前言 本文简记 Android 的 Thread 线程常用方法。 由于在 Android 中,要实现调用 HTTP 的 API 等等功能,都要在子线程中进行。所以,掌握 Thread 线程常用方法是必须的。 实现 Thread 的三种方法 继承 Thread 类 简单的写法: new Thread( ...
分类:移动开发 时间:2020-07-09 01:09:08 阅读:151
解决 android studio 文本乱码 问题 ...
分类:移动开发 时间:2020-07-08 23:20:30 阅读:72
Android Studio打包APK安装失败:应用是非正式版本,当前设备不支持安装 ...
分类:移动开发 时间:2020-07-08 22:42:22 阅读:1017
1.从左边滑出动画。 ViewTreeObserver vtobanniang = ivBanniang.getViewTreeObserver();vtobanniang.addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutLi ...
分类:移动开发 时间:2020-07-08 21:27:30 阅读:147
弹出界面在日常使用中非常经常. 在powerapps中实现方式也非常简单. 首先我们需要创建一个rectangle, 可以覆盖当前screen,并且把fill 的背景透明度调成.5左右 其次, 我们需要可以根据需求创建一些UI element. 这里我创建了一个background, 1个label ...
分类:移动开发 时间:2020-07-08 20:01:19 阅读:115
Hello and Welcome to the first part of an exciting series of blog posts where you will learn how to build an end-to-end full stack polling app similar ...
分类:移动开发 时间:2020-07-08 19:54:59 阅读:69
1.mapper接口名和映射文件的namespace对应不上 2.mapper接口在扫描的时候对应的包名不对 3.映射文件未添加扫描 4.映射文件未编译(maven项目) 解决办法: 1.排除接口名和namespace对应不上的问题-》其他mapper都能用,就你新建的不能用 2.优先采用注解来排除 ...
分类:移动开发 时间:2020-07-08 19:29:59 阅读:87
调取手机摄像头 <view @click="scan">扫码验证</view> scan() { //扫码验证 var _this = this; uni.scanCode({ onlyFromCamera: true, //为true只允许相机扫码,不加允许相册扫码 success: functi ...
分类:移动开发 时间:2020-07-08 18:08:34 阅读:464
116316416515277
上一页152761下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!