系统认知篇:防腐层、门面模式及适配模式的本质 | 京东云技术团队
门面模式和适配器模式是代码级的设计模式,而防腐层本质是一种防御型策略,在更高的层级对系统进行解耦
DevOpSec DevOpSec
4年前
使用yum提示Error: rpmdb open failed
在centos系统上,在使用yum命令安装软件包时候报错:rpmdb:Thread/process6539/140448388269824failed:ThreaddiedinBerkeleyDBlibraryerror:db3error(30974)fromdbenvfailchk:DB_RUNRECOVERY:F
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年前
ETL工具datax任务构建可视化管理datax
一登录datax可视化管理系统dataxweb网址:http://127.0.0.1:8080/index.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2F127.0.0.
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年前
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