- 昵称:51助手
- 博龄:6年2个月29天
- 粉丝:122
- 关注:108
- +关注
搜索
文章分类
博客档案
pass
摘要:----------------------------------------------------------------------------------------------------------------------------------------------------------------
限制el-input输入为整数
摘要:<el-input v-model="scope.row.sort" @change="scope.row.sort = parseInt(scope.row.sort,10)||0" ></el-input>
ueditor1.5.0
摘要:下载地址https://github.com/fex-team/ueditor不过github下载来的的文件是开发文件,还要自已手动打包,其中还少了php文件 这B玩意,不能做到人性化一点打包好的ueditor1.5.0.zip使用demo示例:<!DOCTYPE HTML PUBLIC&nb
js图片点击预览
摘要:<html> <body> <button onclick="imagePreview('http://www.51c-dev.com/upload/20250109/677fadf670fe1.jpg')">查看</but
element ui el-image 动态预览图片
摘要:实现目标:点击图标预览指定的图片默认需要使用el-image 标签点击图片才可以预览图片<el-image :src="url" :preview-src-list="srcList" :initial-index="4"&
鼠标框选元素
摘要:js//selArea 指定框选范围 id initSelection = function(config) { selectionConfig = config; &nb
如何让浏览器不缓存js与css文件
摘要:配置服务器响应头:通过配置服务器响应头,如Cache-Control、Expires和ETag,可以控制浏览器对资源的缓存行为。在Apache服务器上,可以在.htaccess文件中添加如下内容:apache<FilesMatch ".(js)$"> Header&n
css grid布局
摘要:https://blog.csdn.net/qq_18798149/article/details/133872183
js格式化 php时间戳
摘要:时间格式化time 为php秒级时间戳format 为时间格式function timeFormat(time, format = 'Y-m-d H:i:s') { if (isNaN(time) ||
tp6 apache 配置伪静态 No input file specified.
摘要:官网提供的,发现报错 No input file specified.<IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine&nbs