04 2014 档案

摘要:http://www.onlinevideolecture.com/computer-science/nptel-iit-delhi/data-structures-and-algorithms/?course_id=163http://nptel.ac.in/video.php?subjectId... 阅读全文
posted @ 2014-04-29 15:47 zyip 阅读(229) 评论(0) 推荐(0) 编辑
摘要:.replace(/{id}/g, '_' + counter); 阅读全文
posted @ 2014-04-29 13:58 zyip 阅读(345) 评论(0) 推荐(0) 编辑
摘要:http://getbootstrap.com/examples/starter-template/ Email Password d... 阅读全文
posted @ 2014-04-28 22:47 zyip 阅读(501) 评论(0) 推荐(0) 编辑
摘要:http://designinstruct.com/roundups/html5-frameworks/ 阅读全文
posted @ 2014-04-28 21:33 zyip 阅读(93) 评论(0) 推荐(0) 编辑
摘要:You need to handle theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This article really helped me:http://bytes.com/forum/th... 阅读全文
posted @ 2014-04-27 15:22 zyip 阅读(240) 评论(0) 推荐(0) 编辑
摘要:1. Try Dim rptDoc As New CrystalDecisions.CrystalReports.Engine.ReportClass() Dim rptView As New CrystalDecis... 阅读全文
posted @ 2014-04-24 17:09 zyip 阅读(538) 评论(0) 推荐(0) 编辑
摘要:if (System.IntPtr.Size==4) { Console.WriteLine("32bit os"); } if (System.IntPtr.Size == 8)... 阅读全文
posted @ 2014-04-24 10:58 zyip 阅读(188) 评论(0) 推荐(0) 编辑
摘要://1$("#Provider_" + counter + " option[value=" + FormData.ID + "]").attr('selected', 'selected');//2 $("#Provider_" + counter + " option").fil... 阅读全文
posted @ 2014-04-23 11:30 zyip 阅读(150) 评论(0) 推荐(0) 编辑
摘要:http://www.mapr.com/http://hortonworks.com/hdp/downloads/http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-... 阅读全文
posted @ 2014-04-21 19:17 zyip 阅读(150) 评论(0) 推荐(0) 编辑
摘要:m1.jsdefine('mysea/m1',['mysea/m3','mysea/fun1'],function(require,b,module){ var fun1=require('mysea/fun1'); console.log(xyz); // the variable x... 阅读全文
posted @ 2014-04-18 09:54 zyip 阅读(188) 评论(0) 推荐(0) 编辑
摘要:add referenceSystem.IO.Compression.FileSystem public class ZipHelper { public static string UnZip(string inputFile) { s... 阅读全文
posted @ 2014-04-17 09:35 zyip 阅读(564) 评论(0) 推荐(0) 编辑
摘要:download ICSharpCode and add referenceusing System;using System.Collections.Generic;using System.Text;using System.IO;using ICSharpCode.SharpZipLib.Zi... 阅读全文
posted @ 2014-04-17 09:28 zyip 阅读(539) 评论(0) 推荐(0) 编辑
摘要:http://technet.microsoft.com/en-us/library/cc753510(WS.10).aspx 阅读全文
posted @ 2014-04-15 15:25 zyip 阅读(194) 评论(0) 推荐(0) 编辑
摘要:JSON.stringify(_json) 阅读全文
posted @ 2014-04-10 13:25 zyip 阅读(186) 评论(0) 推荐(0) 编辑
摘要:C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Extensions 阅读全文
posted @ 2014-04-10 10:14 zyip 阅读(232) 评论(0) 推荐(0) 编辑
摘要:http://www.jetbrains.com/webstorm/download/download_thanks.jsp?os=win 阅读全文
posted @ 2014-04-10 08:56 zyip 阅读(118) 评论(0) 推荐(0) 编辑
摘要:找到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 阅读(565) 评论(1) 推荐(0) 编辑
摘要:http://xdmessaging.codeplex.com/http://www.codeproject.com/Articles/17606/NET-Interprocess-Communication 阅读全文
posted @ 2014-04-08 15:45 zyip 阅读(250) 评论(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 阅读(326) 评论(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 阅读(351) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示