欢迎来到石家庄建站小程序开发公司

新闻动态
  • .gitignore 是git 的忽略文件.travis.yml 是travis的配置文件如果有用上述两个工具,则以上配置项就有用。否则忽略即可.travis.yml 是travis 的配置文件,travis 是一种可持续集成(CI)工具,代码提交后自…

  • Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private reposHead to https://github.com/settings/tokens/new?scopes=repo&description=Composer…

  • To enable extensions, verify that they are enabled in your .ini files: - D:\phpStudy\PHPTutorial\php\php-7.2.1-nts\php.ini You can also run `php --ini` inside terminal to see which file…

  • 没有安装fileinfo扩展出现如下错误:Loading composer repositories with package informationUpdating dependenciesYour requirements could not be resolved to an installable set of packages. Prob…

  • composer install报错Your requirements could not be resolved to an installable set of packages.Problem 1 - Installation request for league/flysystem 1.0.49 -> satisfiable by league/fly…

  • 在使用composer安装依赖时报如下错误:Executing command (CWD): git config github.accesstokenCloning failed using an ssh key for authentication, enter your GitHub credentials to access private…

  • win10系统 安装好composer后 cmd 命令行下输入composer提示不是内部或外部的命令,也不是可执行的程序或批处理文件在 windows CMD 下运行composer 出现错误提示: 不是内部或外部命令,也不是可运行的程序…

  • 微擎是一个基于公众号开发的第三方平台,功能十分强大,下面为大家讲解微擎的使用 微擎是基于目前最流行的WEB2.0的架构(php+mysql),运行环境推荐使用linux(centOS)+ nginx + php5.3,mysql5.6。 首先我…

  • 微擎是一款小程序和公众号管理系统,可以实现微信平台不能实现的功能,例如商城,餐饮,酒店,汽车,门店,同城,各类行业解决方案,营销,推广,吸粉,游戏,物联网和人工智能等功能。微擎拥有开发者认证…

  • thinkphp中input方法的用途:1、判断变量是否定义,语法为“input(?post.name)”;2、获取PARAM参数,语法为“input(param.)”;3、获取GET参数,语法为“input(get.)”。举例: