资源简介
iOS使用CocoaAsyncSocket连接打印机打印小票,demo封装了socket连接管理类,打印机指令管理类.
代码片段和文件信息
//
// AppDelegate.m
// SocketPrinter
//
// Created by rochang on 2017/11/6.
// Copyright © 2017年 Rochang All rights reserved.
//
#import “AppDelegate.h“
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks disable timers and invalidate graphics rendering callbacks. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application {
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application {
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-11-06 17:48 SocketPrinter\
文件 6148 2017-11-09 16:45 SocketPrinter\.DS_Store
目录 0 2017-11-09 16:45 __MACOSX\
目录 0 2017-11-09 16:45 __MACOSX\SocketPrinter\
文件 120 2017-11-09 16:45 __MACOSX\SocketPrinter\._.DS_Store
目录 0 2017-11-09 16:44 SocketPrinter\.git\
文件 15 2017-11-06 17:47 SocketPrinter\.git\COMMIT_EDITMSG
文件 137 2017-11-06 17:47 SocketPrinter\.git\config
文件 73 2017-11-06 17:47 SocketPrinter\.git\desc
文件 23 2017-11-06 17:47 SocketPrinter\.git\HEAD
目录 0 2017-11-06 17:47 SocketPrinter\.git\hooks\
文件 177 2017-11-06 17:47 SocketPrinter\.git\hooks\README.sample
文件 2900 2017-11-09 16:44 SocketPrinter\.git\index
目录 0 2017-11-06 17:47 SocketPrinter\.git\info\
文件 40 2017-11-06 17:47 SocketPrinter\.git\info\exclude
目录 0 2017-11-09 16:45 __MACOSX\SocketPrinter\.git\
目录 0 2017-11-09 16:45 __MACOSX\SocketPrinter\.git\info\
文件 171 2017-11-06 17:47 __MACOSX\SocketPrinter\.git\info\._exclude
目录 0 2017-11-06 17:47 SocketPrinter\.git\logs\
文件 159 2017-11-06 17:47 SocketPrinter\.git\logs\HEAD
目录 0 2017-11-06 17:47 SocketPrinter\.git\logs\refs\
目录 0 2017-11-06 17:47 SocketPrinter\.git\logs\refs\heads\
文件 159 2017-11-06 17:47 SocketPrinter\.git\logs\refs\heads\master
目录 0 2017-11-09 16:44 SocketPrinter\.git\ob
目录 0 2017-11-06 17:47 SocketPrinter\.git\ob
文件 58 2017-11-06 17:47 SocketPrinter\.git\ob
目录 0 2017-11-06 17:47 SocketPrinter\.git\ob
文件 132 2017-11-06 17:47 SocketPrinter\.git\ob
目录 0 2017-11-06 17:47 SocketPrinter\.git\ob
文件 2868 2017-11-06 17:47 SocketPrinter\.git\ob
目录 0 2017-11-06 17:47 SocketPrinter\.git\ob
............此处省略141个文件信息
- 上一篇:非线性耦合器的论文
- 下一篇:c8051F040例程(可移植)
相关资源
- PHOENIX BIOS 4.0 启动自检代码
- PVE下J4125 核显直通所需的vgabios romfi
- 迪兰恒进战神RX 588原版BIOS
- iOS 日历制作
- ios实现打地鼠的简单版游戏源码加注
- 苹果ios微信摇一摇代码实现
- vega64 黑风公版bios
- FxVideo播放Vungle的单例类
- 昂达G31 BIOS
- 盈通570 4G三星颗粒原版bios
- IOS开发指南(第5版) pdf地址
- 讯景XFX RX480 8G 黑狼版 原厂BIOS 海力士
- LENOVO/联想 启天M7150 升级BIOS 版本90K
- BIOS刷新工具Universal Flash Utility V8.95.
- AWARD BIOS LOGO 修改工具 V1.31.rar
- IOS简单计算器swift4版本含开发文档
- 各种警告框源码
- IOS免越狱插件技术
- 迪兰560原版bios
- 蓝宝石470d单风扇尔必达原厂bios.rom
- DELLBIOS分离过程
- 联想启天M7150 最新BIOS 90KT23CUS含升级操
- iOS9备忘录
- ios开发 闹钟
- 联想 L-IG41M R1.0 bios
- iOS Charts框架渐变BarChartView
- ios实现简单计算机
- iOS逆向技术视频教程
- 主板 华硕P5P43TD 771微码 BIOS
- bios.440.rom
评论
共有 条评论