摘要:
1 #import "AppDelegate.h" 2 #import 3 4 @interface AppDelegate () 5 @property (nonatomic ,strong)UIImageView *birdImage; 6 @end 7 8 @implementatio... 阅读全文
阅读排行榜
通过颜色生成图片
2016-05-02 21:58 by 甘雨路, 342 阅读, 收藏,
摘要:
/** * 通过颜色生成纯颜色的图片 */ #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end #import "AppDelegate.h" #import "RootViewController.h" @interface A... 阅读全文
spring框架 事务 注解配置方式
2017-02-03 11:08 by 甘雨路, 340 阅读, 收藏,
摘要:
user=LF password=LF jdbcUrl=jdbc:oracle:thin:@localhost:1521:orcl driverClass=oracle.jdbc.driver.OracleDriver initialPoolSize=15 maxPoolSize=30 minPoolSize=5 ... 阅读全文
iOS 从手机相册里选取图片
2015-11-01 16:13 by 甘雨路, 340 阅读, 收藏,
摘要:
#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end #import "AppDelegate.h" #import "RootViewController.h" @interface AppDelegate () @end @impl... 阅读全文
通过iOS中的按钮来触发html文件中按钮所触发的函数
2015-08-04 11:07 by 甘雨路, 331 阅读, 收藏,
摘要:
html文件的代码 1 2 3 4 标题 5 6 7 8 10 11 12 18 iOS 工程的代码#import @interface AppDelegate : UIResponder @prop... 阅读全文