匠心不改,精益求精!
[ 登陆 - 注册 ]

相关分类

欢迎 小蝌蚪加大 的加入!

<a href="javascript:;" downloadFile(url, fileName)>下载</a>a 标签download属性被限制修改<script type="text/javascript"> function

<script>         $(function(){             var button = $

  <!--我是父盒子--> <div class="father_box"> <!--三个子盒子-->   <div class="son_box1">普通盒子甲</div>   

删除php禁用函数proc_open 就可以了

 .disabled { pointer-events: none; }<span class="disabled ">点击失效</span>

根目录创建 .env文件写入APP_DEBUG = true即可

安装框架composer create-project topthink/think tp安装多应用模式扩展composer require topthink/think-multi-app删除 app 目录下的 controller 目录多应用模式部署后,记得删除app目录下的controller目录(系统

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900" />在需要引用的地方font-family: &quo

<div class="logos-swiper"> <div class="swiper-wrapper">     <div class="swiper-slid

配置文件路径指定runtime文件夹里的文件都不上传

头部增加<meta name="format-detection" content="telephone=no" />禁止识别手机号<meta name="format-detection" content="telephone=no"&nb

示例1:求两个数组笛卡尔积假如有两个数组,求笛卡尔积,其基本思路是这样的:在遍历一个数组的同时,遍历另一个数组,然后把元素拼接,放到新数组。      /*方式一:两个数组求笛卡尔积*/         var&nbs

<!DOCTYPE HTML> <html> <head>   <meta charset="UTF-8">   <title>商品SKU选择DEMO</title&

https://photoswipe.com/styling/html直接调用<!DOCTYPE html> <html>   <head>     <title>Test Galler

第一种$("<img/>") // Make in memory copy of image to avoid css issues  在内存中创建一个img标记   &nbs

修改3个位置第一个\ueditor1.4.3.3\dialogs\image\image.js在722行左右,可搜索 _this.imageList.push(json); _this.imageList.push(json); 改成_this.imageList[$file.index()] = json;第2个778行左右,

//保留textarea格式 //$str 文本字符串 function textPre($str){ $str = str_replace("\r\n",'<br/>',$str); $str = str_replace("&n

主要实现代码<?php namespace tool\emai; use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; class Email {  

两种函数对this的解释是不同的。箭头函数() => {} 的this与父函数相同,function() {} 的this是自身的

1状态管理ps:状态管理事实上就是一个容器,可以存储一些常用的变量和函数,有数据持久化的特性import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) c