代码改变世界

阅读排行榜

iOS 对UIButton的imageView和titleLabel进行重新布局

2016-02-29 14:48 by 甘雨路, 505 阅读, 收藏,
摘要: #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"@... 阅读全文

hibernate 一对多(级联关系)

2017-03-27 09:53 by 甘雨路, 466 阅读, 收藏,
摘要: hibernate 核心配置文件 实体类的映射关系 阅读全文
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 44 下一页