08 2021 档案
摘要:git remote update origin --prune 或者 git remote update origin -p 另外,git branch -a可以查看本地和远程分支列表
阅读全文
摘要:这是一个简单的登录与注册的TP5的例子~ 1、html部分 首页:application\index\view\index\index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equ
阅读全文
摘要:前端人,前端魂,前端最常打交道就是接口,来吧,用php撸两个~ 1、html部分 application\index\view\index\index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta
阅读全文
摘要:1、html部分 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" co
阅读全文
摘要:1、打开PHPStudy并启动 2、打开 数据库管理工具、新建本地数据库(如果已经新建过就跳过这一步) (新建MySQL连接) 3、写控制器 application\index\controller\Index.php <?php namespace app\index\controller; //
阅读全文
摘要:第一步:我们在自己的电脑上搭建网站的时候第一步需要一个集成环境软件,小编推荐“phpstudy”软件。 phpstudy2018下载 链接:https://pan.baidu.com/s/1c__FvDmtdG72NAokfaf5IA 提取码:wn09 第二步:我们安装完phpstudy之后呢,我们
阅读全文
摘要:一、浏览器允许每个域名所包含的cookie数: Microsoft指出InternetExplorer8增加cookie限制为每个域名50个,但IE7似乎也允许每个域名50个cookie。 Firefox每个域名cookie限制为50个。 Opera每个域名cookie限制为30个。 Safari/
阅读全文