摘要:
报错提示 E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var 阅读全文
摘要:
一、Ubuntu ssh免密登录 1、生成密钥对 [root@temp-ubuntu-1804-server:~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the k 阅读全文
摘要:
一、字符 string Redis常用基本类型之一,存入Redis的所有key都是字符类型,常用于保存Session信息 字符类型 命令 含义 复杂度 set <key> <value> 设置 key value o (1) get <key> 获取 key 对应的 value 值 o (1) de 阅读全文