240 发简信
IP属地:河北
  • mysql外键约束

    cascade(级联) 在主表上update记录时,同步update子表对应的字段。在主表删除记录时,子表对应记录删除 No action、Re...

  • cookie使用

    cookie 存储于客户端(用户浏览器) setCookie(name,value,expire,path,domain,secure,http...

  • 哀悼日代码

    标签插入如下代码 style="filter: grayscale(100%); -webkit-filter: grayscale(10...

  • Resize,w 360,h 240
    composer使用

    一、下载包 1、执行 composer require packageName2、设置composer.json 执行 composer ins...

  • Resize,w 360,h 240
    git 使用

    一、本地操作: git init:初始化本地库git status:查看工作区、暂存区的状态git add <file name>:将工作区的文...

  • javascript模块化

    1、基于 commonjs //向外暴露变量 module.js文件(两种方式) module.exports={a:"string",fun:...

  • 几个php内置接口Countable

    Countable接口 类实现Countable 接口,类实例就可以用count()函数 特别注意:类中必须有count公共方法,否则会报错。...

  • Resize,w 360,h 240
    elasticsearch安装配置

    安装 elastic官网下载最新版https://www.elastic.co/cn/downloads/elasticsearch 安装jav...