c#实现pdf另存为功能/// /// PDF另存为效果/// /// PDF文件名///
另存结果文件名public static void PDFSaveAs(String fileName, string saveFileName){
Acrobat.CAcroPDDoc pdfDoc ...
分类:
其他好文 时间:
2014-05-01 20:21:59
阅读次数:
520
C#冒泡排序,转载自:http://bbs.it-home.org/forum-net-2.html不多解析自己看去吧using
System;using System.Collections.Generic;using System.Linq;using
System.Text;namespace...
分类:
其他好文 时间:
2014-05-01 20:17:35
阅读次数:
348
The well-armed problem-finder/solver is fluent
in many mental languages and is able to use them interchangeably to record
information, communicate wit...
分类:
其他好文 时间:
2014-05-01 20:13:44
阅读次数:
433
切换网页皮肤:html片段: 蓝色 紫色 红色 天蓝色 ...
分类:
Web程序 时间:
2014-05-01 20:10:58
阅读次数:
490
在表单中输入数据提交时提示invalid field value for
field"product.sale
Date".(product.sale是文本框的名字,Date是其数据类型)原因:输入数据的格式错误。希望:将提示改为,如:“格式错误,请输入正确的格式”。方法:使用国际资源,PS:国际资...
分类:
其他好文 时间:
2014-05-01 20:09:45
阅读次数:
281
html css:#inputSearch { border: 1px solid #BABEBF;
color: #999999; font-size: 14px; hei...
分类:
Web程序 时间:
2014-05-01 20:01:58
阅读次数:
444
好了,还是由于工作需要
要登录一个网站并且模拟点击下载某些东西原理就是先对一个地址(地址是用户名和密码输入框所在的form的action对应的页面)进行POST提交用户名和密码(不考虑验证码,当然验证码也可以破解),用一个CookieContainer保持Response的cookie,保证了每次请...
分类:
Web程序 时间:
2014-05-01 19:59:22
阅读次数:
530
我们知道,JavaScript中检测对象类型的运算符有:typeof、instanceof,还有对象的constructor属性: 1) typeof 运算符
typeof 是一元运算符,返回结果是一个说明运算数类型的字符串。如:"number","string","boolean","object...
分类:
编程语言 时间:
2014-05-01 19:46:51
阅读次数:
399
>原文标题:Global Variables in Node.js
原文链接:[http://www.hacksparrow.com/global-variables-in-node-js.html](http://www.hacksparrow.com/global-variables-in-.....
分类:
Web程序 时间:
2014-05-01 19:46:09
阅读次数:
490
在过去对众多项目的支撑过程中,Oracle作为首选数据库,其安装与配置过程成了重复性最多的工作之一。在此,我进行了总结,并分享出来,希望能对大家有所帮助。随着Oracle版本的提升,从9i
->10g ->11g,其安装与配置过程其实越来越简单,尤其到了11g,会自动检测所缺少的系统软件包,并在系统...
分类:
数据库 时间:
2014-05-01 19:40:08
阅读次数:
658