数据科学:R & Python 工作 & Kaggle机器学习比赛 可重复函数式编程 一、Python模块的载入 包 Package 模块 module 二、R语言包的载入 install必须加双引号,library可以不加。 pacman包可以一次性加载多个包。 p_load函数可以一次性加载多个 ...
分类:
编程语言 时间:
2018-11-02 01:47:00
阅读次数:
199
使用inotifywait监控文件变动 inotifywait是?inotify tools?包中提供的一个工具,它使用?inotify?API 来监控文件/目录中的变动情况。 在archlinux上,我们可以使用下面命令来安装 sudo pacman S noconfirm inotify too ...
分类:
其他好文 时间:
2018-10-06 19:49:13
阅读次数:
151
磁盘的分区:cfdisk格式化分区:mkfs.ext4,mkswap,swapon查看所有分区:lsblk /dev/sda先挂载 / 分区:mount /dev/sda1 /mntarchlinux的镜像文件路径:/etc/pacman.d/mirrorlistmirrorlist 文件也会被 p ...
分类:
系统相关 时间:
2018-10-06 18:37:39
阅读次数:
206
GMap.h GMap.cpp GObject.h GObject.cpp PacMan.cpp(包含主函数) ...
分类:
编程语言 时间:
2018-10-02 18:05:15
阅读次数:
165
Arch Linux 编辑/etc/pacman.d/mirrorlist,在文件最顶端添加: Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch 然后更新软件包缓存sudo pacman -Syy 保持更新 ...
分类:
系统相关 时间:
2018-09-03 02:28:10
阅读次数:
323
题目链接:https://leetcode.com/problems/escape-the-ghosts/description/ You are playing a simplified Pacman game. You start at the point (0, 0), and your de ...
分类:
其他好文 时间:
2018-08-20 13:17:47
阅读次数:
153
1 sudo pacman -Rsn $(pacman -Qdtq) 2 sudo pacman -Scc 3 sudo rm /var/lib/systemd/coredump/. 4 sudo journalctl --vacuum-size=50M ...
分类:
编程语言 时间:
2018-07-23 20:23:28
阅读次数:
1453
MSYS2更换软件源 方法 更新软件源,只需要将msys64\etc\pacman.d 目录下的三个文件改为需要配置的软件源即可。 mirrorlist.msys mirrorlist.mingw64 mirrorlist.mingw32 由于时而有更新,所以软件源网址有时候也更新,如果出现以下问题 ...
分类:
其他好文 时间:
2018-07-13 19:37:59
阅读次数:
2395
也不算完全滚挂吧,图形界面是挂了,但是命令行还进得去。刚才定位了一下原因,竟然和kde大礼包没有关系,是内核升级导致的,在/etc/pacman.conf里ignore了linux,linux-headers就能正常开机了。 软件包缓存在: /var/cache/pacman/pkg 用ls -lc ...
分类:
其他好文 时间:
2018-06-24 23:49:50
阅读次数:
214
You are playing a simplified Pacman game. You start at the point (0, 0), and your destination is (target[0], target[1]). There are several ghosts on t ...
分类:
其他好文 时间:
2018-06-11 10:52:54
阅读次数:
154