摘要:
#import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end #import "App 阅读全文
阅读排行榜
Spring Boot 响应jsp
2018-03-03 19:40 by 甘雨路, 498 阅读, 收藏,
摘要:
添加依赖 创建启动文件 创建相关Java文件 添加前缀和后缀(添加src/main/resources/application.properties内容如下) 添加jsp文件 注意:如果工具是idea,jsp路径如下(/src/main/resources/META-INF/resources/WE 阅读全文
简单实现下拉刷新数据
2015-06-27 21:07 by 甘雨路, 496 阅读, 收藏,
摘要:
1 #import "AppDelegate.h" 2 #import "SearchController.h" 3 @interface AppDelegate () 4 @property (nonatomic,strong)UITableView *table; 5 @property (n... 阅读全文
iOS UILabel根据文字获取高度及UITableCell动态获取高度(以截取快递信息为例)
2015-11-15 11:05 by 甘雨路, 487 阅读, 收藏,
摘要:
#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewController.h"@... 阅读全文