上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 69 下一页
摘要: http://getbootstrap.com/examples/starter-template/ Email Password d... 阅读全文
posted @ 2014-04-28 22:47 zyip 阅读(507) 评论(0) 推荐(0)
摘要: http://designinstruct.com/roundups/html5-frameworks/ 阅读全文
posted @ 2014-04-28 21:33 zyip 阅读(99) 评论(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 阅读(246) 评论(0) 推荐(0)
摘要: 1. Try Dim rptDoc As New CrystalDecisions.CrystalReports.Engine.ReportClass() Dim rptView As New CrystalDecis... 阅读全文
posted @ 2014-04-24 17:09 zyip 阅读(553) 评论(0) 推荐(0)
摘要: if (System.IntPtr.Size==4) { Console.WriteLine("32bit os"); } if (System.IntPtr.Size == 8)... 阅读全文
posted @ 2014-04-24 10:58 zyip 阅读(193) 评论(0) 推荐(0)
摘要: //1$("#Provider_" + counter + " option[value=" + FormData.ID + "]").attr('selected', 'selected');//2 $("#Provider_" + counter + " option").fil... 阅读全文
posted @ 2014-04-23 11:30 zyip 阅读(154) 评论(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 阅读(155) 评论(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 阅读(193) 评论(0) 推荐(0)
摘要: add referenceSystem.IO.Compression.FileSystem public class ZipHelper { public static string UnZip(string inputFile) { s... 阅读全文
posted @ 2014-04-17 09:35 zyip 阅读(572) 评论(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 阅读(546) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 69 下一页