2012年9月21日

[转]菜鸟必学 图文教你虚拟机安装Ubuntu

摘要: 本文转自:http://server.zol.com.cn/199/1996101_all.html#p1997456安装前的准备工作 最近国外厂商和国内Linux爱好者都在热议的话题是,Linux有能力挑战Windows的市场地位了。为什么呢?因为最流行的Linux--Ubuntu发布新版本10.10了,它的人机交互界面越来越棒。 但对大部分不了解Linux操作系统的人来说,都还有这样的想法:要重装系统才能玩Ubuntu,我才懒得干呢。Linux初学者说我不会安装咋办呢?针对这些问题,小编借这篇文章,手把手教大家用虚拟机来安装Ubuntu 10.10。 虚拟机的好处大家都知道,它可以安装在W 阅读全文

posted @ 2012-09-21 14:54 freeliver54 阅读(345) 评论(3) 推荐(0)

[转]Barcode条形码的生成

摘要: 本文转自:http://rayln.iteye.com/blog/1223002#bc2272951package snippet;/* * Copyright 2004 Jeremias Maerki. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:/ 阅读全文

posted @ 2012-09-21 11:01 freeliver54 阅读(495) 评论(0) 推荐(0)

[转]zxing二维码的生成和解码 j2se

摘要: 本文转自:http://andilyliao.iteye.com/blog/1102546 适用于j2se的方法 例子: package snippet;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOException;import java.util.Hashtable;import javax.imageio.ImageIO;import com.google.zxing.BarcodeFormat;import com.google.zxing.BinaryBitmap;import co 阅读全文

posted @ 2012-09-21 10:55 freeliver54 阅读(2646) 评论(0) 推荐(0)

[转]zxing二维码的生成与解码(C#)

摘要: 本文转自:http://www.cnblogs.com/mfryf/archive/2012/02/13/2349014.html二维码的生成:using com.google.zxing.qrcode;using com.google.zxing;using com.google.zxing.common;using ByteMatrix = com.google.zxing.common.ByteMatrix;using EAN13Writer = com.google.zxing.oned.EAN13Writer;using EAN8Writer = com.google.zxing.o 阅读全文

posted @ 2012-09-21 10:53 freeliver54 阅读(606) 评论(0) 推荐(0)

导航