印刷机因印版之型式不同,约可分五类:即凸版印刷机(Typogra-phic Printing Press)、平版印刷机(Lithographic Printing Press)、凹版印刷机(Intaglio Printing Press)、孔版印刷机(Silk Screen Printing P.....
分类:
其他好文 时间:
2014-07-23 13:00:56
阅读次数:
208
rhel 6.4 增加光盘为yum repo版本LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4....
分类:
其他好文 时间:
2014-07-23 12:39:16
阅读次数:
224
操作系统环境:LSBVersion::base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarchDistributorID:RedHatEnterpriseServerDescription:RedHatEnterpriseLinuxServerrelease6.4(Santiag..
分类:
其他好文 时间:
2014-07-10 19:15:52
阅读次数:
443
package com.kk.Collection;import java.util.ArrayList;import java.util.Collections;import java.util.Comparator;import java.util.List;public class Compa...
分类:
编程语言 时间:
2014-07-05 19:10:12
阅读次数:
211
一、后台方法1、添加引用:using System.Windows.Printing;2、全局变量://定义图片和文本打印变量 PrintDocument printImage;3、构造方法体里: //图片打印对象 printImage = new PrintDocument...
分类:
Web程序 时间:
2014-07-02 19:32:42
阅读次数:
306
环境说明:系统:CentOS6.5X64很简单,主要原因是在启动Chromium的时候指定了自有的Flash,我们可以在启动参数上去除指定的Flash!sudovim/usr/bin/chromium-browserCHROMIUM_RHEL_FLAGS="--enable-plugins--enable-extensions--enable-user-scripts--enable-printing--enable-sy..
分类:
系统相关 时间:
2014-06-30 15:53:55
阅读次数:
682
3d打印技术是20世纪90年代逐渐兴起的一项先进的制造技术。3D打印——three-dimensional printing,简称3dp。又称三维打印或立体打印,最早由美国麻省理工学院于1993年开发。3D打印技术是以计算机三维设计模型为蓝本,通过软件分层离散和数控成型系统,利用激光束,热熔喷嘴等....
分类:
其他好文 时间:
2014-06-28 23:49:30
阅读次数:
455
看了一篇文章《debug by printing》,文中提到了多种通过printk来调试驱动的方法,其中最有用的就是"Dynamic debugging"。“Dynamic debugging"的官方文档:http://git.kernel.org/cgit/linux/kernel/git/tor...
分类:
其他好文 时间:
2014-06-23 00:58:42
阅读次数:
443
Printing known-length multipage output Using the PrintDataGrid control for multipage grids Example: Printing with multipage PrintDataGrid controls Mul...
分类:
其他好文 时间:
2014-06-22 13:01:58
阅读次数:
159
1 public class MergeWorkAssignment implements Comparable2 实现方法3 public int compareTo(MergeWorkAssignment o) {4 return this.getVocabularyName().compa.....
分类:
编程语言 时间:
2014-06-18 10:45:39
阅读次数:
253