code macname@MacdeMacBook-Pro zipfiles % cat test.sh #!/bin/bash ZIP_FILES=$(ls *.zip) for zip_file in $ZIP_FILES; do unzip $zip_file done macname@Mac ...
分类:
系统相关 时间:
2021-02-01 11:49:14
阅读次数:
0
环境是hive和Hadoop 报错如:User: liwei is not allowed to impersonate anonymous 修改hadoop 配置文件 $HADOOP_HOME/etc/hadoop/core-site.xml <property> <name>hadoop.pro ...
分类:
编程语言 时间:
2021-01-27 13:53:02
阅读次数:
0
mac安装homebrew失败怎么办? 根据官网介绍的安装方式 https://brew.sh/index_zh-cn /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2021-01-27 13:25:07
阅读次数:
0
Chapter 6 - Other Popular Machine Learning Methods Segment 2 - A neural network with a Perceptron Perceptron A perceptron is a neural network with jus ...
分类:
编程语言 时间:
2021-01-27 13:05:55
阅读次数:
0
说明 v2上有个老哥把编译后的whl放到github了,直接下载安装即可。在这里对他表示致谢。 地址:https://github.com/wizyoung/AppleSiliconSelfBuilds 下载后安装 下载 需要python环境,可以参考我的另一篇博客安装:https://www.cn ...
分类:
编程语言 时间:
2021-01-26 11:57:55
阅读次数:
0
1.souce:在当前bash环境下读取并执行FileName中的命令。 可以在shell启动前加载环境变量 weidiandeMacBook-Pro:myshworkspace weidian$ pwd /Users/weidian/myshworkspace weidiandeMacBook-P ...
分类:
其他好文 时间:
2021-01-22 12:29:08
阅读次数:
0
org.jetbrains.idea.svn.SvnUtil - Error opening connection java.sql.SQLException: Error opening connection at org.sqlite.core.CoreConnection.open(CoreC ...
分类:
数据库 时间:
2021-01-20 11:45:38
阅读次数:
0
文章修改于2021-01-19 参考链接 https://github.com/pytorch/pytorch/issues/48145#issuecomment-747631341 这个方法和下面那条评论的方法算是现阶段较好的方法了。 自己按照其方法开始编译,很遗憾没有成功(可能是因为自己的cla ...
分类:
系统相关 时间:
2021-01-20 11:41:24
阅读次数:
0
一、VMware简介 VMware Workstation Pro 是业界标准的桌面 Hypervisor,用于在 Linux 或 Windows PC 上运行虚拟机。 Workstation 16 Pro 基于行业定义的技术,在以下方面实现了改进:DirectX 11 和 OpenGL 4.1 3 ...
分类:
系统相关 时间:
2021-01-19 11:42:01
阅读次数:
0
参考: F1C系列: https://blog.csdn.net/tunqimai9331/article/details/95938903 http://nano.lichee.pro/get_started/first_eye.html#id3 https://blog.csdn.net/fly ...
分类:
其他好文 时间:
2021-01-15 12:12:56
阅读次数:
0