2014年7月22日
摘要: public class LocalPrinter { private static PrintDocument fPrintDocument = new PrintDocument(); /// /// 获取... 阅读全文
posted @ 2014-07-22 20:09 IT流浪者 阅读(2320) 评论(0) 推荐(0) 编辑
摘要: 个人感觉:方法三挺好。一、方式介绍window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+showModalDialog() (IE 4+ 支持)showModelessDialog() (IE 5+ 支持)window.sho... 阅读全文
posted @ 2014-07-22 13:05 IT流浪者 阅读(311) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/tsinfeng/article/details/5865566C#文件上传分类:C#语言2010-09-06 09:334454人阅读评论(1)收藏举报c#stringasp.netbyteinternetstream文件的上传下载是我们在实际项目开发过程... 阅读全文
posted @ 2014-07-22 00:47 IT流浪者 阅读(369) 评论(0) 推荐(0) 编辑
摘要: js不经过提示,直接关闭窗口时间:2012年03月05日作者:锋叔查看次数: 6501评论次数:4js自带的函数,window.close();是用于关闭窗口的,但问题是它会先弹出提示,有时这个很没必要,而且显得麻烦。下面的函数可以直接关闭窗口,而不用提示,显得流畅很多function CloseW... 阅读全文
posted @ 2014-07-22 00:44 IT流浪者 阅读(154) 评论(0) 推荐(0) 编辑