摘要: /// <summary> /// 图片转换图片流方法 /// </summary> /// <param name="path">文件路径</param> /// <returns></returns> private byte[] imgbytefromimg(string path) { Fi 阅读全文
posted @ 2017-01-10 11:01 下页小希 阅读(14667) 评论(0) 推荐(0) 编辑
摘要: 本文来自百度如果你运用了三方插件管理代码,快捷键会变化(可以尝试 去掉三方插件:http://jingyan.baidu.com/article/fec4bce2474f05f2618d8bf0.html,重置开发环境http://jingyan.baidu.com/article/72ee561a 阅读全文
posted @ 2017-01-10 10:37 下页小希 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1、js实现(可实现局部打印) <html> <title>js打印</title> <head></head><body> <input id="btnPrint" type="button" value="打印" onclick="javascript:window.print();" /> < 阅读全文
posted @ 2017-01-10 10:26 下页小希 阅读(3273) 评论(0) 推荐(0) 编辑