Code 128 Barcode Font Advantage
Package包含了6种不同格式的18种不同的字体样式,可以在Windows, Macintosh,
UNIX等多种操作系统下使用。同时您还可以获得相应的字体工具、宏和字体源码编辑工具,更好的方便您在您的应用程序中使用字体样式。具体功能...
分类:
其他好文 时间:
2014-06-07 00:37:36
阅读次数:
415
好几天没更新了。更新一下,方便自己和大家学习。这是最基本的代码package index;import
java.io.File;import java.io.IOException;import java.util.HashMap;import
java.util.Map;import org.a...
分类:
其他好文 时间:
2014-06-04 16:23:48
阅读次数:
348
package com.android.filebrowser;
import java.io.*;
import java.net.*;
public class FileEncodingDetect {
static final int GB2312 = 0;
static final int ASCII = 1;
static fi...
分类:
移动开发 时间:
2014-06-04 14:11:32
阅读次数:
439
package com.saic.grape.controller;
public class Data {
private int j=0;
/**
* 加法
*/
public synchronized void inc() {
j++;
System.out.println("inc 加法运算>>"+j);
}
/**
* 减法
*/...
分类:
编程语言 时间:
2014-06-04 14:03:01
阅读次数:
356
package com.shiyeqiang.tree;
import java.util.Stack;
public class BiTree {
public static void main(String[] args) {
// 首先构造叶子节点
BiTree leafA1 = new BiTree(4);
BiTree leafA2 = new BiTree(5);...
分类:
其他好文 时间:
2014-06-04 13:54:31
阅读次数:
374
IDAutomation的UPC/EAN Barcode Font Advantage
Package是一个先进的字体产品,它所用的工具,宏和源代码可以使用一个单一的字体文件来创建UCC-12, UPCA, UPCE, EAN8, EAN13,
JAN, ISBN 和Bookland条形码。该字体满...
分类:
其他好文 时间:
2014-06-03 16:23:42
阅读次数:
679
IDAutomation的USPS Postnet & Intelligent
Mail Barcode Font
Package在六个不同的格式中包含了若干不同的字体版本。其中包括字体工具,宏和源代码,以帮助将字体集成到应用程序中具体功能:提供的字体工具-
提供的这些字体工具可用于协助应用程序的集...
分类:
Web程序 时间:
2014-06-03 15:25:07
阅读次数:
299
struts就是充当拦截器(过滤器)的作用。在web.xml配置过滤器, 1 package
cn.itcast.framework.core; 2 3 import java.io.IOException; 4 import
java.lang.reflect.Method; 5 im...
分类:
其他好文 时间:
2014-06-03 14:33:00
阅读次数:
294
PLSQL debug 方法/表类型变量初始化方法
分类:
数据库 时间:
2014-06-03 14:32:23
阅读次数:
659