可知:禅道包含996m的附件和91m的数据. 1.格式化新机器的磁盘,执行mkfs –t ext4 /dev/sdb 2.挂载到/opt,执行mount /dev/sdb /opt 3. 安装新的禅道服务(注:需要和旧禅道同一版本)。 wget http://dl.cnezsoft.com/zent ...
分类:
其他好文 时间:
2020-11-06 02:14:07
阅读次数:
19
解决:vue-cli4创建项目导入elementUI,浏览器报错Uncaught TypeError: Cannot read property ‘prototype‘ of undefined 如果直接使用命令安装vueclie:npm install -g @vue/cli 就会直接安装最新版本 ...
分类:
其他好文 时间:
2020-11-04 18:42:25
阅读次数:
39
牛逼!Linux命令速查手册出炉! 查看Linux系统信息 date 显示系统日期 关机(关机、重启、登出 ) arch #显示机器的处理器架构(1) uname -m #显示机器的处理器架构(2) uname -r #显示正在使用的内核版本 dmidecode -q #显示硬件系统部件 - (SM ...
分类:
系统相关 时间:
2020-10-31 02:04:31
阅读次数:
33
这几天一直在挂分,尤其今天挂了 100 多分,就 \(nm\) 离谱。 T1 mountion Despritio 给你一个 \(n\) 位整数,去掉其中任意 \(k\) 个数字之后,剩下的数字按左右次序组成一个新的非负整数。 请求出这个非负整数。 若有前导零,不用输出。 对于 100% 的数据 \ ...
分类:
其他好文 时间:
2020-10-31 01:37:20
阅读次数:
23
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:
其他好文 时间:
2020-10-27 10:55:44
阅读次数:
21
1.U盘的装载与卸载(设备都保存在/dev中 /dev存放设备的文件) 1.卸载u盘 umount /media/xxx/xxx (xxx为具体路径) 2.查看设备 sudo fdisk -l (sd-->scsi device hd-->hard disk硬盘 fd >floppy disk软盘 ...
分类:
系统相关 时间:
2020-10-26 10:40:11
阅读次数:
25
现有硬盘上扩充空间fdisk-l查看空间,如新增加空间没有则可通过如下命令识别ls/sys/class/scsi_disk查看到一块硬盘0:0:0:0则执行如下,如还有其他,类推下面命令。echo‘1‘>/sys/class/scsi_disk/0\:0\:0\:0/device/rescan便可看到新增空间,又或者直接重启系统,让内核识别新增空间。fdisk-l再次查看空间
分类:
其他好文 时间:
2020-10-22 23:18:13
阅读次数:
45
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P ...
分类:
数据库 时间:
2020-10-20 16:33:15
阅读次数:
35
Redis问题 MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are dis ...
分类:
数据库 时间:
2020-10-13 17:08:07
阅读次数:
33
mount mount -l #查询系统中已经挂载的设备,-l会显示卷标名称 mount -a #自动挂载,依据/etc/fstab配置文件 mount [-t 文件系统] [-L 卷标名] [-o 特殊选项] 设备文件名 挂载点 linux所有存储设备都必须挂载使用,包括硬盘。 mount #查询 ...
分类:
系统相关 时间:
2020-10-10 17:13:11
阅读次数:
25