pycharm 不识别第三方库
A66网 - lxfamn 发布于 2018-12-30
问题描述: 使用pip下载的第三方模块,在Pycharm里面无法导入。 这个问题,一般新安装Python环境的电脑会遇到。 这里,我以安装第三方模块 chardet(检测编码)为例,来做说明。 我们先通过pip安装一下chardet。 运行-》cmd,在黑屏终端输入:pip in...
阅读(1423)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-30
问题描述: 使用pip下载的第三方模块,在Pycharm里面无法导入。 这个问题,一般新安装Python环境的电脑会遇到。 这里,我以安装第三方模块 chardet(检测编码)为例,来做说明。 我们先通过pip安装一下chardet。 运行-》cmd,在黑屏终端输入:pip in...
阅读(1423)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-27
3.破解补丁激活 优点:到期时间为2099年,基本为永久啦 缺点:相对服务器激活麻烦些,但是一共只需要3个步骤,其实并不麻烦 下载 https://pan.baidu.com/s/1mcQM8CLUnweY02ahKEr4PQ 并将 JetbrainsCrack-release-...
阅读(1199)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-18
1.下载:freetds-patched.tar.gz http://www.freetds.org/software.html http://www.freetds.org/userguide/choosingtdsprotocol.htm # tar -zxvf freet...
阅读(629)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-15
如果要使用sqlserver数据库,需要先安装扩展,参考 http://a66.site/?p=3253 安装完成后,设置connection 属性即可 这几天在使用Laravel 开发一个系统。这个系统连2个数据库。一个名为blog,一个名为center。 center ...
阅读(497)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-15
<?php header("Content-type: text/html; charset=utf-8"); if(PATH_SEPARATOR==':') echo '本机操作系统是:Linux<br>'; else echo '本机操作系统是:Window...
阅读(712)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-15
一、加入微软的源 curl https://packages.microsoft.com/config/rhel/6/prod.repo > /etc/yum.repos.d/mssql-release.repo 二、防止冲突先卸载原有版本(可选) yum remove u...
阅读(740)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-07
下载: ftp://ftp.proftpd.org/distrib/source/ 安装编译器 #yum install gcc gcc-c++ autoconf automake 安装 #./configure –prefix=/usr/local/proftpd ...
阅读(444)评论(0)赞 (0)
A66网 - lxfamn 发布于 2018-12-07
在centos7下编译安装php7 下载php7编译包 安装依赖包 编译配置 安装 修改环境变量 修改php-fpm 启动php-fpm wget -O php7.tar.gz http://cn2.php.net/get/php-7.0.4.tar.gz/from/this/m...
阅读(526)评论(0)赞 (0)