Blogger Information
遗忘了寂寞
Blog
34
fans
2
comment
0
visits
23174
integral:0
P beans:74
  • List of blog posts
  • 11月28号 创建数据库读写操作类

    类与对象

    2019-11-28 14:01 Read 620 comment 0
  • 11月27号作业,类和对像

    命名空间namespace 创建类 class

    2019-11-27 14:46 Read 497 comment 0
  • 11月23号作业 SESSION实战

    SESSION实战index.php

    2019-11-23 21:19 Read 604 comment 0
  • 11月22号作业 PDO操作数据库,增删查改

    PDO连接数据库

    2019-11-22 11:28 Read 752 comment 0
  • 11月21号 SQL语句

    1、创建表 2、SQL语句2.1、插入数据INSERT INTO `gdtype` (`code`,`name`,`gdtypeid`,`unit`,`sprice`,`price`)VALUES('K003','中学作品集',1,'本',50,30...

    2019-11-21 10:20 Read 499 comment 0
  • 11月18号 POST传值

    姓名:

    2019-11-19 09:16 Read 503 comment 0
  • php基础 流程控制,循环

    实例data.php

    2019-11-16 12:53 Read 582 comment 0
  • PHP基础——PHP数组

    实例$arr = array(     array(         'name' ...

    2019-11-14 08:59 Read 596 comment 0
  • PHP基础第二课

    实例

    2019-11-13 16:40 Read 459 comment 0
  • 第一课 PHP是什么

    PHP即“超文本预处理器”,是一种通用开源脚本语言。PHP是在服务器端执行的脚本语言 主要特点(一)开源性和免费性由于PHP的解释器的源代码是公开的,所以安全系数较高的网站可以自己更改PHP的解释程序。另外,PHP 运行环境的使用也是免费的。(二)快...

    2019-11-12 18:16 Read 668 comment 0
  • 1108作业

    phpcnUI用户手册首页弹性布局改造 phpcnUI用户手册

    2019-11-09 09:51 Read 888 comment 0
  • 1107作业

    手机页面部分代码 最新更新

    2019-11-08 19:29 Read 741 comment 0
  • 前端学习实战案例11-06

    手机页面 ...

    2019-11-07 16:12 Read 631 comment 0
  • Flex项目属性

    Flex项目属性1、order 定义项目排列顺序,索引越小超靠前,默认为02、flex-grow 定义项目的放大比例,默认为0表示不放大, 即就算存在剩余空间也不放大增长因子使用场景: 弹性元素设置了自定义宽度弹性容器设置了自定义宽度弹性元素总宽度...

    2019-11-06 14:50 Read 890 comment 0
  • 弹性盒布局之弹性容器

    弹性容器:弹性容器:弹性容器分为二种:display: flex: 块级弹性容器display: inline-flex: 行内块级弹性容器弹性容器常用属性1、弹性元素在主轴上排列方向:flex-directionflex-direction:row...

    2019-11-05 19:27 Read 1381 comment 0