04 2014 档案
摘要:http://www.onlinevideolecture.com/computer-science/nptel-iit-delhi/data-structures-and-algorithms/?course_id=163http://nptel.ac.in/video.php?subjectId...
阅读全文
摘要:.replace(/{id}/g, '_' + counter);
阅读全文
摘要:http://getbootstrap.com/examples/starter-template/ Email Password d...
阅读全文
摘要:http://designinstruct.com/roundups/html5-frameworks/
阅读全文
摘要:You need to handle theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This article really helped me:http://bytes.com/forum/th...
阅读全文
摘要:1. Try Dim rptDoc As New CrystalDecisions.CrystalReports.Engine.ReportClass() Dim rptView As New CrystalDecis...
阅读全文
摘要:if (System.IntPtr.Size==4) { Console.WriteLine("32bit os"); } if (System.IntPtr.Size == 8)...
阅读全文
摘要://1$("#Provider_" + counter + " option[value=" + FormData.ID + "]").attr('selected', 'selected');//2 $("#Provider_" + counter + " option").fil...
阅读全文
摘要:http://www.mapr.com/http://hortonworks.com/hdp/downloads/http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-...
阅读全文
摘要:m1.jsdefine('mysea/m1',['mysea/m3','mysea/fun1'],function(require,b,module){ var fun1=require('mysea/fun1'); console.log(xyz); // the variable x...
阅读全文
摘要:add referenceSystem.IO.Compression.FileSystem public class ZipHelper { public static string UnZip(string inputFile) { s...
阅读全文
摘要:download ICSharpCode and add referenceusing System;using System.Collections.Generic;using System.Text;using System.IO;using ICSharpCode.SharpZipLib.Zi...
阅读全文
摘要:http://technet.microsoft.com/en-us/library/cc753510(WS.10).aspx
阅读全文
摘要:JSON.stringify(_json)
阅读全文
摘要:C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Extensions
阅读全文
摘要:http://www.jetbrains.com/webstorm/download/download_thanks.jsp?os=win
阅读全文
摘要:找到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; ...
阅读全文
摘要:http://xdmessaging.codeplex.com/http://www.codeproject.com/Articles/17606/NET-Interprocess-Communication
阅读全文
摘要: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
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文