会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
静坐观雨
博客园
首页
新随笔
联系
订阅
管理
2017年4月17日
这是一个测试rss的内容哦
摘要: 这是一个测试rss的内容哦
阅读全文
posted @ 2017-04-17 23:34 静坐观雨
阅读(151)
评论(0)
推荐(0)
编辑
rss 订阅实现-iOS版
摘要: rss 订阅实现-iOS版, 实现原理还有其它 的笔记
阅读全文
posted @ 2017-04-17 23:27 静坐观雨
阅读(357)
评论(0)
推荐(0)
编辑
2017年3月20日
ejs 内容实现
摘要: ejs 内容实现, ejs 内容实现
阅读全文
posted @ 2017-03-20 23:17 静坐观雨
阅读(149)
评论(0)
推荐(0)
编辑
2015年8月7日
UIImageView上添加按钮点击事件无效
摘要: UIImageView上添加按钮点击事件无效,需要设置imageView的userInteractionEnabled属性
阅读全文
posted @ 2015-08-07 10:42 静坐观雨
阅读(632)
评论(0)
推荐(0)
编辑
2015年5月25日
imageView的ContentMode属性
摘要: UIViewContentModeScaleToFill 缩放以填充UIViewContentModeScaleAspectFit 缩放以显示全部,比例不变UIViewContentModeScaleAspectFill 缩放显示,填满,比例不变
阅读全文
posted @ 2015-05-25 09:51 静坐观雨
阅读(311)
评论(0)
推荐(0)
编辑
2015年5月8日
IOS注册本地推送
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ [application registerUserNotificationSet...
阅读全文
posted @ 2015-05-08 10:03 静坐观雨
阅读(134)
评论(0)
推荐(0)
编辑
2015年4月22日
IOS实现发信息
摘要: #import "ViewController.h"#import @interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad];}- (IBAction...
阅读全文
posted @ 2015-04-22 16:17 静坐观雨
阅读(117)
评论(0)
推荐(0)
编辑
模态视图的呈现和关闭
摘要: #pragma mark 模态的呈现”- (IBAction)addNote:(id)sender { UIStoryboard *mainStoryBoard=[UIStoryboard storyboardWithName:@"Storyboard" bundle:nil]; ViewContr...
阅读全文
posted @ 2015-04-22 16:15 静坐观雨
阅读(131)
评论(0)
推荐(0)
编辑
2015年4月21日
SSH中使用new Date()造成oracle date类型时分秒精准度丢失
摘要: 解决方法:在实体类与其对应的实体类的xml文件的类型都改了java.sql.Timestampprivate java.sql.Timestamp meetingdate; Action里面的属性类型也改为java.sql.Timestampprivate java.sql.Timestamp me...
阅读全文
posted @ 2015-04-21 11:31 静坐观雨
阅读(818)
评论(0)
推荐(0)
编辑
2015年3月31日
实现textFiel和textView中的键盘的关闭
摘要: 实现委托UITextFieldDelegate, UITextViewDelegate里以下方法#pragma mark 放弃“第一响应者”-(BOOL)textFieldShouldReturn:(UITextField *)textField{ [textField resignFirstRes...
阅读全文
posted @ 2015-03-31 21:12 静坐观雨
阅读(118)
评论(0)
推荐(0)
编辑
下一页
公告