2017年1月17日

Bringing up interface eth0: Error: No suitable device found: no device found for connection 'System

摘要: linux修改ip重启后出现service network restart Bringing up interface eth0: Error: No suitable device found: no device found for connection ... 阅读全文

posted @ 2017-01-17 10:28 愤怒的苹果ext 阅读(7) 评论(0) 推荐(0) 编辑

2017年1月14日

shell awk命令使用

摘要: awk是一个异常强大的命令 awk '条件1{动作1}条件2{动作2}...' 文件名 例子:创建文本students.txt 输入内容 [zzq@weekend110 ~]$ vim students.txt [zzq@weekend110 ~]$ ... 阅读全文

posted @ 2017-01-14 23:42 愤怒的苹果ext 阅读(17) 评论(0) 推荐(0) 编辑

2017年1月11日

redis集群javaApi

摘要: pom.xml需要这2个包 redis.clients jedis 2.8.0 net.sourceforge.cobertura cobertura 2.0.3 代码: import... 阅读全文

posted @ 2017-01-11 11:09 愤怒的苹果ext 阅读(20) 评论(0) 推荐(0) 编辑

redis集群安装和使用

摘要: 用两台虚拟机模拟6个节点,一台机器3个节点,创建出3 master、3 salve 环境。 需要安装GCC库、LibC、LibStdC++、Rubby库(1.9.2或以上)、ZLIB库(1.2.6或以上) 两台虚拟机都是 CentOS ,一台 CentOS6.... 阅读全文

posted @ 2017-01-11 11:04 愤怒的苹果ext 阅读(28) 评论(0) 推荐(0) 编辑

2017年1月8日

startx报错xinit: No such file or directory (errno 2): unable to connect to X server xinit: No such pr

摘要: startx突然启动不了图形界面了报错 xinit: No such file or directory (errno 2): unable to connect to X serverxinit: No such process (errno 3): Ser... 阅读全文

posted @ 2017-01-08 17:12 愤怒的苹果ext 阅读(323) 评论(0) 推荐(0) 编辑

python3的算法库安装

摘要: Python 算法库(记住要以顺序安装) 1. Numpy https://sourceforge.net/projects/numpy/files/NumPy/ 2. Scipy https://sourceforge.net/projects/scip... 阅读全文

posted @ 2017-01-08 16:43 愤怒的苹果ext 阅读(50) 评论(0) 推荐(0) 编辑

安装scipy库报错raise NotFoundError('no lapack/blas resources found') numpy.distutils.system_info.NotFound

摘要: 安装scipy库报错,我是安装了numpy的 Running from scipy source directory. Traceback (most recent call last): File "setup.py", line 253, in <module> setup_package() 阅读全文

posted @ 2017-01-08 00:08 愤怒的苹果ext 阅读(3) 评论(0) 推荐(0) 编辑

安装scipy库报错raise NotFoundError('no lapack/blas resources found') numpy.distutils.system_info.NotFound

摘要: 安装scipy库报错,我是安装了numpy的 Running from scipy source directory.Traceback (most recent call last): File "setup.py", line 253, in s... 阅读全文

posted @ 2017-01-08 00:08 愤怒的苹果ext 阅读(19) 评论(0) 推荐(0) 编辑

2017年1月7日

Python3.52安装扩展错误

摘要: ImportError: No module named 'setuptools' 这句错误提示的表面意思是:没有setuptools的模块,说明python缺少这个模块,那我们只要安装这个模块即可解决此问题,下面我们来安装一下 [zzq@weekend1... 阅读全文

posted @ 2017-01-07 22:13 愤怒的苹果ext 阅读(37) 评论(0) 推荐(0) 编辑

2017年1月5日

Python的md5加密

摘要: Python md5加密 #!/usr/bin/python# -*- coding: UTF-8 -*-'''zhouzhongqing各种测试'''#md5import hashlibif __name__ == '__main__': '''md5... 阅读全文

posted @ 2017-01-05 10:43 愤怒的苹果ext 阅读(17) 评论(0) 推荐(0) 编辑

导航