2019年11月6日

日期处理时间

摘要: 在添加日期是 如果不想要时间 就在想要展现的时间后面加 { field: 'SEOTitle', title: 'SEOTitle' }, { field: 'SEOKeywords', title: 'SEOKeywords' }, { field: 'SEODescription', title 阅读全文

posted @ 2019-11-06 16:00 透明的鱼! 阅读(102) 评论(0) 推荐(0)

上传图片取值

摘要: 图片取值得做一个处理 //new一个新的FormData var imgData = new FormData(); var files = document.getElementById('FListImg'); var file = files.files[0];//files 不存在 imgD 阅读全文

posted @ 2019-11-06 10:03 透明的鱼! 阅读(278) 评论(0) 推荐(0)

上传图片,点击触发隐藏得file

摘要: 编辑一个div 将其宽高设定好 给其背景颜色 div class="form-group"> <label class="col-sm-2 control-label">上传图片</label> <div class="col-sm-10"> <div id="upimg" style="width 阅读全文

posted @ 2019-11-06 09:55 透明的鱼! 阅读(807) 评论(0) 推荐(0)

ashx 图片上传路径URL

摘要: ashx 图片上传 为了方便多出调用图片上传方法 首先我们将图片上传方法抽离出来 创建ashx 一个新的方法 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imag 阅读全文

posted @ 2019-11-06 09:33 透明的鱼! 阅读(404) 评论(0) 推荐(0)

bootstrap-wysihtml5 ckeditor 修改富文本编辑器可以上传图片

摘要: bootstrap-wysihtml5 ckeditor 修改富文本编辑器可以上传图片 bootstrap-wysihtml5实际使用内核为ckeditor 故这里修改ckeditor即可 1、找到ckeditor文件夹内image.js 并打开 路径为 ckeditor\plugins\image 阅读全文

posted @ 2019-11-06 09:31 透明的鱼! 阅读(611) 评论(0) 推荐(0)

bootstrap富文本

摘要: 先把设定富文本框架 先去AdminLET官网下载一个AdminLET源码 在将需要的框架复制过来 <div class="form-group"> <label class="col-sm-2 control-label">内容简介</label> <div class="col-sm-10"> < 阅读全文

posted @ 2019-11-06 09:30 透明的鱼! 阅读(1664) 评论(0) 推荐(0)

导航