只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-06-08 13:46 mysuper 阅读(1) 评论(0) 推荐(0) 编辑
摘要: classVo in item.CaseStudyClassVos 后面加上 track by $index 阅读全文
posted @ 2017-06-06 10:51 mysuper 阅读(152) 评论(0) 推荐(0) 编辑
摘要: SET ROWCOUNT 1WHILE 1=1BEGIN DELETE FROM [dbo].[Demo] WHERE [Id] IN ( select d1.Id from [Demo] d1 where exists (select 1 from [Demo] d2 where d1.[EId] 阅读全文
posted @ 2017-04-18 13:03 mysuper 阅读(250) 评论(0) 推荐(0) 编辑
摘要: html: <OBJECT id="WebBrowser" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0" width="0" VIEWASTEXT></OBJECT> <!--startprint--> <div st 阅读全文
posted @ 2017-02-09 16:40 mysuper 阅读(4493) 评论(0) 推荐(0) 编辑
摘要: 父子之间 $scope.$emit("ss", { ss:true; }); 孩子这边: $scope.$on('ss', function (event, data) { $scope.ss= data.ss; }); 兄弟之间 $scope.$on('ping', function (event 阅读全文
posted @ 2017-01-03 16:04 mysuper 阅读(1677) 评论(1) 推荐(1) 编辑
摘要: 首先在NuGet添加AutoMapper 字段对应问题 阅读全文
posted @ 2016-12-14 14:57 mysuper 阅读(994) 评论(0) 推荐(0) 编辑
摘要: public Boolean IsMobileDevice() { string[] mobileAgents =new []{ "iphone", "android", "phone", "mobile", "wap", "netfront", "java", "opera mobi", "ope 阅读全文
posted @ 2016-11-11 17:22 mysuper 阅读(358) 评论(0) 推荐(0) 编辑
摘要: private List<string> GetMac() { List<string> macs = new List<string>(); try { var mc = new ManagementClass("Win32_NetworkAdapterConfiguration"); var m 阅读全文
posted @ 2016-08-20 15:33 mysuper 阅读(142) 评论(0) 推荐(0) 编辑
摘要: var readUrlToParams = function () { var url = location.href; var nameValue; var paraString = url.substring(url.indexOf("?") + 1, url.length).split("&" 阅读全文
posted @ 2016-07-13 15:51 mysuper 阅读(2445) 评论(0) 推荐(0) 编辑
摘要: 1,必须用服务号,开发--接口权限--网页服务--网页账号--绑定网站域名不要加http <div><a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=&redirect_uri=http%3a%2f%2fgs.zqn 阅读全文
posted @ 2016-06-13 15:00 mysuper 阅读(632) 评论(0) 推荐(0) 编辑