导入一个项目的时候,报了Unable to load class 'javax.xml.bind.JAXBException'这个错。 解决: 将jdk换成jdk1.8就可以了。 原来的版本是android studio 4.2.1自带的jdk11的。 ...
分类:
编程语言 时间:
2021-06-28 20:39:12
阅读次数:
0
onBusinessSelectChange(selectedKeys, info) { // console.log('selectedKeys changed: ', selectedKeys); // console.log('info changed: ', info); // 已勾选子节点 ...
分类:
其他好文 时间:
2021-06-28 20:17:32
阅读次数:
0
来源:https://blog.csdn.net/qq_38264999/article/details/98858903 一、Mysql下载 压缩包下载:https://dev.mysql.com/downloads/mysql/ MSI下载:https://dev.mysql.com/downl ...
分类:
数据库 时间:
2021-06-28 19:28:11
阅读次数:
0
appium官网:https://appium.io/docs/en/about-appium/getting-started/ 了解启动参数 https://appium.io/docs/en/writing-running-appium/caps/ 包括通用的和安卓和ios独有. 主要启动参数了 ...
分类:
移动开发 时间:
2021-06-28 19:08:54
阅读次数:
0
##Retrofit网络请求框架 ##什么情况下会使用到这个技术? 在Andrroid开发中,网络请求十分常用,而在Android网络请求库中,Retrofit是当下最热的一个网络请求库。 ##学习该技术的原因 前端接口的编写主要使用Retrofit框架 ##技术的难点 对于第一次接触Retrofi ...
分类:
其他好文 时间:
2021-06-28 18:41:32
阅读次数:
0
左侧部分已是历史的操作系统,右侧的还是活跃的操作系统。安卓系统Android 是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、用户界面和应用程序—— 移动电话工作所需的全部软件,而且不存在任何以往阻碍移动产业创新的专有权障碍。iOSiOS是由苹果公司开发的移动操作系统[1] ...
分类:
移动开发 时间:
2021-06-28 18:35:08
阅读次数:
0
命令:wevtutil cl 日志类型 wevtutil cl security wevtutil cl Setup wevtutil cl System wevtutil cl Aplication wevtutil cl Forwarded Events 使用Phantom 工具 该脚本遍历事件 ...
分类:
其他好文 时间:
2021-06-28 17:55:05
阅读次数:
0
伪代码贴上 @Override protected void onCreate(Bundle savedInstanceState) { mWebView = (WebView) findViewById(R.id.webview); //获得webView initWebView(); } pri ...
分类:
移动开发 时间:
2021-06-25 17:11:53
阅读次数:
0
ApkToolPlus 是一个可视化的跨平台 apk 分析工具。 项目地址:https://github.com/linchaolong/ApkToolPlus 1. ApkTool apk 反编译,回编译,签名。 apktool 2. Apk 加固 dex 加密,防逆向,防止二次打包。(注意:该功 ...
分类:
移动开发 时间:
2021-06-25 17:10:01
阅读次数:
0
The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair of e ...
分类:
其他好文 时间:
2021-06-25 16:53:38
阅读次数:
0