Blogger Information
昔年
Blog
24
fans
0
comment
0
visits
18775
integral:0
P beans:50
  • List of blog posts
  • composer常用命令

    1.composer安装https://docs.phpcomposer.com/00-intro.html#Installation-Windows下载安装就行,Windows要配置环境变量安装后在cmd命令行输入composer出现如下界面则安装...

    2020-05-18 17:27 Read 651 comment 0
  • flex布局知识

    display属性flex:创建flex块级容器inline-flex:创建flex行内容器       /* 容器 */     ...

    2020-04-13 21:51 Read 651 comment 0
  • 数组遍历与数组函数

    一、数组遍历$arr = [     ['id' => '1020','name'=>'小明','...

    2020-04-25 21:39 Read 631 comment 0
  • HTML基础知识2

    0403 html基础知识 21. 语义化结构元素 ‘ - ‘ :划分段落‘‘:页眉‘‘:主体‘‘ :区块‘‘ : 导航‘‘ : 通用容器 2. 语义化的文本元素 ‘‘,’&l...

    2020-04-04 17:11 Read 530 comment 0
  • css元素与元素框,元素的显示方式,媒体查询

    css层叠样式表元素与元素框http://182.92.4.86:90/0405/demo1.html置换元素:元素框中的内容由外部引入,如img,input非置换元素:元素框中的内容由用户输入,如p,div元素类型块级元素:默认占元素框中的一行,如...

    2020-04-07 14:20 Read 527 comment 0
  • 函数类型、返回值以及参数

     1 . 类型    自定义函数:用户根据业务需求创建    系统函数:也叫预定义函数,不必声明直接调用    ...

    2020-04-21 22:17 Read 514 comment 0
  • css选择器

    简单选择器权重:标签

    2020-04-07 17:21 Read 441 comment 0
  • HTML 按钮、下拉列表、文本域、表单域

    表单 登录/注册                      ...

    2020-04-06 14:54 Read 417 comment 0
  • css 框模型相关知识

    元素框content内容区padding内边距border边框margin外边距2.横向格式化         div {    ...

    2020-04-12 12:26 Read 340 comment 0