03 2022 档案
摘要:日期转换为时间戳 $date="2013-10-01 12:23:14"; dump(strtotime($date)); //=>1380601394{$date|date="y-m-d",###} //=>2013-10-01 时间戳 转换为日期 去除时间的时分秒:{$vo.update_tim
阅读全文
摘要:前言 vuex的具体使用教程查看官网文档 https://vuex.vuejs.org/zh/installation.html,这里只是记录一下vuex在项目中具体的使用 简单集成过程 创建vuex模块文件 在项目的 src/ 目录下创建 【store】文件夹,并在 src/store/ 目录下创
阅读全文
摘要:第一步:使用composer安装phpmailer composer require phpmailer/phpmailer 或者在composer.json文件中的require添加 第二步:common.php写个发送邮件的函数 /** * 系统邮件发送函数 * @param string $t
阅读全文
摘要:一、动态时间 1.setInterval() 实现 html部分: <head> <meta charset="UTF-8"> <title>Document</title> <style> div{ width: 300px; height: 50px; color: orange; line-h
阅读全文
摘要:结合网上诸多无效方法,整理如下 注意是vue安装,不是npm!!! vue add style-resources-loader 安装过程中选择less 修改根目录 vue.config.js 的patterns参数 const path = require("path"); module.expo
阅读全文
摘要:解决了下划线后,鼠标点击可以跳转到对应的文件 Running webpack configuration improves coding assistance but may execute potentially malicious code. Skip running if you don't
阅读全文
摘要:function zoomtale(){ /** * div 比例缩放 */ var tablediv_width=$(".resizeDiv").find(".layui-table-body.layui-table-main").eq(0).find("table").eq(0).find("t
阅读全文