上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 69 下一页
摘要: 找到dispatch: function (e) { e = b.event.fix(e); var n, r, i, s, o, u = [], a = d.call(arguments), f = (b._data(this, "events") || {})[e.type] || [], l = b.event.special[e.type] || {}; a[0] = e, e.delegateTarget = this; ... 阅读全文
posted @ 2014-04-09 13:50 zyip 阅读(562) 评论(1) 推荐(0) 编辑
摘要: http://xdmessaging.codeplex.com/http://www.codeproject.com/Articles/17606/NET-Interprocess-Communication 阅读全文
posted @ 2014-04-08 15:45 zyip 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Should my database calls be Asynchronous?http://blogs.msdn.com/b/rickandy/archive/2009/11/14/should-my-database-calls-be-asynchronous.aspxhttp://msdn.microsoft.com/zh-cn/library/ee728598(v=vs.100).aspx 阅读全文
posted @ 2014-04-04 17:28 zyip 阅读(200) 评论(0) 推荐(0) 编辑
摘要: function: public static dynamic GetAppSecret() { //string[] result = new string[] { "", "" }; dynamic result = new System.Dynamic.ExpandoObject(); result = new { appid="appid", appSecret = "appSecret" }; return result; }if you want to use t... 阅读全文
posted @ 2014-04-03 17:00 zyip 阅读(324) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-04-03 09:17 zyip 阅读(0) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/riverlau/article/details/74764491. 使用rownumber给view加上一个标示列SELECT ROW_NUMBER() OVER (ORDER BY appid) AS id, *FROM (SELECT appid, 'NewsLetterService:' + CONVERT(nvarchar(8), id) AS moduleID, ServiceName AS moduleName FROM NewsLetterSe... 阅读全文
posted @ 2014-04-01 08:53 zyip 阅读(350) 评论(0) 推荐(0) 编辑
摘要: http://www.bootcss.com/p/bootstrap-wysiwyg/ 阅读全文
posted @ 2014-03-24 14:48 zyip 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1. powershellShutdown-computer –computername (gc c:\temp\serverlist.txt) –force –throttlelimit 10http://blogs.technet.com/b/heyscriptingguy/archive/2011/04/01/scripting-wife-uses-powershell-to-shut-down-computers.aspx2.C#get computers from ouhttp://stackoverflow.com/questions/5161157/get-computer-fr 阅读全文
posted @ 2014-03-21 15:25 zyip 阅读(233) 评论(0) 推荐(0) 编辑
摘要: https://github.com/aui/artTemplate 阅读全文
posted @ 2014-03-13 16:00 zyip 阅读(150) 评论(0) 推荐(0) 编辑
摘要: http://getbootstrap.com/javascript/#carouselhttp://owlgraphic.com/owlcarousel/#demohttps://www.mobify.com/mobifyjs/modules/carousel-examples/http://jquery-plugins.net/owl-carousel-touch-enabled-and-responsive-jquery-carousel-sliderhttp://www.caincode.com/bootstrap-make-the-carousel-swipeable-on-mobi 阅读全文
posted @ 2014-02-27 22:27 zyip 阅读(487) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 69 下一页