logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

强制结束虚拟机 centos home 卷丢失导致无法挂载进入 emergency mode 紧急模式

参考文章: https://blog.51cto.com/13059784/2054378xfs文件修复参考1: https://codeday.me/bug/20181112/367781.htmlxfs文件修复参考2:https://blog.51cto.com/dangzhiqiang/1657511xfs文件修复参考3 :https://blog.csdn.net/runmi...

#运维#操作系统
docker报错:Failed to restart docker.service: Unit not found.

前言:我之前安装好docker了,但是关机重启后,发现docker就没了报错:Failed to restart docker.service: Unit not found.解决方法:1.重装大法,法力无边a.先卸载上个版本的相关软件yum -y remove docker docker-common docker-selinux do...

#运维
linux输入yum后提示: -bash: /usr/bin/yum: No such file or directory的解决方案

linux输入yum后提示: -bash: /usr/bin/yum: No such file or directory的解决方案今天在安装程序时,发现有一个插件未安装,我就随手敲了一个命令,看都没看yum remove yum然后就杯具了...1[root@localhost ~]# yum2...

#运维#操作系统#python
一键部署k8s 、docker 工具集——最新版本

转载于:https://www.cnblogs.com/yytlmm/p/11434691.html

#运维
GCC与Dev-Cpp支持C99标准设置方法

GCC与Dev-Cpp都是支持C99的,但其默认值不是C99标准,为了使用C99语法可以进行如下操作:(1) GCC编译时加入编译选项 -std=C99 (注意C为大写)(2) Dev-Cppstep1 工具->编译选项->编译器选项卡中,在"编译时加入以下命令"复选框前打钩,里面输入命令 -std=c99 (与GCC不同,这里c99中的字母c是...

face_morpher

https://github.com/alyssaq/face_morpher转载于:https://www.cnblogs.com/guochen/p/6893593.html

[转] 公司局域网中代码访问 github.com

一. 文档清晰 tencent同事.推荐https://www.chenyudong.com/archives/use-git-or-github-in-company-local-net.html转载于:https://www.cnblogs.com/jhj117/p/6340370.html

spring 和springMVC的区别

springmvc只是spring其中的一部分。spring 可以 支持 hibernate ,ibatis ,JMS,JDBC支持事务管理, 注解功能,表达式语言,测试springmvc 就是一个简单的web 框架,上手很快,可以代替SSH框架。springmvc 比 struts2 性能优一些spring 是是一个开源框架,是为了解决企业应用程序开发,功能如下◆...

#java#测试#面试
Python_代码练习_写一个判断是否为小数的函数

# 写一个判断是小数的函数def is_float(s):s = str(s)if s.count('.') == 1:s_left = s.split('.')[0]s_right = s.split('.')[1]if s_left.isdigit() and s_right.isdigit():retur...

#python
MFC AtlMap<CString, ?>使用

typedef CStringElementTraits&lt;CString&gt; StringTraits;typedef CAtlMap&lt;CString, SettingItem, StringTraits&gt; SettingItemMap;转载于:https://www.cnblogs.com/Mingxx/archive/2012/10/18/2729039.h...

    共 26 条
  • 1
  • 2
  • 3
  • 请选择