会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
高山流水
敬畏生命,心向光明,天地间连接未知与万物!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
77
78
79
80
81
82
83
84
85
···
98
下一页
2013年7月
关于 cornerstone冲突 后的解决方法,
摘要: 1,最狠的就是 把工程删除 ,然后 重新checkout一份2,尽量 把自己修改的提交了,把范围尽可能的缩小,
阅读全文
posted @ 2013-07-01 11:56 路在脚下,
阅读(1394)
评论(0)
推荐(0)
2013年6月
修改 bundleid ,两个程序不能有 同一个 bundleid的,
摘要:
阅读全文
posted @ 2013-06-30 20:32 路在脚下,
阅读(431)
评论(0)
推荐(0)
psd,
摘要: 两个像素,调整画布的大小,
阅读全文
posted @ 2013-06-29 14:31 路在脚下,
阅读(160)
评论(0)
推荐(0)
放到 userdefault,而不是 cache里面,
摘要: if (flag == SUCCESS_FLAG) { SharedAppDelegate.user = [[DMUser alloc] initWithDictionary:[JSON objectForKey:@"user"]]; TTLog(@"%lld",SharedAppDelegate.user.remind_uptime); NSUserDefaults *userDefault =[NSUserDefaults standardUserDefaults]; [userDefault setValue:[NSString string...
阅读全文
posted @ 2013-06-29 14:09 路在脚下,
阅读(253)
评论(0)
推荐(0)
筛选 漏网之鱼,
摘要: for (NotificationItem *item insortedCommonArray) { if (item.type == 2 && item.time == currentTime) {//血糖检测 if (!item.selected) { continue; }//第一遍 在 timearray里面筛选,第二遍 在 这个地方筛选,漏网之鱼 switch (item.repeatType) { case 1://one time if (item.timeInterva...
阅读全文
posted @ 2013-06-29 12:14 路在脚下,
阅读(181)
评论(0)
推荐(0)
nsdateutil
摘要: -(void)dateUtil{ NSDateFormatter *formatter =[[NSDateFormatteralloc] init]; NSDate *date = [NSDate date]; [formatter setTimeStyle:NSDateFormatterMediumStyle]; NSCalendar *calendar = [[NSCalendaralloc] initWithCalendarIdentifier:NSGregorianCalendar]; NSDateComponents *comps = [[NSDateComponents...
阅读全文
posted @ 2013-06-29 11:07 路在脚下,
阅读(149)
评论(0)
推荐(0)
2b一次,图层隐藏,
摘要: 并且呢 ,如果 不是效果图 显示不同,是 一致的,android 有,那么 ios也是有的。。。
阅读全文
posted @ 2013-06-28 22:41 路在脚下,
阅读(145)
评论(0)
推荐(0)
performSelector,addTarget
摘要: // [headerView.mSwitch performSelector:@selector(switchValueChange:) withObject:dic];这个方法是直接去调用的,而, headerView.mSwitch addTarget:self action:@selector(switchValueChange:item) forControlEvents:这个方法是 跟 事件 结合在一块的
阅读全文
posted @ 2013-06-28 15:52 路在脚下,
阅读(169)
评论(0)
推荐(0)
return 还是 continue,一个是跳出函数,一个是 跳出本次循环,
摘要: for (NotificationItem *item insortedCommonArray) { if (item.type == 1 && item.time == currentTime) {//用药 if (!item.parentSelected || !item.selected) { continue; } TNotificationView *notificationView = [[[UINibnibWithNibName:@"TNotificationView"bundle:nil]instantiat...
阅读全文
posted @ 2013-06-28 14:15 路在脚下,
阅读(958)
评论(0)
推荐(0)
number to string, 转换问题,,,
摘要: reason: '-[__NSCFNumber isEqualToString:]: unrecognized selector sent to instance 0x8b791e0'
阅读全文
posted @ 2013-06-28 10:19 路在脚下,
阅读(250)
评论(0)
推荐(0)
上一页
1
···
77
78
79
80
81
82
83
84
85
···
98
下一页
公告