08 2018 档案
摘要:1.下载安装tomcat 2.在webapps文件夹放入 项目文件夹 3.通过 IP端口访问 4.在 conf 文件夹 的 server.xml设置 端口 5.参照 已经上传 文件 里
阅读全文
摘要:$('.selectedWork .orderSelect .orderItem').click(function () { var $this = $(this); $('.selectedWorkbtn').text($this.text()); $('.selectedWorkbtn').attr('value', $this.text(...
阅读全文
摘要:$(document).ready(function(){}),或简写为$(function(){}),因为他会在页面的dom元素加载完毕后就执行, 而无需等到图片或其他媒体下载完毕. 但是有时候确实我们有需要等到页面的所有东西都加载完后再执行我们想执行的函数,所以是该使用$(window).loa
阅读全文
摘要:https://www.cnblogs.com/zhangdiIT/p/7895903.html 原地址 function(){ var url = "static/img/js1.jpg";//这是站内的一张图片资源,采用的相对路径 convertImgToBase64(url, function
阅读全文
摘要:var studenArray =new Array(); $(".input_check").click(function(){ //点击input var inputcheck=$(this).attr("personid")+'#'+$(this).parents("tr").find("td
阅读全文
摘要:三元运算符判断: result.planStatus是ajax 返回值 "<td class='planStatus'>"+(result.planStatus=='0'?'未开始':result.planStatus=='1'?'进行中':'已结束')+"</td>"+
阅读全文
摘要:全选 全选 选项一 选项二 选项三 选项四
阅读全文
摘要:图片上传后把获取 <input type="file"> 的值转成base64格式: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>图片转base64</title></head><body> <input t
阅读全文

浙公网安备 33010602011771号