10 2017 档案
摘要:1启用Ubuntu root用户: sudo passwd root 设置root密码(设置一次以后不需要使用) su root 切换到root用户 2禁用Ubuntu root 用户: sudo passwd -l root (禁用root 密码不会修改) sudo passwd -u root
阅读全文
摘要:// 数据 var data = [{ Title: "百度一下", href: "http://www.baidu.com", imgSrc: "1.jpg" }]; var template = document.querySelector('#t...
阅读全文
摘要:多 选 按 钮 var dcm=document,domList=dcm.getElementsByTagName('input'),checkBoxList=[],len=domList.length; while(len--){ if(domList[len].type==='checkbox'){ checkBoxList.push(d...
阅读全文
摘要:FileReader 对象允许Web应用程序异步读取存储在用户计算机上的文件(或原始数据缓冲区)的内容, 使用 File 或 Blob 对象指定要读取的文件或数据。其中File对象可以是来自用户在一个<input>元素上选择文件后返回的FileList对象, 也可以来自拖放操作生成的 DataTra
阅读全文

浙公网安备 33010602011771号