前言 CentOS 6.8 安装 Python 2.7.13,因为软件版本上的需求所以考虑将 Python 升级至 2.7.13,加上生产环境还是以 RHEL 6 为主,互联网自动化运维平台大多数也推荐以Python 2…
标签:编程问答
交叉编译python2.7.7
一、python下载网址: http://www.python.org/ftp/python/ 二、python的交叉编译依赖openssl ,openssl的下载网址: https://www.openssl.org/…
jemalloc/jemalloc.h: No such file or directory
今天在centos上编译Redis 4.0.8 安装报错,提示: cd src && make allmake[1]: Entering directory `/usr/local/redis/redis…
Failed to decode downloaded font
小Z上周五晚上和同事加班,同事反映了这样一个BUG。 网页上有一段文本需要采用方正超粗黑简体的字体,资源文件为“方正超粗黑简体.TTF”,为美工提供。同事反映网站浏览器提示“Failed to decode downlo…
在浏览器中使用ES module(翻译)
原文链接:在浏览器中使用ES module 翻译自:ECMAScript modules in browsers 目前大部分浏览器已支持ES module: Safari 10.1. Chrome 61. Firefox…
rabbitmq 插件失败的处理
[root@controller ~]# /usr/lib/rabbitmq/bin/rabbitmq-plugins enable rabbitmq_managementThe following plugins ha…
Crontab和sudo中无法使用TensorFlow ImportError libcublas.so.9.0
最近因为特殊的原因重新安装了python,但是引发了一个很严重的问题——TensorFlow不好使了。 比如我下面这个执行文件test.py: import tensorflow as tf print(tf.__ver…
报错解决 unable to unroll loop, loop does not appear to terminate in a timely manner (994 iterations) or unrolled loop is too large, use the [unroll(n)] attribute to force an exact higher number
在 Unity 写 Shader 的时候,在一个循环里面使用了 tex2D 函数,类似与下面这样: fixed2 center = fixed2(0.5,0.5); fixed2 uv = i.uv - center; …
mac下安装mysqlcient 报错
一、我在mac下pip3安装mysqlclient 报错: pip3 install mysqlclient Collecting mysqlclient Using cached mysqlclient-1.3.12.…
Python error: Microsoft Visual C++ 9.0 is required 解决方案
换了新电脑,在使用python2.7 pip 安装ipython时,报错了 error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/v…
java异常及日志注意事项
一、异常注意事项 简单整理了下关于异常的规范: 1) 在异常处理模块中应提供精确、易读的错误原因信息。 2) &n…
nginx 重启报错:nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory)
如题:Nginx重启时报错误: nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory) 报错原…