上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

2017年8月6日

安装zlib的过程(Compression requires the (missing) zlib module)(Python2.6升级为2.7出现的问题)

摘要: 觉得有必要把解决问题的过程写下来 1,因为要安装flask,所以安装pip,所以安装setuptools,所以安装zlib。(具体过程http://www.cnblogs.com/aiyr/p/7260838.html 这个链接中有安装zlib,zlib-devel,耐心找找) 2,之后通过 #rp 阅读全文

posted @ 2017-08-06 18:36 _jackie 阅读(10575) 评论(2) 推荐(1) 编辑

如何到python模块路径linux

摘要: 执行命令whereis python即可显示出python相关的所有的路径,包括可执行文件路径,安装路径等,该方法适用于大部分类似的场景抄自百度知道 阅读全文

posted @ 2017-08-06 18:17 _jackie 阅读(564) 评论(0) 推荐(0) 编辑

rpm -ivh 这个ivh是干什么的

摘要: 安装的时候显示安装进度 --从百度知道复制过来的 RMP 是 LINUX 下的一种软件的可执行程序,你只要安装它就可以了。这种软件安装包通常是一个RPM包(Redhat Linux Packet Manager,就是Redhat的包管理器),后缀是.rpm。 RPM是Red Hat公司随Redhat 阅读全文

posted @ 2017-08-06 11:00 _jackie 阅读(16988) 评论(0) 推荐(0) 编辑

记录各种资源链接的吧

摘要: 1,rpm资源的 http://rpmfind.net/linux/rpm2html/search.php?query=zlib-devel&submit=Search+...&system=&arch= 阅读全文

posted @ 2017-08-06 10:56 _jackie 阅读(183) 评论(0) 推荐(0) 编辑

2017年8月3日

Bootstrap中表单控件状态(验证状态)

摘要: Bootstrap 表单 http://www.runoob.com/try/try2.php?filename=bootstrap3-form-controlstate (这链接里有简介) 阅读全文

posted @ 2017-08-03 11:52 _jackie 阅读(1599) 评论(0) 推荐(0) 编辑

jquery input 实时监听输入

摘要: $('input').bind('input propertychange', function() { alert('hello world') }); 阅读全文

posted @ 2017-08-03 11:27 _jackie 阅读(579) 评论(0) 推荐(0) 编辑

2017年8月1日

socket.error: [Errno 98] Address already in use

摘要: 端口被占用了 阅读全文

posted @ 2017-08-01 10:12 _jackie 阅读(201) 评论(0) 推荐(0) 编辑

2017年7月31日

bad interpreter: Text file busy

摘要: 刚才运行test_mysql.py文件的时候 报了个这样的错。上网查了下,链接在这里:http://www.cnblogs.com/kerrycode/p/4038934.html 于是我就把第一行的#!/usr/bin/python 加了个空格变成 #! /usr/bin/python 就可以了 阅读全文

posted @ 2017-07-31 16:06 _jackie 阅读(308) 评论(0) 推荐(0) 编辑

2017年7月30日

Linux下安装pip(遇到了python2.6升级为python2.7道路上的坑,原因已经找到,只差临门一脚了,以后补上)

摘要: 1、先说一下什么是pippip 是“A tool for installing and managing Python packages.”,也就是说pip是python的软件安装工具2、下面介绍怎么在linux下安装pip下载pip到/usr/local/src# cd /usr/local/sr 阅读全文

posted @ 2017-07-30 22:41 _jackie 阅读(1195) 评论(0) 推荐(0) 编辑

完全卸载mysql数据库教程

摘要: 转自:https://jingyan.baidu.com/article/f96699bbaa8fc1894f3c1b5a.html 1,控制面板——》所有控制面板项——》程序和功能,卸载mysql server! 2,运行“regedit”文件,打开注册表 3,删除HKEY_LOCAL_MACHI 阅读全文

posted @ 2017-07-30 13:52 _jackie 阅读(248) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页

导航