上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: config.SetDocumentationProvider(new XmlDocumentationProvider(HttpContext.Current.Server.MapPath("~/Help.XML"))); 阅读全文
posted @ 2014-09-17 14:06 Tony二师弟 阅读(161) 评论(0) 推荐(0) 编辑
摘要: when I upgrated my laptop's system to win8.*,I found it's hibernate when I clicked turn off button.but sometimes you need restart your computer.if you... 阅读全文
posted @ 2014-09-16 13:49 Tony二师弟 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 两次事故原因:第一次:本地调试时发出,发送短信的接口需要传一个接收者账户和接收者手机号码,在调试的时候我把接受者手机号码填自己的,然后接受者账户是真实的账户。在调试期间,去讨论别的问题了,我自己收到多条短信的同时,那些接受者账户也收到多条短信。短信接口会按着账户去查手机号码,如果接收者账户和接收者手... 阅读全文
posted @ 2014-09-11 10:09 Tony二师弟 阅读(361) 评论(0) 推荐(0) 编辑
摘要: if you send json data to mvc,how can you receive them and parse them more simply?you can do it like this: latestData = []; $('.s... 阅读全文
posted @ 2014-09-10 13:37 Tony二师弟 阅读(264) 评论(0) 推荐(0) 编辑
摘要: if you need append some string to element and need set some attribute on these string at the same time,you'b better use appendTo funtion.because you c... 阅读全文
posted @ 2014-09-10 11:00 Tony二师弟 阅读(138) 评论(0) 推荐(0) 编辑
摘要: if we received data like this:,"Date":"\/Date(1410969600000)\/",we can parse it like this:var t = eval('new ' + time.toString().replace(/\//g, ''));va... 阅读全文
posted @ 2014-09-10 09:35 Tony二师弟 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 每 自动更新 if youput these codes in the iframe,then iframe can refresh a... 阅读全文
posted @ 2014-09-02 13:28 Tony二师弟 阅读(400) 评论(0) 推荐(0) 编辑
摘要: some people said the change event of checkbox can not trigger in the ie7 or ie8,that's not true.this event can trigger in the ie7 or ie8 ,but you can ... 阅读全文
posted @ 2014-09-02 11:03 Tony二师弟 阅读(255) 评论(0) 推荐(0) 编辑
摘要: approach style="-moz-user-select:none;" onselectstart="javascript:return false;"onselectstart event is for ie 阅读全文
posted @ 2014-09-02 10:56 Tony二师弟 阅读(137) 评论(0) 推荐(0) 编辑
摘要: four approachs can cross domain in javascript1.jsonp2.document.domain(only in frame and they have one same parent domain)3.window.name4.window.postMes... 阅读全文
posted @ 2014-09-02 10:11 Tony二师弟 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页