码迷,mamicode.com
首页 >  
搜索关键字:默认打印    ( 82个结果
Sed 整理
1. basic optionssed [options] {command} {input-file}sed -nsed -n 'p' a.out打印a.out文件内容-n: 取消默认打印到屏幕功能sed -fsed [options] -f {sed-commands-in-file} {i.....
分类:其他好文   时间:2014-07-27 22:35:39    阅读次数:375
C# 获取打印机列表以及串口
C# 获取打印机列表以及默认打印机、串口列表。/// /// 获取本地已安装的打印机 /// /// public string GetPrinter() { string strList = ""; ...
分类:其他好文   时间:2014-07-19 16:28:28    阅读次数:205
82条   上一页 1 ... 7 8 9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!