Blogger Information
default
Blog
26
fans
0
comment
0
visits
21529
integral:0
P beans:112
  • List of blog posts
  • 运算符与流程控制

    运算符1. 算术运算符 ++,—,只能用在变量上| 序号 | 运算符 | 示例 | 描述 || —— | ——— | —————- | ————————— || 1 | + | $a+$b ...

    2020-04-19 17:27 Read 689 comment 0
  • 数据库基础与常用操作

    数据库配置//数据库连接方式return[// 数据库连接类型 'type'=>$type ??'mysql',// 数据库默认主机 'host'=>$host ??'localhost',// 数据库名字 'db...

    2020-05-07 17:07 Read 675 comment 0
  • 将金额千分位转化成数字 插件

    var fmt = { /** * 将金额千分位转化成数字 * eg:num = 1,000 --- 1000 */ delectCommafy: function (num) { return n...

    2022-03-23 13:03 Read 670 comment 0
  • 用MySQLI 操作

    数据库连接namespace mysql_edu;use mysqli;$config = require __DIR__ . '/databases.php';//检测是否是个合法的数组//print_r(extract($config));ext...

    2020-05-08 17:37 Read 660 comment 0
  • 表格与表单

    表格元素-html中的表格 用table,colgroup,caption,thead,tfoot,tr,td 等元素来做表格,

    2020-04-05 14:23 Read 626 comment 0
  • 初识css

    作业链接:http://test.fmlove.top/zuoye/ css 是什么-就是网页的皮肤 元素框-网页中每个被叠起来的块就是元素框,框里面的东西就是元素-元素分为两大类 置换元素和非置换元素

    2020-04-06 13:53 Read 620 comment 0
  • 函数的理解应用

    函数语法1.函数的构成 函数分成三个部分1.fun1 是函数名2.$a,$b 参数3.return $a+$b; 函数的返回值 function fun1($a,$b){ //显式 return $a+$b; //隐式:结束大括号时...

    2020-04-21 14:02 Read 595 comment 0
  • 一组字符串出现了几次

    var str = 'jiksadsiadhiaosfdhasldp' var obj={} for(var i =0;i

    2022-02-24 14:37 Read 574 comment 0
  • 放大镜效果

    2022-03-04 17:01 Read 558 comment 0
  • html基本用法

    html是什么 理解了html中 head,bodyhtml的基本语法php中文网哈哈-常用标签的基本用法html中input标签的用法

    2020-04-02 22:22 Read 469 comment 0
  • 放大镜效果2 (这个有点问题)

    2022-03-04 17:52 Read 446 comment 0