摘要: SELECT CASE WHEN col.colorder = 1 THEN obj.name ELSE '' END AS 表名, col.colorder AS 序号 , col.name AS 列名 , ISNULL(ep.[value], '') AS 列说明 , t.name AS 数据类 阅读全文
posted @ 2017-12-06 13:57 yangjingblog 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: 在IE/FF下没有该错误提示,但在Chrome下命令行出现如下错误信息: Failed to load resource: net::ERR_CACHE_MISS 该问题是Chrome浏览器开发工具的一个bug,看起来和缓存有关,已提交到Chrome问题系统中,不影响正常使用,可忽略。 或者在打开开 阅读全文
posted @ 2017-11-27 15:32 yangjingblog 阅读(4125) 评论(0) 推荐(1) 编辑
摘要: <label id="ttile"></label> document.getElementById('ttile').innerText=""; <div id="test"></label> document.getElementById('test').innerHTML=""; 阅读全文
posted @ 2017-09-19 13:14 yangjingblog 阅读(448) 评论(0) 推荐(0) 编辑
摘要: //发送验证码 string param = "action=send&userid=****&account=******password=***&content=" + "【签名】+内容+ "&mobile=" 手机号 "&sendtime="; if (CheckBox1.Checked)// 阅读全文
posted @ 2017-09-19 13:03 yangjingblog 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 首先查看你iis下网站是不是匿名访问,在win+r下运行comexp.msc -32 找到excel applcation 并给予匿名权限和everyone权限 标识选择交互式用户,最后重新启动DTC即可。 阅读全文
posted @ 2017-06-14 16:14 yangjingblog 阅读(934) 评论(0) 推荐(0) 编辑
摘要: public class WeiXinHelper { public static string Appid = "wx5ece27e2ef696061"; public static string appsecret = "191fe9cd4855432e380d5e29642760a7"; // 阅读全文
posted @ 2017-06-06 16:14 yangjingblog 阅读(480) 评论(0) 推荐(0) 编辑
摘要: .... UsersManage userbll = new UsersManage(); UsersModels usermodel = new UsersModels(); public void ProcessRequest(HttpContext context) { string toke 阅读全文
posted @ 2017-06-06 16:13 yangjingblog 阅读(2551) 评论(0) 推荐(0) 编辑
摘要: wx.config({ //debug: true, debug: true, appId: '<%= appId %>', timestamp: '<%= timestamp %>', nonceStr: '<%= nonceStr %>', signature: '<%=signature %> 阅读全文
posted @ 2017-06-06 16:10 yangjingblog 阅读(1104) 评论(0) 推荐(0) 编辑