For all who have the same problem, it took me a while to find the solution in a new installation of PyCharm 5. The problem is you have to change the default interpreter that brings PyCharm 5(2.6 default). It is different from your python version syst…
Mac os安装DVWA环境教程 1.尽管Mac自带Apache和php 事实上Mac和WIN都用XAMPP一键化安装比较方便 2.解压DVWA-master 改名为dvwa移动到XAMPP的目录 3.安装好XAMPP之后进入Manage Serves 开启MySQL和Apache 有可能系统默认是开启的此时需要在terminal中手动关闭,不然会引起冲突 执行sudo apachectl stop 3.访问localhost 找到phpadmin 新建账户 2. 4.vim /Applicat…
系统环境 安装工具 Homebrew软件包管理器 :<mac OS 安装 Homebrew软件包管理器>https://blog.csdn.net/weixin_41791279/article/details/86008895 在终端输入 brew update  //结果:Already up-to-date. 终端继续执行命令 brew search nginx  //查询要安装的软件是否存在 未完待续…
2014年后的Mac Mini安装Windows时候,会遇上更种坑,我这几天不断失败及尝试更种版本,各有心得体会,我写下来是为了避免大家遇到像我这种问题. (2014年之前的Mac Mini是否这样,不清楚~但是我于网上看到好多人也会遇上我这种情况,特别2014后的Mac Air.Pro也会出现.) 当然大家会问,Mac机上装VM后再装windows吧,不会有那么多问题的,虽然这是很好的解决方法,但是当你玩游戏,还是建议使用双系统,毕意体验同流畅度,VM是不能跟双系统比美的. 大前提,必须要认真…
报错: DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling six-1…
个人觉得掌握简单的爬虫知识非常有用,特别是想要从一些特定网站自动地下载一些资源或者统计一些数据,非常的有用.对于产品经理来说,如果要了解竞争产品.替代产品的价格,可以写一个爬虫脚本从各大电商网站爬取相关的资料,避免人工处理的麻烦. Python写爬虫可以从简单的Scrapy框架入手.对于Mac OS系统来说,由于系统本身会引用自带的python2.x的库,因此默认安装的包是不能被删除的.如果你使用python3.x可以使用homebrew来安装,但是如果你习惯使用python2.x,那么直接安装…
日期2019.7.17解决的问题. 系统mac os 10.14.5 python 3.6 django 1.11 要安装alipay-sdk-python 3.3.92错误 line 278, in run raise RuntimeError("autoconf error") RuntimeError: autoconf error 您需要安装Xcode 我的是Version 10.2.1 (10E1001) 然后安装 Command Line Tools. 打开终端输入 xco…
以前安装opencart的时候倒是不需要mcrypt 这个库.但是新版本需要了.加上自己的 是mac环境.当时闲麻烦,就一直没装.这次下午就寻思给装上吧! 1.首先你要先安装xcode这个工具.不然没办法编译! xcode这个可以在苹果appstore下载. 2.安装 command line tools   打开xcode .->> Preferences 然后点击command line tools   install  等下再完成安装就行了 也可以按照这个国外高人写的安装 https:/…
1,查看当前系统默认的Python路径 which python1==> /usr/bin/python 2,查看当前python 版本 python1==> Python 2.7.10 (default, Oct 23 2015, 19:19:21) 3,安装 python 的包管理工具pip curl https://bootstrap.pypa.io/ez_setup.py -o - | python1easy_install pip14, 安装 brew包管理器 /usr/bin/ru…
没有Wget的日子是非常难过的,强大的Mac OS 下安装Wget非常简单 下载一个Wget的源码包,http://www.gnu.org/software/wget/ 安装与配置 1. 首先下载一个Wget的源码包 http://www.gnu.org/software/wget/ 2. 进入到解压的目录 tar zxvf wget-1.9.1.tar.gz 3. 输入:./configure 末尾几行执行结果: ... configure: error: in `/Users/Richard…