后端开发9小时前
目录 1.setup.py 2.easy_install 3.pip 4. conda 常用的python第三方库安装工具大概有三种: 1、pip (分为cmd和conda)(推荐)2、easy_install 3、setup.py 常见的安装包格式: 1、whl (推荐,一种二进制的)2、egg(第一个主流打包格式)4、tar.gz 或 zip whl和...
后端开发2025年08月03日
(1)新增gem to Gemfile ,then bundle install gem 'easy_captcha', git: 'https://github.com/phatworx/easy_captcha.git' gem 'rmagick' (2)after bundle execute rails g easy_captcha:install...