场景 Android Studio中在新建项目时勾选了 Use legacy android.support licrary 然后在运行项目时提示: This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ prop ...
分类:
移动开发 时间:
2020-12-11 12:11:50
阅读次数:
9
详细 the current operating system does not support this product click ok and then install the product on a computer running windows xp professional or w ...
分类:
其他好文 时间:
2020-12-11 12:10:02
阅读次数:
3
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 ...
分类:
移动开发 时间:
2020-12-10 11:10:22
阅读次数:
9
官方说法export setting里选keymap,再import那个导出的zip文件,跨IDE我试了不适用, 至少到目前为止,说不定以后这个就改进成可以了。 目前的解决办法是直接改配置文件。以macOS上的intellij idea为例,keymap的位置在:~/Library/Applicat ...
分类:
其他好文 时间:
2020-12-08 12:58:04
阅读次数:
12
1、检查系统是否安装过mysql //检查系统中有无安装过mysql rpm -qa|grep mysql //查询所有mysql 对应的文件夹 whereis mysql find / -name mysql 2、卸载CentOS7系统自带mariadb # 查看系统自带的Mariadb [roo ...
分类:
数据库 时间:
2020-12-07 12:25:31
阅读次数:
9
说明:类型为trait,引入后可以在不修改类代码的情况下,为类植入新的方法(类的方法或静态方法均可)。使用__call实现 引入: <?php require 'vendor/autoload.php'; use Illuminate\Support\Traits\Macroable; //$app ...
分类:
系统相关 时间:
2020-12-07 12:06:18
阅读次数:
9
下面为一种方法查找memory leak,但在实际使用过程中由于打印太多会导致效率很低,不是很实用,而且有些地方报错 如 *(malloc+191) 原文地址https://www.ibm.com/support/pages/linux-gdb-identify-memory-leaks Abstr ...
分类:
数据库 时间:
2020-12-04 11:46:37
阅读次数:
17
核心容器(Core Containe) 核心容器提供了Spring框架的基本功能,是其它模块建立的基础,有 spring-core、spring-beans、spring-context、spring-context-support和spring-expression(Expression Lang ...
分类:
编程语言 时间:
2020-12-03 11:34:23
阅读次数:
5
一、安装zabbix-agent:1、添加zabbix仓库:[root@localhost~]#>rpm-Uvhhttps://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm//把zabbix.repo文件里面的内容替换为以下内容:[root@localhost~]#cat>/et
分类:
其他好文 时间:
2020-11-24 12:28:36
阅读次数:
8
1、proxy support curl -x 127.0.0.1:8888 https://www.baidu.com/ 2、get -G:使用get请求 -d:指定请求数据 curl https://www.baidu.com curl -G https://www.baidu.com curl ...
分类:
Web程序 时间:
2020-11-23 12:19:38
阅读次数:
14