Let's go
摘要: 简单的图片上传: 1.进入官网下载uploadify插件:http://www.uploadify.com/download/ 2.导入uploadify插件提供的css样式和类库: <link href="~/Content/uploadify/uploadify.css" rel="styles 阅读全文
posted @ 2018-07-02 15:56 chenze 阅读(172) 评论(0) 推荐(0) 编辑
摘要: datetimebox赋值或取值 $('#j_dateStart').datebox('setValue', ""); //赋予空值 $("#j_dateStart").datebox("getValue"); //获取值 <input class="easyui-datetimebox" name 阅读全文
posted @ 2018-06-29 17:08 chenze 阅读(1492) 评论(0) 推荐(0) 编辑
摘要: 1.直接进入官网:https://tortoisesvn.net/downloads.html 进行下载 2.下载中文版(拖动滚动条进行下载) 3.安装(一系列安装) 4.安装c#(vs)插件,可选择自己安装的版本进行下载安装 官网地址:https://www.visualsvn.com/visua 阅读全文
posted @ 2018-06-28 11:53 chenze 阅读(361) 评论(0) 推荐(0) 编辑
摘要: <1>localStorage 生命周期是永久,这意味着除非用户显示在浏览器提供的UI上清除localStorage信息,否则这些信息将永远存在。存放数据大小为一般为5MB,而且它仅在客户端(即浏览器)中保存,不参与和服务器的通信。 localStorage.setItem("key","value 阅读全文
posted @ 2018-06-28 08:44 chenze 阅读(227) 评论(0) 推荐(0) 编辑
摘要: <1> 通过id查找html元素 var x=document.getElementById("intro"); <2> 通过标签名查找html元素 var x=document.getElementById("main"); var y=x.getElementsByTagName("p"); v 阅读全文
posted @ 2018-06-28 08:38 chenze 阅读(237) 评论(0) 推荐(0) 编辑
有事您Q我