摘要:
1)安装Nginx 2)配置多个Tomcat,并修改端口号(两个端口号不一样即可) 3)在Nginx的Nginx.conf添加如下配置: 阅读全文
阅读排行榜
iOS 可延展视图(点击前显示部分文字,点击后显示全部)
2016-01-18 12:51 by 甘雨路, 561 阅读, 收藏,
摘要:
#import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "RootViewC... 阅读全文
iOS tableViewCell侧滑改变收藏状态
2016-02-18 15:30 by 甘雨路, 554 阅读, 收藏,
摘要:
/** * 图片素材 链接: http://pan.baidu.com/s/1mhi1sfQ 密码: w2wq */ #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @prope 阅读全文
Java AOP 注解配置与xml配置
2017-02-17 20:40 by 甘雨路, 540 阅读, 收藏,
摘要:
package cn.zr.aop.utils; import o... 阅读全文