#Os

git---如何解决The authenticity of host can't be established.

新生成密钥的时候,gitclone或者push的时候,可能会报这样的错误:```Theauthenticityofhost'gitee.com(xxx.xxx.xxx.xxx)'can'tbeestablished.ECDSAkeyfingerprintisSHA256:xxxxxxxxxxxxxxxxxxxxxxxx...

httpd-vhosts.conf

 ##VirtualHostexample:#AlmostanyApachedirectivemaygointoaVirtualHostcontainer.#ThefirstVirtualHostsectionisusedforallrequeststhatdonot#matchaServerNameorSe...
代码星球 ·2020-04-08

【MVC三层架构】采用Boostrap样式实现MVC三层架构增删改查上传下载功能

demo访问地址:http://106.14.139.196/SaleManage/Index 本篇文章将与大家分享bootstrap-table插件,借助于它实现基本的增删改查,导入导出,分页,父子表等。至于其他技术,如冻结表头,列排列,行拖动,列拖动等,会在后续文章中与大家分享。 一 ...

centos部署jenkins

1.安装javayuminstall-yjava-1.8.0-openjdk2.下载安装Jenkins源:wget-O/etc/yum.repos.d/jenkins.repohttps://pkg.jenkins.io/redhat/jenkins.reporpm--importhttps://pkg.jenkins...
代码星球 ·2020-04-08

centos更改yum源为网易源与更新系统

 在centos下更改yum源与更新系统。[1]首先备份/etc/yum.repos.d/CentOS-Base.repo$cp/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup[2]进入yum源配置文件所在文件夹...

Centos7五步安装Docker并解决docker官方镜像无法访问问题

sudoyum-config-manager--add-repohttp://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo出现以下内容则表示docker仓库配置成功:Loadedplugins:fastestmirroraddingrepofrom:h...

centos7 VM VirtualBox设置共享目录时报错。 /sbin/mount.vboxsf: mounting failed with the error: No such device

  执行 mount-tvboxsfworkspace/mnt/workspace解决办法:yumcleanallyumupdateyuminstallkernelyuminstallkernel-develyuminstallkernel-headersyuminstallgccyumi...

virtualbox中centos6.8与windows7宿主机设置文件共享

一.设置共享文件夹1.选中虚拟主机点击设置---共享文件夹--编辑共享文件夹路径--共享文件夹名称 1.使用yumupdate升级yum包2.使用 yum-yinstallgccmakekernel-develkernel-headerperlbzip2命令安装增强功能需要的依赖3.重启centos...

CentOS6.8 yum升级高版本gcc

CentOS6yum升级高版本gccgcc4.8安装#curl-Lkshttp://www.hop5.in/yum/el6/hop5.repo>/etc/yum.repos.d/hop5.repo#yuminstallgccgcc-g++–y#gcc--versiongcc4.9安装#yuminsta...

macOS 上安装 PECL

PECL(ThePHPExtensionCommunityLibrary)是PHP扩展的存储库,为PHP所有的扩展提供提供托管和下载服务。通过PEAR(PHPExtensionandApplicationRepository)的PackageManager的安装管理方式,可以对PECL扩展进行下载和安装。官方提供了PE...
代码星球 ·2020-04-08

CentOS 7 编译安装PHP5.6.31

    服务器上已经有nginx和mysql,所以就决定采用 PHP+Nginx+mysql这个组合,在网上翻了很多资料,由于对linux和PHP不不了解,不知道PHP和nginx和mysql是怎么关联的,遇到各种原因(不是php装错了,就是包没装,),花了很多时间,后...

Centos7 编译安装 MySQL 5.5.62

1.下载mysql官网下载地址: https://www.mysql.com/downloads/2、卸载mysql以及自带的mariadb   1)检查是否存再mariadb  rpm-qa|grepmariadb  2)删除以上脚本查到...

CentOS crontab定时任务

1.检查CRONTAB工具是否已经在主机上安装 crontab-l2.检查CRONTAB服务是否已经启动 servicecrondstatus--其实这个命令还可以检查其他服务,例如servicehttpdstatus检测apache是否在运行3.安装yuminstallvixie-cronyumi...
代码星球 ·2020-04-08

CentOS 7 安装MySql 5.5.60

一、方法一tar.gz安装1.安装之前的准备卸载centos7自带的mariadbrpm-qa|grepmariadb#查看一下是否有mariadb相关的包rpm-e--nodepsmariadb-libs-5.5.52-1.el7.x86_64#把查询到的包卸载下载mysql安装包wgethttps://dev.my...
代码星球 ·2020-04-08

PostgreSQL 写入数据到Excel时出现 Faithfully yours, nginx 错误处理

今天开发的同事从PostgreSQL中读取数据写到Excel时报错,由于数据较多,而开发的同事写到代码又不够优秀,速度过慢以至于出现问题,找了下资料修改Nginx的配置解决了此问题。详细错误如下:Anerroroccurred.Sorry,thepageyouarelookingforiscurrentlyunavai...
首页上一页...310311312313314...下一页尾页