好脑子不如烂笔头

看完之后及时的巩固和做好笔记,以后温习很方便

09 2017 档案

解决ps不能直接把文件拖进去的问题
摘要:在运行里输入regedit,然后确定,在里面按照HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > Policies > System这个步骤找到EnableLUA,双击将1改成0,然后重启。 阅读全文

posted @ 2017-09-07 18:04 tank&? 阅读(4458) 评论(0) 推荐(0)

图片上传js
摘要:var imgURL; function getImgURL(node) { try{ var file = null; if(node.files && node.files[0] ){ file = node.files[0]; }else if(node.files && node.files 阅读全文

posted @ 2017-09-01 13:59 tank&? 阅读(190) 评论(0) 推荐(0)