移动平台-周排行
解决办法:(1)修改D:\Java\apache-tomcat-7.0.88\conf\catalina.properties (122line) (2)如org.apache.catalina.startup.ContextConfig.jarsToSkip=*.jar 严重: Container... ...
分类:移动平台 时间:2018-06-14 23:50:42 收藏:0 阅读:1718
1、淘宝网 API地址: http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=手机号码参数:tel:手机号码返回:JSON2、拍拍API地址: http://virtual.paipai.com/extinfo/GetMobileProd ...
分类:移动平台 时间:2018-07-17 12:12:04 收藏:0 阅读:426
https://blog.csdn.net/chl191623691/article/details/78262596 Intellij IDEA配置Android SDK开发环境 ...
分类:移动平台 时间:2018-07-21 14:06:59 收藏:0 阅读:695
insert、update、delete语句的返回值类型 对数据库执行修改操作时,数据库会返回受影响的行数。 在MyBatis(使用版本3.4.6,早期版本不支持)中insert、update、delete语句的返回值可以是Integer、Long和Boolean。在定义Mapper接口时直接指定需 ...
分类:移动平台 时间:2018-11-18 14:37:52 收藏:0 阅读:1618
原因是MediaPlayerNative 没有回收 加上 ...
分类:移动平台 时间:2018-12-12 20:58:36 收藏:0 阅读:1915
一、问题复现: Win7 ;64位 ;Office Excel 2016 打开带有宏的Excel文件,报错:【已删除的部件:部件/xl/vbaProject.bin。(Visual Basic for Applications(VBA))】 二、解决办法 问题原因:电脑语言设置问题。要改系统语言,然 ...
分类:移动平台 时间:2019-01-03 13:42:46 收藏:0 阅读:1709
参考主要: 《Mac android studio 环境搭建和真机运行》 《如何在mac本上安装android sdk》 《mac系统下android studio创建手机模拟器》 参考次要: 《mac机中使用命令行方式启动android sdk manager》 《如何在Mac中使用Android ...
分类:移动平台 时间:2019-01-16 12:51:05 收藏:0 阅读:518
Flutter退出App的方法一般有两种 ①SystemNavigator.pop 推荐 别忘了引用 原文参考: https://docs.flutter.io/flutter/services/SystemNavigator/pop.html ②exit(0) 原文参考: https://docs ...
分类:移动平台 时间:2019-01-17 16:49:32 收藏:0 阅读:1550
很多同学在使用Ffmpeg过程中都遇到Application provided invalid, non monotonically increasing dts to muxer in stream 错误,报这个错误的原因是视频源时间戳出问题了,Ffmpeg要求视频源时间戳递增,如不后面的视频包时 ...
分类:移动平台 时间:2019-01-22 10:13:43 收藏:0 阅读:1633
相信现在Java Web开发都是用的mybatis吧,而用到mybatis很多人都不会错过通用mapper吧! (纯属瞎扯淡...qwq)。 如我上一篇博客所写,目前公司新项目,使用了通用mapperScan扫描mapper。这篇文章也是跟它有关的,不多哔哔,直接说遇到的问题及解决吧。 环境 spr ...
分类:移动平台 时间:2019-01-25 14:58:05 收藏:0 阅读:792
``` ``` ![](https://img2018.cnblogs.com/blog/1162622/201903/1162622-20190302115338365-1400731698.png) ![](https://img2018.cnblogs.com/blog/1162622/201... ...
分类:移动平台 时间:2019-03-02 12:12:39 收藏:0 阅读:670
step1:用到的工具有两个: flexible.js:网上找一个,放在nuxt项目static工程下: postcss-pxtorem:正常npm install安装即可。 step2:安装完毕后做如下配置: 在nuxt.config.js: 这么做可以将页面引入flexible.js文件。 ro ...
分类:移动平台 时间:2019-04-17 14:43:25 收藏:0 阅读:1691
第一种,PC作为服务器,APP做客户端 ...
分类:移动平台 时间:2019-04-19 17:52:54 收藏:0 阅读:1082
using UnityEngine; public class MouseLook : MonoBehaviour { public enum RotationAxes { MouseXAndY = 0, MouseX = 1, MouseY = 2 } //定义一个枚举,移动xy,或者只是移动x,... ...
分类:移动平台 时间:2019-06-15 18:52:45 收藏:0 阅读:326
插件地址:https://ext.dcloud.net.cn/plugin?id=657 ...
分类:移动平台 时间:2019-08-06 14:01:54 收藏:0 阅读:483
RedisProperties类 a、application.properties配置参数示例 spring.redis.database=0 spring.redis.host=127.0.0.1 spring.redis.password=123 spring.redis.port=6379 s ...
分类:移动平台 时间:2019-10-17 16:54:12 收藏:0 阅读:951
css3 preserve-3d 的理解 <pre><!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title>转换模块-正方体</title> <style> * { margin: 0; padding: 0; /*去 ...
分类:移动平台 时间:2019-11-14 14:10:10 收藏:0 阅读:234
1.本人在使用Android自带的uiautomatorviewer工具来进行app元素定位时,出现了Android 9.0打开不了。出现了如下图错误提示: 经过网上的查阅,总结了几个解决的方法。 (1)现在D盘下根目录下新建screen.png和screen.uix两个文件。(这个方法一定要关闭a ...
分类:移动平台 时间:2019-11-20 09:04:49 收藏:0 阅读:820
作用 e.path 用来获取点击元素及以上所有父元素的一个数组 问题 当在移动端会有获取不到e.path的问题 不兼容 解决 let path = event.path || (event.composedPath && event.composedPath()); ...
分类:移动平台 时间:2019-12-02 20:30:47 收藏:0 阅读:185
//分为两种 //第一种 <image :src="require('../../static/picture')"> //使用v-bind + require //第二种 //第一种可以解决99%的问题,若有1%的没解决,可以使用background-image属性 background-imag ...
分类:移动平台 时间:2020-01-15 20:38:07 收藏:0 阅读:2782
124252627288121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!