Mac电脑中的有些软件不是通过Appstore安装,所以在卸载的过程中得去应用程序中选中要卸载的程序->移动废纸篓。但是即使这样操作,仍然有些程序顽固地保留在Launchpad中。 在网上搜到了一篇《How to remove an icon from launchpad that does not ...
分类:
其他好文 时间:
2020-05-28 19:30:22
阅读次数:
84
CentOS7 防火墙 一、防火墙的开启、关闭、禁用、查看状态命令 (1)启动防火墙:systemctl start firewalld (2)关闭防火墙:systemctl stop firewalld (3)设置开机启用防火墙:systemctl enable firewalld.service ...
分类:
其他好文 时间:
2020-05-27 18:41:49
阅读次数:
70
问题导读:spark缓存是如何实现的?BlockManager与BlockManagerMaster的关系是什么? 这个persist方法是在RDD里面的,所以我们直接打开RDD这个类。 defpersist(newLevel:StorageLevel):this.type = { // Stora ...
分类:
其他好文 时间:
2020-05-27 15:59:00
阅读次数:
71
Subquery using Exists 1 or Exists * 回答1 No, SQL Server is smart and knows it is being used for an EXISTS, and returns NO DATA to the system. Quoth Mic ...
分类:
其他好文 时间:
2020-05-27 15:13:30
阅读次数:
59
Centos 中安装 mysqlclient 原因: mysqlclient 依赖于 mysql devel 和 python devel 检查系统中是否已经安装mariadb相关包,先卸载 再重新安装mysql devel,python devel ...
分类:
数据库 时间:
2020-05-25 19:53:45
阅读次数:
91
img标签,当src的url404时 1、使用默认图片代替 <img style="margin-left: 40px;width: 130px;height: 130px;" :src="url" @error="nofindImg()"/> nofindImg(){ let img = even ...
分类:
其他好文 时间:
2020-05-25 19:43:28
阅读次数:
199
当在Windows系统中运行某软件后, 提示 因为计算机中丢失MSVCP90.dll , 就说明系统中缺少相应的运行时组件(Runtime)!!! >什么是运行时组件? 使用户能够在未安装 Visual C++ 的计算机上运行使用 Visual C++ 开发的应用程序。 比如 Visual C ++ ...
分类:
编程语言 时间:
2020-05-25 19:40:07
阅读次数:
338
解决 SVN Skipped 'xxx' -- Node remains in conflict svn 提交报错 提交命令: svn update 提示代码: Skipped 'ApiController.php' -- Node remains in conflict At revision 2 ...
分类:
其他好文 时间:
2020-05-25 19:16:01
阅读次数:
63
//1.删除旧版本docker sudo yum remove docker //2.安装必须的依赖 sudo yum install -y yum-utils device-mapper-persisitent-data lvm2 //添加docker-ce的源 sudo yum-config-m ...
分类:
其他好文 时间:
2020-05-25 19:05:35
阅读次数:
45
HashM /* * 常用方法:compute、computeIfAbsent、computeIfPresent、merge * containsKey、containsValue、get、 * put、putAll、clear、remove、isEmpty、size * entrySet(可进行流 ...
分类:
其他好文 时间:
2020-05-24 19:23:33
阅读次数:
57