- 如何让网页自适应所有屏幕宽度
- utf-8、utf8mb4和utf8mb3有什么区别
- CRM是否能完善业务流程
- VS的“行尾不一致,要将行尾标准化吗”问题
- .Net验证控件1
- checkboxlist绑定数据方法
- 几个电商常见术语
- c#中lock使用
- 解决Could not open input file: think问题
- 详解DataTable用法
邮箱:
手机:15383239821
-
2023-09-14.gitignore 和 .travis.yml 这两个文件有什么用?
.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…
-
2023-09-13通过composer安装TP依赖的详细教程
没有安装fileinfo扩展出现如下错误:Loading composer repositories with package informationUpdating dependenciesYour requirements could not be resolved to an installable set of packages. Prob…
-
2023-09-13解决composer更新依赖php版本冲突
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 出现错误提示: 不是内部或外部命令,也不是可运行的程序…
-
2023-09-09微擎的安装与使用方法
微擎是一个基于公众号开发的第三方平台,功能十分强大,下面为大家讲解微擎的使用 微擎是基于目前最流行的WEB2.0的架构(php+mysql),运行环境推荐使用linux(centOS)+ nginx + php5.3,mysql5.6。 首先我…
-
2023-09-09微擎是干嘛用的?
微擎是一款小程序和公众号管理系统,可以实现微信平台不能实现的功能,例如商城,餐饮,酒店,汽车,门店,同城,各类行业解决方案,营销,推广,吸粉,游戏,物联网和人工智能等功能。微擎拥有开发者认证…
-
2023-09-07thinkphp中input方法的使用
thinkphp中input方法的用途:1、判断变量是否定义,语法为“input(?post.name)”;2、获取PARAM参数,语法为“input(param.)”;3、获取GET参数,语法为“input(get.)”。举例:
