Blogger Information
张浩刚
Blog
42
fans
5
comment
0
visits
38509
integral:0
P beans:97
  • List of blog posts
  • php类与对象

    1、命名空间namespace one;class name{}namespace two;class name{}// 同一个页面,可以多个命名空间,但最好用{}括起来namespace one{ class name{}}namespace...

    2019-11-27 16:06 Read 698 comment 0
  • post传值

    $_POST<...

    2019-11-19 15:29 Read 694 comment 0
  • Grid布局php中文网 电脑端首页,由于php开学,暂停

    实例          

    2019-11-13 16:23 Read 689 comment 0
  • HTML元素标签等

    HTML是超文本标记语言。HTTP是超文本传输协议。1、导航列表,链接,图片     

    2019-10-30 14:05 Read 683 comment 0
  • php 常量,数据类型,判断,比较 运算符

    1、php常量 definea.常量声明后,不允许改变。b.常量最好使用 大写。实例define('常量名','常量值'); define('NAME','php中文网') define...

    2019-11-13 15:42 Read 674 comment 0
  • 第二周小结:道之所在,虽千万人吾往矣

    phpui手册:手机端,电脑端小变动        &nb...

    2019-11-10 21:46 Read 667 comment 0
  • 本地开发环境配置

    本地环境配置

    2019-10-29 11:29 Read 655 comment 0
  • 1216:Javascript基础

    //变量var a = '张明轩';console.log(a);//for循环for(var i=0;i

    2019-12-17 16:30 Read 651 comment 0
  • php 终于等到你了

    听说:“php是世界上最好的编程语言”实例运行实例 »点击 "运行实例" 按钮查看在线实例php注释# // 单行注释/**/  多行注释php变量$ 声明一个变量变量不能以数字,特殊字符开头,不要使用无意义的变量实例...

    2019-11-12 16:00 Read 621 comment 0
  • mvc ,流程顺了,还是手生

    model.php

    2019-12-06 16:31 Read 619 comment 0
  • css弹性布局一

    弹性容器分为:display:flex; /*块级弹性容器*/ display:inline-flex; /*行内弹性容器*/1、flex-direction 弹性元素在弹性容器主轴上的排列方向,拉伸以适应容器flex-direc...

    2019-11-05 17:37 Read 611 comment 0
  • php数组

    1、数组两种方式$arr = array( );     $arr1 = [ ];2、打印数组print_r( $arr ...

    2019-11-14 14:57 Read 560 comment 0
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!