首页 > 移动平台
Android JACK 编译错误SSL error when connecting to the Jack server
背景 之前编译好好,今天居然遇到了这样子的问题。还以为是和之前一样,Android7.0 配置JACK支持多用户同时编译。 结果不是: /bin/bash -c "(prebuilts/sdk/tools/jack-admin install-server prebuilts/sdk/tools/j ...
分类:移动平台   时间:2021-05-10 20:08:09    收藏:0  评论:0  赞:0  阅读:383
前端扯犊子之一Axios
看到一个分析源码的,写在前面,附上网址: https://www.jianshu.com/p/5ecd21af5ed7 Web跨域请求及其解决方案以及XSRF: https://blog.csdn.net/ppxin/article/details/94717173#1.%20%E4%BB%80%E ...
分类:移动平台   时间:2021-05-10 20:05:18    收藏:0  评论:0  赞:0  阅读:14
使用T4模板,自动生成Dapper实体类
工具类DbHelper.ttinclude: <#@ assembly name="System.Core.dll" #> <#@ assembly name="System.Data.dll" #> <#@ assembly name="System.Data.DataSetExtensions. ...
分类:移动平台   时间:2021-05-10 20:04:17    收藏:0  评论:0  赞:0  阅读:17
mybatis如何在控制台打印mapper.xml里的sql
在application-dev.yml的mybatis里配置 #mybatis plus 设置mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml global-config: # 关闭MP3 ...
分类:移动平台   时间:2021-05-10 20:03:44    收藏:0  评论:0  赞:0  阅读:18
fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h>
关于fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include guitao_w 2010-03-18 21:55:00 3791 收藏分类专栏: C/C++ 文章标签: mfc c版权程序出现 ...
分类:移动平台   时间:2021-05-10 19:54:37    收藏:0  评论:0  赞:0  阅读:16
【iOS知识汇】个别圆角
利用UIBezierPath: CAShapeLayer *shapeLayer = [CAShapeLayer layer]; shapeLayer.path = [UIBezierPath bezierPathWithRoundedRect:CGRectMake(0, 0, 100, 100) ...
分类:移动平台   时间:2021-05-10 19:50:01    收藏:0  评论:0  赞:0  阅读:9
python pandas移动窗口函数rolling的用法
python pandas移动窗口函数rolling的用法,具有很好的参考价值 超级好用的移动窗口函数 最近经常使用移动窗口函数,觉得很方便,功能强大,代码简单,故将pandas中的移动窗口函数都做介绍。它都是以rolling打头的函数,后接具体的函数,来显示该移动窗口函数的功能。 rolling_ ...
分类:移动平台   时间:2021-05-10 15:37:31    收藏:0  评论:0  赞:0  阅读:32
HBuilder X 中使用模拟器进行App开发
第一步:下载HBuilder X(建议下载开发版) 第二步:下载个模拟器,我这里使用的是(MuMu模拟器) 第三步:在HBuilder X 中新建一个项目 然后,打开模拟器 如果 HBuilder x 未检测到 模拟器,那就需要adb命令 adb命令的使用: 1、找到HBuilder X 的目录 2 ...
分类:移动平台   时间:2021-05-10 15:24:38    收藏:0  评论:0  赞:0  阅读:13
anaconda navigator 一直停留在loading application
anaconda navigator 一直停留在loading application 安装完毕后一直停留在 loading application界面,一点击就闪退。查询了好多方法还是conda update anaconda-navigator最有效就是直接升级ok; 升级之前按照好多人说的尝试 ...
分类:移动平台   时间:2021-05-10 13:21:21    收藏:0  评论:0  赞:0  阅读:164
Vue封装axios
import axios from 'axios'; import { Message } from 'element-ui'; import store from '@/store'; import config from '@/config'; // import { stringifyParm ...
分类:移动平台   时间:2021-05-10 13:17:56    收藏:0  评论:0  赞:0  阅读:23
申请ios证书并发布uniapp软件
目录 1.准备环境 2.登录 iOS Dev Center 3.申请证书和描述文件之前需要先申请App ID和证书请求文件 4. 申请开发(Development)证书和描述文件(用户开发者开发和测试) 5. 申请发布(Distribution)证书和描述文件 6.使用Hbuilder X在线云打包 ...
分类:移动平台   时间:2021-05-10 13:10:08    收藏:0  评论:0  赞:0  阅读:32
移动端点击复制功能
import { Toast } from 'mint-ui' function selectText(textbox, startIndex, stopIndex) { if (textbox.createTextRange) { // ie const range = textbox.creat ...
分类:移动平台   时间:2021-05-10 10:42:24    收藏:0  评论:0  赞:0  阅读:12
Unable to open 'free_base.cpp': Unable to read file 'c:\Program Files\Microsoft VS Code\minkernel\crts\ucrt\src\appcrt\heap\free_base.cpp'
#问题 vscode编写C程序,使用microsoft C Unable to open 'cvt.cpp': Unable to read file 'c:\Program Files\Microsoft VS Code\minkernel\crts\ucrt\src\appcrt\convert ...
分类:移动平台   时间:2021-05-10 09:10:13    收藏:0  评论:0  赞:0  阅读:36
魔趣 android10 编译x86-64 运行模拟器
cd 代码目录 . build/envsetup.sh lunch 出现 1. aosp_arm-eng 2. aosp_arm64-eng 3. aosp_car_arm-userdebug 4. aosp_car_arm64-userdebug 5. aosp_car_x86-userdebug ...
分类:移动平台   时间:2021-05-10 00:06:22    收藏:0  评论:0  赞:0  阅读:19
Android监听焦点的改变
监听焦点只需要实现OnFocusChangeListener接口里面的方法即可 方法如下: override fun onFocusChange(v: View?, hasFocus: Boolean) {//v是对哪一个视图的焦点进行监听,//hasFocus是对视图监听的返回值,焦点在v视图上则 ...
分类:移动平台   时间:2021-05-09 11:16:55    收藏:0  评论:0  赞:0  阅读:23
axios发送post请求返回网络状态码500
记录个小错误 -- axios向后台发送post请求返回网络状态码500 今天向后台发送了个post请求 报了个这个错 但是在postman中测试一切正常 总结一下这种错误,如果在postman中测试是正常的,但是前端发送请求有这样的问题,那么可能是以下的问题: 后端接口所需的headers的Con ...
分类:移动平台   时间:2021-05-09 11:07:56    收藏:0  评论:0  赞:0  阅读:137
如何关闭iPhone 和iPad App 同步下载功能?
如果有购买iPhone 和iPad 设备,会发现每次从iPhone 的App Store 下载App 时,iPad 平板就会自动同步偷偷下载,如何关闭iPhone 和iPad App 同步功能呢?小编教给大家取消iPhone 或iPad App 同步功能的方法,如果你有第二台iPhone 设备,不管 ...
分类:移动平台   时间:2021-05-08 23:27:31    收藏:0  评论:0  赞:0  阅读:64
解决:Could not get unknown property 'android' for project ':fluttertoast' of type org.gradle.api.Project
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  评论:0  赞:0  阅读:370
手动显示和隐藏软键盘 android
一:在某一个activity中点击任意位置均可以隐藏键盘 val keyboard =getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager//this.currentFocus?.windowToken 是获取当前a ...
分类:移动平台   时间:2021-05-08 23:16:14    收藏:0  评论:0  赞:0  阅读:23
适配iOS14总结
iOS14已经发布,记录一下开发中遇到的问题.不定时更新,欢迎大家评论补充. iOS14适配总结如下: 1. KVC iOS14不允许以KVC形式访问 UIPageControl的pageImage、_currentPageImage在iOS14下设置UIPageControl的pageimage, ...
分类:移动平台   时间:2021-05-08 23:16:06    收藏:0  评论:0  赞:0  阅读:37
162412条   上一页 1 ... 81 82 83 84 85 ... 8121 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!