上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 117 下一页
摘要: linux系统下,可以使用stress 命令主要用来模拟系统负载较高时的场景,本文介绍其基本用法。文中 demo 的演示环境为 ubuntu 18.04。 基本语法 语法格式:stress <options> 常用选项:-c, --cpu N 产生 N 个进程,每个进程都反复不停的计算随机数的平方根 阅读全文
posted @ 2020-05-17 10:48 jiftle 阅读(19829) 评论(0) 推荐(1)
摘要: 在大型外资企业中,项目管理的理念和方法早已渗透到各个工作领域。外企职员把很多工作任务视为project,在业务运作与工作交流中,经常使用各种项目管理的工作模式和名词术语。 不管你去外企上班还是与外企有业务往来,不认识一些常用的项目管理术语,就不能与这些满口project的外企职员进行顺畅的交流。这不 阅读全文
posted @ 2020-05-17 00:09 jiftle 阅读(1622) 评论(0) 推荐(0)
摘要: 项目管理个人能力--风险管理下图是一个风险管理的示意表格部分。绿色表示小,红色表示严重。​ 1.1 风险管理的特点 可以用十个字,五个词来概括风险管理的要点:规划(planning)识别(identify)分析(analysis)应对(response)监控(monitor and control) 阅读全文
posted @ 2020-05-17 00:07 jiftle 阅读(502) 评论(0) 推荐(0)
摘要: spacemacs可以通过shell layer实现单独开一个终端窗口 问题: 1. 这个终端窗口打开的vim的del功能不管用, 在MacOS下 在.spacemacs中取消shell layer的注释,用 M-m f e R 安装 重启emacs后,来使用一下: 打开shell M-m ' 打开 阅读全文
posted @ 2020-05-16 23:46 jiftle 阅读(1209) 评论(0) 推荐(0)
摘要: * Mac下使用Emacs** 终端打开在`~/.zshrc`配置文件中增加如下脚本```shell#!/bin/bash # # FileName: sh-mac-emacs.sh # Date: 2020-05-16 # Author: jiftle # Description: MacOS下启 阅读全文
posted @ 2020-05-16 17:32 jiftle 阅读(883) 评论(0) 推荐(0)
摘要: 安装完,重启显示 4m[terminated],卡住。 强制重启停止在Bios界面,不进入。 网上说,有可能是硬件不兼容。 阅读全文
posted @ 2020-05-13 13:10 jiftle 阅读(2522) 评论(0) 推荐(0)
摘要: 参考文章: 服务的依赖关系查看 https://www.pianshen.com/article/9810282044/ Linux服务文件手册 https://www.freedesktop.org/software/systemd/man/systemd.service.html linux s 阅读全文
posted @ 2020-05-08 16:44 jiftle 阅读(980) 评论(0) 推荐(0)
摘要: ubuntu 安装 更新vimyangk12321 2018-05-09 19:42:41 5852 收藏 1展开 sudo add-apt-repository ppa:jonathonf/vimsudo apt-get updatesudo apt-get install vim ——————— 阅读全文
posted @ 2020-05-05 14:11 jiftle 阅读(965) 评论(0) 推荐(0)
摘要: https://linux.cn/article-10456-1.html 阅读全文
posted @ 2020-05-05 14:07 jiftle 阅读(195) 评论(0) 推荐(0)
摘要: $sudo add-apt-repository ppa:ubuntu-elisp/ppa$sudo apt update$sudo apt install emacs-snapshot emacs-snapshot-el$emacs --version #查看emacs版本 ——————————— 阅读全文
posted @ 2020-05-05 14:03 jiftle 阅读(1882) 评论(0) 推荐(1)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 117 下一页