移动平台-周排行
Dapper中文官网:https://dapper-tutorial.net/zh-CN/home 参考自:https://www.cnblogs.com/yixuanhan/p/9238781.html Dapper主要的一些功能: 速度快,性能好; 更少的代码行 对象映射 静态对象绑定 动态对象 ...
分类:移动平台 时间:2020-03-12 13:18:14 收藏:0 阅读:221
Android Studio preview窗口不小心关闭了如何打开 解决方法: 鼠标移动到左上角view 之后移动到view下面的Tool Windos 最后再选择右边的Preview就可以显示出preview窗口了 可能还有其他的显示方法,在下才疏学浅只知道这个方法,也是我感觉最简单通俗易懂的 ...
分类:移动平台 时间:2020-03-13 12:28:45 收藏:0 阅读:870
<!doctype html> <html> <head> <meta charset="utf-8"> <title>threejs鼠标移动控制模型旋转</title> </head> <body> <script src="js/threejs/three.js"></script> <!--< ...
分类:移动平台 时间:2020-03-31 10:41:23 收藏:0 阅读:482
springboot整合mybatis扫描不到Mapper.xml org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)的解决方案 ...
分类:移动平台 时间:2020-04-21 17:23:06 收藏:0 阅读:181
Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all ...
分类:移动平台 时间:2020-04-21 17:33:11 收藏:0 阅读:938
移动端H5选择本地图片 html://input<input type="file" accept="image/*" capture="camera" class="takephotoipt" id="takephoto1" onchange="getImages(this)">js:/** * ...
分类:移动平台 时间:2020-04-22 12:14:05 收藏:0 阅读:295
``` 在pages.json中,通过配置这个文件,可以去设置当前页面的标题样式, 赋值的时候,将注册删除哈!!! 这样配置兼容 小程序和H5端 在配置的时候,没有给背景色,我还以为在uniapp中不兼容小程序顶部标题 { "path" : "pages/banpaiindex/banpaiinde... ...
分类:移动平台 时间:2020-04-22 22:41:23 收藏:0 阅读:942
前言:用户在等待数据渲染的时候,有可能因为网络速度慢,手机硬件等问题,造成等待时间延长,使得用户体验不好。 之前的做法是放个加载中的图标,而现在是直接根据页面原有元素绘制图形的方式,让用户有种页面就快渲染好的错觉。 参考资料: https://ext.dcloud.net.cn/plugin?id= ...
分类:移动平台 时间:2020-04-23 16:01:45 收藏:0 阅读:1071
一,使用场景:我们常使用的抓包工具有fiddler和Charles,但是有的时候我们设置完代理后无法联网或者抓取不到的这种情况,那么我可以使用adb 进行抓包 二,1,抓取socket请求: 我们先使用adb shell "ps|包名" 如:adb shell "ps|grep com.dangda ...
分类:移动平台 时间:2020-05-05 16:35:31 收藏:0 阅读:365
Magisk 是topjohnwu 在XDA 所释出的MOD,主要是提供一个通用介面??来让开发者能够较为轻松的开发以及维护Systemless 架构的功能模组,其中在处理Android Pay 使用SafetyNet API 导致无法在root 过的手机上面运作的情况,意外也解决了Pokemon ...
分类:移动平台 时间:2020-05-06 18:39:39 收藏:0 阅读:753
mybatis框架经常会用到查询单表或者单表的修改: 此时com.baomidou.mybatisplus.core下的QueryWrapper/UpdateWrapper使用就很方便。 具体用法: 1.注入的mapper extends BaseMapper<表实体> 2.创建QueryWrapp ...
分类:移动平台 时间:2020-05-13 09:27:34 收藏:0 阅读:1060
问题描述: Error running 'SpringBootMainApplication': Command line is too long. Shorten command line for SpringBootMainApplication or also for Application ...
分类:移动平台 时间:2020-05-15 21:02:55 收藏:0 阅读:917
yum安装docker时报错[Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/'] 之后百度说是内存不足了 df -h发现我的/dev/mapper/cl-root没有内存了 用命令 ...
分类:移动平台 时间:2020-05-22 13:08:36 收藏:0 阅读:275
lsusb 插上数据线后再:lsusb gedit /etc/udev/rules.d/51-android.rules 然后再文件里添加链接的usb的内容,用lsusb看 UBSYSTEM=="usb", ATTR{idVendor}=="2a70", MODE="4ee7" 保存退出后执行下面两 ...
分类:移动平台 时间:2020-05-25 11:08:55 收藏:0 阅读:135
1、当我ulr设置为本地服务器接口时候,例如: 》 login:function(index) { uni.request({ url: '/api/user/login', header: { 'content-type': 'application/json', }, method: 'POST ...
分类:移动平台 时间:2020-06-04 13:14:05 收藏:0 阅读:637
因为业务需求,需要只调用拍照相机,不允许调用相册,所以尝试了 <!-- <input class="input-style" id="file" type="file" accept="image/*" capture="image/*" @change="photograph" />--> 这个方 ...
分类:移动平台 时间:2020-06-18 12:00:52 收藏:0 阅读:291
点击确认保存,返回上一层 sure() { // uni.navigateBack({ // url: '../add_action/add_action?id=' + this.istab // }) var pages = getCurrentPages(); var prevPage = pa ...
分类:移动平台 时间:2020-06-18 16:51:50 收藏:0 阅读:1117
iOS 项目文件下 pod install 出现: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory 解决方式: 1.输入 g ...
分类:移动平台 时间:2020-06-18 22:48:46 收藏:0 阅读:620
问题描述: 系统版本选择11.0,如下图: 指令集设置armv7 和 arm64 打包出来的app只支持arm64 ,如下图: 解决:修改适配系统版本到iOS10以下即可, 分析: 修改Architectures 为 arm64、armv7 支持的指令集是Architectures 和 Valid ...
分类:移动平台 时间:2020-07-01 21:53:24 收藏:0 阅读:641
考察的知识点:1、uniapp的页面跳转方法:uni.navigateTo2、页面跳转传值的方法:'?名称=值' 的方式3、参数的接收 onload(option){} 第一个页面的写法: toCompleted() { uni.navigateTo({ url: './allOrder?index ...
分类:移动平台 时间:2020-07-09 15:55:00 收藏:0 阅读:777
133343536378121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!