04 2018 档案
vscode_sync
摘要:c4b59401da6220dea948bf957069c80e31a9c972 阅读全文
posted @ 2018-04-26 15:25 webstrom10 阅读(115) 评论(0) 推荐(0)
外国it视频教学文件
摘要:https://www.webucator.com/ 计算客https://www.jisuanke.com/ 阅读全文
posted @ 2018-04-13 11:25 webstrom10 阅读(121) 评论(0) 推荐(0)
关于登录状态,后台应该另外做一个接口来决定是否登录
摘要:function isUserLogin() { var isLogin = false; $.ajax({ type:"POST", url:domain+"/isuserlogin.html", async : false, success:function(data){ if(data.suc 阅读全文
posted @ 2018-04-11 18:05 webstrom10 阅读(149) 评论(0) 推荐(0)
判断浏览器信息
摘要:<script type="text/javascript"> var memberId = 0; <#if Session.memberSession??> <#assign user = Session.memberSession.member> <#if user??> memberId = 阅读全文
posted @ 2018-04-11 17:39 webstrom10 阅读(165) 评论(0) 推荐(0)
file控件预览
摘要://files的预览 getObjectURL(file) { var url = null; if (window.createObjectURL != undefined) { // basic url = window.createObjectURL(file); } else if (win 阅读全文
posted @ 2018-04-11 16:06 webstrom10 阅读(104) 评论(0) 推荐(0)