上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 337 下一页
摘要:   http://www.west-wind.com/wconnect/webcontrols/progressBar.wcsx RadProgressBar int j = Textbox_InputText.Lines.Length; (ss.Items[1] as RadProgressBarElement).Maximum = j; int i; for (i = 0; i ... 阅读全文
posted @ 2009-09-21 22:05 emanlee 阅读(583) 评论(0) 推荐(0)
摘要:   PdfDocument inputDocument = PdfReader.Open(file.FullName, PdfDocumentOpenMode.Import); Cannot handle iref streams. The current implementation of PDFsharp cannot handle this PDF feature introd... 阅读全文
posted @ 2009-09-19 19:37 emanlee 阅读(1562) 评论(0) 推荐(0)
摘要: Open Source PDF Libraries in C# iTextSharp iTextSharp is a library that allows you to generate PDF files on the fly.   Report.NET Report.NET is a powerful library that will help you to gener... 阅读全文
posted @ 2009-09-19 09:17 emanlee 阅读(4261) 评论(0) 推荐(0)
摘要: 英语听力的技巧 短对话部分 短对话听力的一些原则 1. 推理原则:一般需对对话进行推理,故直接在对话中听到的一般不是正确答案。 2. 挫折原则:通常要办的事情都是不顺利的(如买东西买不到,订房间客满等) 3. 男女原则:一般男生比较衰,女生比较牛。男生提出的观点女生都是不同意或有不同看法的,反之女生提出的观点男生都是同意和赞赏的。 男生的特征:脏、乱、差、浪费、穷、小气、不良习惯、迟钝、不顾家 ... 阅读全文
posted @ 2009-09-15 19:36 emanlee 阅读(901) 评论(0) 推荐(0)
摘要: 一般来说,就是使用遍历的方法,判断每个Radio是否被选中,如果是,再取其值. 1:找出网页中所有控件的name为"rdPort" 的控件,再遍历判断 var ip=""; var rPort = document.all.rdPort; for(i=0;i<rPort.length;i++) { 阅读全文
posted @ 2009-09-12 11:49 emanlee 阅读(18841) 评论(0) 推荐(0)
摘要: 当导出Excel时,如果有合并单元格(不是人为设置的合并单元格,导出时系统自动产生的合并),单元格中的内容如果很长,而单元格的宽度或者高度不够时,内容会被遮挡(图1)。 设置CanGrow=True不能奏效(图3),设置AutoFit也不能奏效(图2)。 除非手工调整单元格的宽度或者高度,才能显示所有内容。 假如有成千上万行内容,手工调整是不切实际的。 图1 图2 图3 阅读全文
posted @ 2009-09-11 19:15 emanlee 阅读(2605) 评论(2) 推荐(0)
摘要: Windows中无法删除文件的解决办法 有时候我们在删除某个文件或文件夹时,系统提示无法删除,这确实令人十分头疼,现在我们就来看看解决的办法。 一、常规解决办法: 1.注消或重启电脑,然后再试着删除。 2 .进入“安全模式删除”。 3.在纯DOS命令行下使用DEL,DELTREE和RD命令将其删除。 4.如果是文件夹中有比较多的子目录或文件而导致无法删除,可先删除该文件夹中的子目录和文件,再删除文... 阅读全文
posted @ 2009-09-09 19:00 emanlee 阅读(902) 评论(0) 推荐(0)
摘要: Hi all, "Only export to PDF format from ReportViewer add-in"...Is this possible? Right now the reportviewer has two options of exporting the current report-Excel and PDF...Is it possible to... 阅读全文
posted @ 2009-09-09 19:00 emanlee 阅读(811) 评论(0) 推荐(0)
摘要: C# codes: public class DateComparer : IComparer {     public int Compare(object x, object y)     {         if ((x as RadDate).Date <... 阅读全文
posted @ 2009-09-04 13:06 emanlee 阅读(649) 评论(0) 推荐(0)
摘要: 1、缓存 对那些经常使用的数据和需要大量的时间来创建的数据可以存储在内存中,后来的请求直接使用,不需要在从新生成, 使用方法很简单: <%@OutputCache VaryByParams="none" Duration="120"%> 使用缓存的原则: 1)在页面中静态的内容和动态的内容分割开来。     ... 阅读全文
posted @ 2009-09-04 13:05 emanlee 阅读(277) 评论(0) 推荐(0)
上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 337 下一页