上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: 新版小程序登录授权 2018年06月27日 14:28:46 江北晨 阅读数:3468更多 https://blog.csdn.net/qq_33388137/article/details/80828732 微信小程序:登录自动弹出用户授权96 疾风劲草ccy 2018.04.25 12:46 字 阅读全文
posted @ 2018-09-18 09:59 德丽莎·阿波卡利斯 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 无法获取openid的原因: 1.函数问题 2.参数问题,如:appsecret is invalid 等。 阅读全文
posted @ 2018-09-17 20:48 德丽莎·阿波卡利斯 阅读(1623) 评论(1) 推荐(0) 编辑
摘要: "短信发送成功", "-1" => "参数不全", "-2" => "服务器空间不支持,请确认支持curl或者fsocket,联系您的空间商解决或者更换空间!", "30" => "密码错误", "40" => "账号不存在", "41" => "余额不足", "42" => "帐户已过期", ... 阅读全文
posted @ 2018-09-12 18:22 德丽莎·阿波卡利斯 阅读(183) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-09-12 11:57 德丽莎·阿波卡利斯 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-09-12 11:24 德丽莎·阿波卡利斯 阅读(1) 评论(0) 推荐(0) 编辑
摘要: function check() { var result = true; $(".uploadfile").each(function () { if ($(this).val() == "") { alert("图片不能为空!"); //$('#from1').attr({ onsubmit: "return f... 阅读全文
posted @ 2018-09-01 14:56 德丽莎·阿波卡利斯 阅读(538) 评论(0) 推荐(0) 编辑
摘要: delegate string deleMethod(int a, string b); //声明一个函数 string method(int c, string d){ return c+d; } string method2(int c, string d){ return c*(int)d; } //1.通过函数名赋值 deleMethod A = method; A... 阅读全文
posted @ 2018-09-01 14:06 德丽莎·阿波卡利斯 阅读(78) 评论(0) 推荐(0) 编辑
摘要: js处理去掉富文本编辑的html,样式,只显示纯文字内容,以供列表页使用 https://blog.csdn.net/Lpandeng/article/details/78954310 阅读全文
posted @ 2018-08-31 16:14 德丽莎·阿波卡利斯 阅读(856) 评论(0) 推荐(0) 编辑
摘要: //使用a链接跳转存在延迟 返回列表 //使用onclick事件实现页面无卡顿跳转 返回列表 阅读全文
posted @ 2018-08-31 15:40 德丽莎·阿波卡利斯 阅读(217) 评论(0) 推荐(0) 编辑
摘要: private SelectList GetMenusTypes(string defaultType = "") { Dictionary dic_type = new Dictionary() { }; dic_type.Add("Website", "网站开发"); dic_type.... 阅读全文
posted @ 2018-08-31 11:38 德丽莎·阿波卡利斯 阅读(203) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页