由于硬件是12年购买,如果使用Dell LifeCycle Controller来安装系统,在Deploy OS列表是没有Windows Server 2012与同时代的主流Linux版本的。
这几天不忙,花了一整天时间来学习研究,绕了特别多弯路 : (
继续阅读“Dell PowerEdge R710所有固件更新的方法”
作者: Yue Li
Dell服务器面板显示error 1912 system event log full.review & clear log的解决方法
服务器型号:Dell PowerEdge R910
操作系统:Windows Server 2012 R2
面板显示:1912 system event log full.review & clear log
解决方法:
继续阅读“Dell服务器面板显示error 1912 system event log full.review & clear log的解决方法”
微信开发者工具提示“需保证 node & npm 已安装,且网络正常”的解决方法
微信开发者工具在新建Node.js云函数时,会出现提示:
创建 xxx 成功 是否立即 本地安装依赖 wx-server-sdk? 需保证 node & npm 已安装,且网络正常
关系型和文档型数据库的概念对应关系
关系型 文档型
数据库 database 数据库 database
表 table 集合 collection
行 row 记录 record / doc
列 column 字段 field
继续阅读“关系型和文档型数据库的概念对应关系”
Linux下实时监控网络流量的工具
个人蛮喜欢用的一个工具
名称:nload
安装:
CentOS 7 + :yum install nload
继续阅读“Linux下实时监控网络流量的工具”
PostgreSQL拼接字段要用两个竖杠||
将两个列拼接起来
用两个竖杠 ||
不能用加号 +
继续阅读“PostgreSQL拼接字段要用两个竖杠||”
PostgreSQL提示符 # 和 $的意思
符号 # 是管理员
符号 $ 是普通用户
继续阅读“PostgreSQL提示符 # 和 $的意思”
PostgreSQL出现ERROR:could not open extension control file的解决方法
操作系统:
centos-release-7-5.1804.el7.centos.x86_64
PostgreSQL版本:
postgresql.x86_64 9.2.23-3.el7_4
postgresql-libs.x86_64 9.2.23-3.el7_4
postgresql-server.x86_64 9.2.23-3.el7_4
继续阅读“PostgreSQL出现ERROR:could not open extension control file的解决方法”
CentOS 7安装PostgreSQL的方法
操作系统:
centos-release-7-5.1804.el7.centos.x86_64(官网 | 163下载mini版 )
PostgreSQL版本:
postgresql.x86_64 9.2.23-3.el7_4
postgresql-libs.x86_64 9.2.23-3.el7_4
postgresql-server.x86_64 9.2.23-3.el7_4
继续阅读“CentOS 7安装PostgreSQL的方法”
加域后的Windows电脑不要恢复快照
恢复后,域用户将无法登录!
报错如下:
Windows cannot connect to the domain,either because the domain controller is down or otherwise unavailable,or because your computer account was not found,Please try again later,If this message continues to appear,contact your system administrator for assistance.
继续阅读“加域后的Windows电脑不要恢复快照”