Blogger Information
CY明月归
Blog
34
fans
0
comment
0
visits
24480
integral:0
P beans:94
  • List of blog posts
  • 包控制 -(一)composer

    (一)常用composer指令 安装:在php管理工具安装更新版本:在官网下载最新版composer.phar替换文件查看更新: (二)composer安装thinkphpcomposer create-project topthink/think...

    2022-05-07 10:39 Read 700 comment 0
  • 会话控制 -(一)COOKIE/SESSION

    COOKIE/SESSION原理: 作业:独立完成新用户注册的过程 ,并详细会话的完整流程,以及注意事项

    2022-05-05 08:06 Read 693 comment 0
  • JS框架 -(一)fetch async await 模块 npm

    作业内容:1. 实例演示fetch api, async,await的使用 // cps :尾部调用, 让用户产生一个错觉, 代码是同步执行,并不异步 // 异步操作:定时器, 文件操作, 网络操作 function ...

    2022-04-15 16:45 Read 674 comment 0
  • JS框架 -(三)vue实战,使用Vue重写购物车

    1. 将之前的原生购物车案例, 用计算属性或侦听器进行改写 app = { data() { return { price1: 100, num1: 1, ...

    2022-04-19 16:47 Read 594 comment 0
  • css-grid布局实战-选做作业

    练习 body { margin: 40px;}.title{ margin: 30px 130px;}.box { height: 235px;}.box .content { display: grid; background-c...

    2022-03-28 18:33 Read 562 comment 0
  • PHP基础 -(一)变量、函数、参数

    作业内容:将变量与函数的声明,使用与参数实例演示

    2022-04-20 18:11 Read 557 comment 0
  • PHP基础 -(二)分支与循环、php模板语法

    实例演示分支与循环

    2022-04-21 19:56 Read 549 comment 0
  • css-移动端布局-商品列表

    商品列表实战: 象有秘密 日式陶瓷... ...

    2022-03-30 19:41 Read 519 comment 0
  • css-grid布局实战

    完善课堂的案例,将右侧布局实现 练习的过程中,使用到grid布局与原始布局记录下练习的过程中使用有迷惑性需要反复练习的部分:1、place-content 所有项目在容器中的对齐,项目能使用剩余空间例如place-content: space...

    2022-03-27 21:30 Read 514 comment 0
  • JS框架 -(二)vue基础

    1. 实例演示vue常用术语,达到背诵级vue安装cdn方式 Hello World ...

    2022-04-16 21:13 Read 497 comment 0
  • markdown学习练习

    study markdown标题一级标题二级标题三级标题四级标题五级标题六级标题# level 1 headline## level 1 headline### level 1 headline##### level 1 headline######...

    2022-03-17 17:40 Read 453 comment 0
  • css基础-定位,模态框

    作业内容: 定位模态框 定位: /* 定位: 默认静态定位, static */ h1,h2{ border: 1px solid ; } ...

    2022-03-24 15:13 Read 450 comment 0
  • css-移动端布局-pxtorem与淘宝移动端实战

    作业内容: 总结出移动端布局的基本思路与三种视口之间的关系实战手机页面的基本整体架构:页眉,页脚,主体等 1、移动端布局1、通过设置viewport缩放来实现2、通过rem相对单位来实现DPR、rem都用到缩放因子来解决问题 2、rem与px详...

    2022-03-30 19:48 Read 429 comment 0
  • javascript-基础(八)轮播图,XHR

    作业内容:1: 实现鼠标悬停时自动停止播放, 离开时又自动播放 2[可选]: 给这个轮播图加上翻页按按钮,实现向前和向后翻页播放 实例        ...

    2022-04-12 19:22 Read 373 comment 0
  • javascript-基础(一)

    1. 实例演示常用函数类型//作用域: 块作用域,函数作用域, 代码成员的可见范围//常量、命名规则写法特点:必须是: 字母,数字, 下划线"_", "$"(四种),其它字符均是非法符号;首字母不得使用"数字" // 1. 命名函数 ...

    2022-04-01 19:28 Read 353 comment 0