a decreasing trendAarizonaaboutabout the aboveABSabsorbencyabsorbency chartaccommodationAccording toAccording to the chartAccording to the chart we ca ...
分类:
编程语言 时间:
2021-07-01 17:19:09
阅读次数:
0
由此报错,可以看到是由于进程过多,资源限制住了,主要检查如下文件: 环境centos7.6 [root@rac02 ~]# cat /etc/security/limits.conf orgrid soft nproc 2047orgrid hard nproc 16384orgrid soft n ...
分类:
系统相关 时间:
2021-07-01 17:01:50
阅读次数:
0
Sublime Text批量删除空白行 替换处理 CTRL+H 打开 replace 功能,勾选上左侧的 regular expression,并填写 find what栏: \s+$ (正则表达式) replace with栏: (这行留空) 接着点 replace all 修改保存时配置 点击菜 ...
分类:
其他好文 时间:
2021-07-01 16:49:01
阅读次数:
0
macOS安装Oh My Zsh macOS从Catalina开始将默认的shell变为了Zsh,可以安装Oh My Zsh让其更加好用。 安装命令 sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zs ...
分类:
系统相关 时间:
2021-07-01 16:48:07
阅读次数:
0
Ubuntu设置用户自动登录 方式一 安装时勾选用户自动登录 方式二 系统设置内设置开启用户自动登录 方式三 vim /etc/lightdm/lightdm.conf autologin-user=username ...
分类:
系统相关 时间:
2021-07-01 16:46:23
阅读次数:
0
1、Uncaught TypeError: Cannot read property 'appendChild' of null 错误 原因是在head标签里面的js代码不能获到body中的id之类。 解决办法:将js写在body中。【这也就是为什么大多数网页js代码写在body中的原因吧】 ...
分类:
Web程序 时间:
2021-07-01 16:27:16
阅读次数:
0
准备工作 系统要求 Docker 支持 64 位版本 CentOS 7/8,并且要求内核版本不低于 3.10。 CentOS 7 满足最低内核的要求,但由于内核版本比较低,部分功能(如 overlay2 存储层驱动)无法使用,并且部分功能可能不太稳定。 卸载旧版本 sudo yum remove d ...
分类:
其他好文 时间:
2021-06-30 18:36:24
阅读次数:
0
昨天突然发现Iterm2有个新的功能shell integration然后就去试了一下,结果装了之后不能用, 只是本地安装成功但是服务器不成功, 试了很多种方法都没成功,也安装了bash版和zsh版但是都没用,网上也没有相关问题。 最后想了想感觉应该是我的本地用zsh但是服务器用的是bash。 参考 ...
分类:
系统相关 时间:
2021-06-30 18:19:53
阅读次数:
0
#!/usr/bin/env bash __Author__="liy" # 发送钉钉告警 function DingDing(){ curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:
其他好文 时间:
2021-06-30 18:14:38
阅读次数:
0
##问题描述 本来代码能正常运行,后来将文件名修改为networkx.py 代码中含有 import networkx as nx from networkx.algorithms import community G = nx.read_graphml(graphml) 运行时报错如下: Modu ...
分类:
编程语言 时间:
2021-06-30 18:12:35
阅读次数:
0