序言 这个月公司又忘教电费了,服务器掉电直接宕了,果然公司搭的gitlab又一次洗白了。 寻找并解决问题 通过查看日志发现,果然又是postgresql的锅,fatal: the database system is starting up。 根据上一次的经验,删除 postgresql 的 pos ...
分类:
其他好文 时间:
2020-03-17 00:04:58
阅读次数:
104
配置网卡参数 nmtui 图形化网卡配置工具 网络会话功能 允许用户在多个网卡配置文件中切换IP地址,满足不同场景应用 创建会话nmcli connection add con-name 场景名称 type enthernet ifname 网卡名称 切换会话nmcli connection up ...
分类:
系统相关 时间:
2020-03-15 22:24:50
阅读次数:
87
import decimal as debb=de.Decimal('7.325').quantize(de.Decimal('.01'), decimal.ROUND_UP) print(bb) 输出:7.33 quantize() 方法将数字四舍五入为固定指数。 ...
分类:
其他好文 时间:
2020-03-15 20:32:35
阅读次数:
129
查看网卡名 $ ifconfig enp6s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 192.168.1.20 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::ca5b: ...
分类:
系统相关 时间:
2020-03-14 22:21:45
阅读次数:
90
RHEL7 网卡启动失败Failed to start LSB: Bring up/down解决方法
分类:
其他好文 时间:
2020-03-14 10:53:23
阅读次数:
147
Run the following in a command prompt ~~~shell pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install ~~~ Start up a Jupyter ...
分类:
其他好文 时间:
2020-03-14 10:51:10
阅读次数:
55
C. Skyscrapers The outskirts of the capital are being actively built up in Berland. The company "Kernel Panic" manages the construction of a residenti ...
分类:
其他好文 时间:
2020-03-13 13:14:32
阅读次数:
47
一般现在时和现在进行时 (1)一般现在时,表示通常性、规律性、习惯性的状态或者动作。主语是单数第三人称时,动词有单三的变化,主语是非第三人称单数时,动词为原形。 1. They often get up at 7:00. often是通常性的,动词要根据主语和时态进行变化,这个主语为复数,时态为一般 ...
分类:
其他好文 时间:
2020-03-11 18:11:32
阅读次数:
75
要向 MATLAB 代码中添加注释,请使用百分比 (%) 符号。注释行可以显示在程序文件中的任何位置,您也可以在代码行末尾附加注释。 例如: % Add up all the vector elements. y = sum(x) % Use the sum function. 要注释掉多个代码行, ...
分类:
其他好文 时间:
2020-03-11 10:42:03
阅读次数:
113
LeetCode 733 题 其中 DFS 的代码是 https://www.bilibili.com/video/av32546525?t=1643 看大雪菜 up主的视频,因为我 BFS 还不太会用递归的形式 BFS 是自己写的,因为可以套用模板,还是比较容易理解 #define _CRT_SE ...
分类:
其他好文 时间:
2020-03-10 19:54:59
阅读次数:
40