今天服务器yum安装文件报错,无法拉取源镜像文件,提示 “Could not resolve host: mirrors.tencentyun.com; Unknown error” 原因:腾讯云服务 … Continue reading 腾讯云服务器yum安装提示 “Could not resolve host: mirrors.tencentyun.com; Unknown error”解决方法
日志
宝塔面板 ImageMagick无法安装解决办法
问题 wordpress后台健康检查提示ImageMagick 未开启,所以去宝塔后台安装php扩展, 但是始终安装不上,而宝塔的消息提示是安装成功了。 解决 网上找了下,发现可能是缺少 libmag … Continue reading 宝塔面板 ImageMagick无法安装解决办法
wordpress更新插件出现:cURL error 28: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received
wordpress更新插件出现错误: cURL error 28: Operation timed out after 10001 milliseconds with 0 out of 0 bytes … Continue reading wordpress更新插件出现:cURL error 28: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received
图片与图片上下之间有空隙的解决方法
首先排除代码之间的换行符<br>,出现这个问题是因为图片为内联元素,有文字特性,默认存在间隙,所以会出现空白部分。 可以将图片设置为block元素。 img{ display:block; … Continue reading 图片与图片上下之间有空隙的解决方法
创业十多年,谈谈我一路走来的坎坷经历和教训
首先创业做生意这东西没想象中的那么难,看你怎么去对待。多了的我没体验过也不知道,但从白手起家到百万的过程,我只用了3年左右把。这还算上我在网吧里耗费的时间。一个人如果想创业,必须吃得了苦。我指的“苦” … Continue reading 创业十多年,谈谈我一路走来的坎坷经历和教训
使用QQ邮箱smtp发信报错Could not connect to SMTP host: smtp.qq.com, port: 465, response: -1解决办法
使用qq邮箱做留言反馈系统的发件邮箱,但是提交 运行后报错Could not connect to SMTP host: smtp.qq.com, port: 465, response: -1; 注 … Continue reading 使用QQ邮箱smtp发信报错Could not connect to SMTP host: smtp.qq.com, port: 465, response: -1解决办法
git clone时提示The requested URL returned error: 403解决方法
首先命令行操作结果如下: root@zhiren-PowerEdge-T110-II:/zrun# git clone https://git.coding.net/xxxxxxxx/xxxx.git … Continue reading git clone时提示The requested URL returned error: 403解决方法
destoon搬家更换服务器后登陆后台提示mysql的table is read only解决方法
wordpress设置友情链接只在首页显示的方法
对于有的主题,当从后台小工具中添加友情链接后,却发现其是为全站显示的。如果只希望让它在首页显示,则可以在模板函数文件中增加一个函数来实现。 具体操作可按如下步骤进行: 修改当前使用的模板目录下的fun … Continue reading wordpress设置友情链接只在首页显示的方法