刚刚使用 git pull 命令拉取代码时候,遇到了这样的问题: error: Your local changes to the following files would be overwritten by merge: code/b2bstore/site/src/main/webapp/pc ...
分类:
其他好文 时间:
2020-10-12 20:46:11
阅读次数:
35
参考资料: https://osxdaily.com/2019/02/13/fix-app-damaged-cant-be-opened-trash-error-mac/ 在外网上下了个app,但是打不开,显示的是如下的图片:(参考资料里找的,不过字是一样的) 解决方法文章里列了四条,但是前三条是给 ...
分类:
移动开发 时间:
2020-10-08 19:24:05
阅读次数:
21
1、Sqoop参数 /opt/module/sqoop/bin/sqoop import \ --connect \ --username \ --password \ --target-dir \ --delete-target-dir \ --num-mappers \ --fields-ter ...
分类:
其他好文 时间:
2020-10-06 21:17:18
阅读次数:
41
https://www.jianshu.com/p/06843a0b02e2 在上一篇《Mac OS 下使用 you-get 下载音悦台 MV 、网易云音乐等》给大家介绍了如何下载MV、音乐等资源,但是出现了一些不常见的音频格式,导致在有些播放器上无法解码播放,所以在这篇文章中教大家一个利用 App ...
分类:
系统相关 时间:
2020-10-06 21:06:03
阅读次数:
47
VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the program uses, and a ...
分类:
系统相关 时间:
2020-09-24 21:43:34
阅读次数:
60
今天无事,就将安装操作系统的几种方式进行了总结( https://www.cnblogs.com/lzhdim/p/13719725.html )。这篇博文主要是对安装windows10操作系统的过程进行描述。 1、下载操作系统ISO镜像; 到MSDN网站上下载操作系统ISO镜像文件。https:/ ...
<!DOCTYPE html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Ensures optimal rendering on mobile devices. --> <met ...
分类:
其他好文 时间:
2020-09-24 21:01:38
阅读次数:
64
class program { static void main(string[] args) { calculator c = new calculator(); int r = 0; try { r = c.add("abc","100"); } catch(overflowException ...
FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and put as large ...
分类:
其他好文 时间:
2020-09-23 23:55:07
阅读次数:
46
一、常用基础配置 1、主机名称修改 显示主机名称:hostname 临时:hostname mrciong 永久:vi /etc/hostname 修改完重启后才能生效 hostnamectl set-hostname mrxiong-01 不需重启永久生效 2、查看系统版本 [root@mrxio ...
分类:
其他好文 时间:
2020-09-23 23:38:41
阅读次数:
44