Blogger Information
牡丹飞
Blog
29
fans
0
comment
0
visits
19626
integral:0
P beans:62
  • List of blog posts
  • tp新闻实战笔记一(登录和验证)

    一、安装thinkphp、adminltecomposer 安装——设置环境变量——设置阿里代理 vscode打开新终端到要安装的目录执行以下命令等会儿 composer create-project topthink/think tp6 一条一条执...

    2020-12-22 09:03 Read 1536 comment 0
  • 你乐意做什么?1012作业之九型人格,可以自己测试啊

    1.效果 2.代码

    2020-10-14 10:51 Read 1334 comment 0
  • js轮播图:索引实现左右翻页和轮播

    1 效果 2 代码 // 作业1: 为每个翻页按钮添加事件完成图片翻页(兄弟节点的处理) skip.firstElementChild.addEventListener("click", skip_prev, false); //向前翻页 ...

    2020-11-10 14:58 Read 997 comment 0
  • 栅格布局简单理解

    1 效果 2 代码.container { width: 100wv; height: 100hv; display: grid; place-content: center; } ...

    2020-11-02 15:36 Read 824 comment 0
  • 模态框注册用户

    1 效果 2 代码.modal .modal-backdrop { background-color: rgb(1, 0, 0, 0.6); position: fixed; top: 0; l...

    2020-11-03 08:58 Read 789 comment 0
  • js任务列表、选项卡、换肤和懒加载

    1 效果 2 代码2.1 任务列表let enter_add = document.querySelector("#Do"); //1.拿到输入框 enter_add.addEventListener("keyup", addDo, fal...

    2020-11-10 14:51 Read 758 comment 0
  • 循环函数DOM简例

    1 效果 2 代码 function BodyAddP(doing = "do while", num = 0) { document.body.appendChild(document.createElement("p")).inne...

    2020-11-04 14:51 Read 742 comment 0
  • 前后端交互不重启服务仅能提示一次 tp5.1

    问题 来源:最新ThinkPHP 5.1全球首发视频教程(60天成就PHP大牛线上培训班课) ——注册功能实现tp 5.1是最新版本,phpstudy是最新版本,用的Nginx问题: 只有第一次注册时,可以正常提示(用alert也是这样);之后,只能...

    2020-10-03 11:30 Read 683 comment 0
  • tp新闻实战笔记四(多级菜单和datatables体验)

    一、菜单 主要是两个表,由于我的数据库是去掉“13_”的,所以看了一下调整auth_role和auth_rule两个表就可以扩展功能库实现,在extend下建”扩展功能库”文件夹里,再建“规则.php”实现多级分层

    2020-12-24 15:48 Read 664 comment 0
  • 上帝你好啊

    1 效果 2代码 .container > .header { display: flex; flex-flow: column nowrap; justify-content: space-evenly; ...

    2020-10-27 20:28 Read 647 comment 0
  • PHP尽量用中文是什么感觉?

    看看感觉吧!

    2020-11-28 19:02 Read 638 comment 0
  • tp新闻实战笔记三(清除缓存和权限菜单)

    清除缓存 后台主页index.html加字体图标 http://www.fontawesome.com.cn/icons实际图标名称建议从\public\static\almasaeed2010\adminlte\plugins\fontawesom...

    2020-12-23 14:30 Read 617 comment 0
  • ajax post请求与jsonp

    1 效果 2 代码let p_showping = document.querySelector(".showing"); let form_god = document.querySelector(".god"); const xhr ...

    2020-11-09 11:58 Read 609 comment 0
  • 0930html会员注册页

    效果图 关键代码 用户注册 ...

    2020-10-01 07:45 Read 608 comment 0
  • js事件解决生发问题

    1 效果 2 代码let secret = document.querySelector(".container > p > strong"); onClickDoing = (ev) => { switch (ev.targ...

    2020-11-06 10:40 Read 601 comment 0