install composer error: ------------------------------------ The PHP exe file you specified did not run correctly:D:\phpStudy\php\php-5.6.27-nts\php.exe The php.ini used by your command-line PHP is: D:\phpStudy\php\php-5.6.27-nts\php.ini A duplicate…
今天在windows下学习lavaral,使用composer update命令报如下错误: [Composer\Exception\NoSslException] The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex tension, you can disable this error, at your own r…
一:软件工具使用中遇到的问题 1:AttributeError: module 'pip' has no attribute 'main'问题 处理方法: a:找到JetBrains\PyCharm 2017.3.2\helpers\packaging_tool.py def do_install(pkgs): try: #import pip try: from pip._internal import main except Exception: from pip import main e…
Django Mysql SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED Django 执行makemigrations 的时候报错: 1 django.db.utils.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for…