摘要:
1 #import "AppDelegate.h" 2 3 @interface AppDelegate ()// 添加代理协议 4 5 @end 6 7 @implementation AppDelegate 8 9 10 - (BOOL)application:(UIApplicati... 阅读全文
阅读排行榜
Java c3p0连接池
2016-12-26 20:39 by 甘雨路, 209 阅读, 收藏,
摘要:
import java.beans.PropertyVetoException; import java.sql.Connection; import java.sql.SQLException; import javax.sql.ConnectionPoolDataSource; import javax.swing.text.DefaultEditorKit.InsertBreakActi... 阅读全文
iOS 归档
2016-02-29 09:55 by 甘雨路, 207 阅读, 收藏,
摘要:
#import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end #import "App 阅读全文
iOS 地图
2015-08-17 20:55 by 甘雨路, 207 阅读, 收藏,
摘要:
首先在工程里导入MapKit.framework 1 #import "RootViewController.h" 2 #import 3 @interface RootViewController () 4 5 @end 6 7 @implementation RootViewControl... 阅读全文
Pods管理iOS第三 库(二)
2015-11-05 00:11 by 甘雨路, 202 阅读, 收藏,
摘要:
Podfile 文件 如果要整合Pods, 先需要创建 个Podfile 件。xcode创 建 个新 程Pods-2保存到桌 。在终端cd到 程的根 录。 例如下: lifan:~ apple$ cd /Users/apple/Desktop/Test_AFNetworking lifan:Test 阅读全文