DevOpSec DevOpSec
4年前
使用yum提示Error: rpmdb open failed
在centos系统上,在使用yum命令安装软件包时候报错:rpmdb:Thread/process6539/140448388269824failed:ThreaddiedinBerkeleyDBlibraryerror:db3error(30974)fromdbenvfailchk:DB_RUNRECOVERY:F
Stella981 Stella981
3年前
Linux系统性能测试工具(四)——CPU性能测试工具之super_pi、sysbench
本文介绍关于Linux系统(适用于centos/ubuntu等)的CPU性能测试工具sysbench。CPU性能测试工具包括:super\_pi;sysbench——不仅可以测试C
Wesley13 Wesley13
3年前
CRM部署架构图
!(https://static.oschina.net/uploads/space/2017/0905/105311_jmrM_2745752.jpeg)!(https://static.oschina.net/uploads/space/2017/0905/105326_6WfL_2745752.png)系统部署在AWSVP
Stella981 Stella981
3年前
CentOS7.5 安装部署Apache+Mysql+Php
系统:CentOS7.5安装Apache1.安装yumyinstallhttpd2.开启apache服务systemctlstarthttpd.service3.设置apache服务开机启动systemctlenablehttpd.service4.开启防火墙firewallcmd
Stella981 Stella981
3年前
Go在GitHub开源项目
后台管理系统https://github.com/flippedaurora/ginvueadmin(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fflippedaurora%2Fginvueadmin)Ginvuead
Easter79 Easter79
3年前
SwiftCommon之Device设备信息
概述获取设备的信息,比如系统版本号、屏幕高宽等。在IOS中,我们通过访问UIDevice类,获取设备信息;通过UIScreen获取屏幕的信息。SCDeviceimportFoundationimportUIKitpublicclassSCDevice{
Stella981 Stella981
3年前
SpringBoot19 之环境变量读取和属性对象的绑定
凡是被Spring管理的类,实现接口EnvironmentAware重写方法setEnvironment可以在工程启动时,获取到系统环境变量和application配置文件中的变量。@ConfigurationpublicclassMyEnvironmentAwareimplementsEnvironmentAware{/
Stella981 Stella981
3年前
Android 判断服务是否正在运行的方法
可以运行系统自带的函数来检测服务getSystemService是否正在运行,具体实现方法如下/判断服务是否在运行@paramcontext@paramserviceName@return服务名称为全路径例
Easter79 Easter79
3年前
SpringBoot19 之环境变量读取和属性对象的绑定
凡是被Spring管理的类,实现接口EnvironmentAware重写方法setEnvironment可以在工程启动时,获取到系统环境变量和application配置文件中的变量。@ConfigurationpublicclassMyEnvironmentAwareimplementsEnvironmentAware{/
Stella981 Stella981
3年前
Fedora 25如何安装LAMP
1.安装Apache切换到root用户:sudnfinstallhttpdy启动httpd服务,以在每次系统启动服务:systemctlenablehttpd使用以下命令来启动httpd服务:systemctlstarthttpd2.安装Mari