Cocoa Touch Barcodes

码农软件 · 软件分类 · 其他(Others) · 2019-07-28 20:59:05

软件介绍

生成条码的iOS类库。
开发者注:测试很简单。
self.view.backgroundColor = [UIColor whiteColor];
UIImage *image = [UIImage imageFromBarcode:[[NKDEAN13Barcode alloc] initWithContent:@“6917878002446”]];
UIImageView *imageview = [[UIImageView alloc] initWithImage:image];
imageview.frame = CGRectMake(10, 10, image.size.width,image.size.height*2);
[self.view addSubview:imageview];
[imageview release]; [Code4App.com]

本文地址:https://codercto.com/soft/d/11152.html

Introduction to Tornado

Introduction to Tornado

Michael Dory、Adam Parrish、Brendan Berg / O'Reilly Media / 2012-3-28 / USD 23.99

Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with p......一起来看看 《Introduction to Tornado》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具