會說話的tom貓

2021-07-04 18:44:08 字數 1757 閱讀 9276

這是乙個很好玩的軟體 看起來實現比較複雜 

但事實上,這個軟體並不是那麼複雜,**量很少,但是思想很重要

一款軟體存活關鍵在與他所體現的價值,和它的創新性

#import "viewcontroller.h"

@inte***ce viewcontroller ()

- (ibaction)knock;

- (ibaction)drink;

- (ibaction)rightfoot;

@property (weak, nonatomic) iboutlet uiimageview *tom;

@end

@implementation viewcontroller

- (void)viewdidload

- (void)didreceivememorywarning

-(void)runanimationwithcount:(int)count andfilename:(nsstring *)name

self.tom.animationimages = imagearray;

self.tom.animationrepeatcount = 1;

self.tom.animationduration = imagearray.count*0.1;

[self.tom startanimating];

//動畫放完1秒後清空記憶體

cgfloat delay = self.tom.animationduration +1.0;

//[self performselector:@selector(clearcache) withobject:nil afterdelay:delay];

[self.tom performselector:@selector(setanimationimages:) withobject:nil afterdelay:delay];

}//-(void)clearcache

//- (ibaction)knock

self.tom.animationimages = imagearray;

self.tom.animationrepeatcount = 1;

self.tom.animationduration = imagearray.count*0.1;

[self.tom startanimating];

*/}- (ibaction)drink

//

// self.tom.animationimages = imagearray;

// self.tom.animationrepeatcount = 1;

// //設定時間

// self.tom.animationduration = imagearray.count*0.1;

// [self.tom startanimating];

}- (ibaction)rightfoot

//

// self.tom.animationimages = imagearray;

// self.tom.animationrepeatcount = 1;

// //設定時間

// self.tom.animationduration = imagearray.count*0.1;

// [self.tom startanimating];

}@end

都說產品經理要「會說話」?

昨天 通常產品經理在企業招聘職責中,除了基本的業務和工作技能外,很多hr都會在簡歷jd描述中增加下面這一條 針對這個溝通能力,普通人會認為 沒什麼吧?大概就是把事情說清楚!事實真的是如此嗎?是否在求職或工作中,你有沒有認為產品經理的溝通另有意味?近期專案也快上線了,圍繞著上線前後的資源對接,類似業務...

《所謂情商高,就是會說話》

這本書豆瓣評分並不高,當時是買書湊單湊的,書中的核心內容並不多,運用了很多例子來闡述,很容易讀懂,可以當做休閒的書來看。書中分成了兩個部分 把 no 變成 yes 的技巧 和 創造警句的技巧 把 no 變成 yes 的技巧技巧分為三個步驟 不能直接說出自己的想法 揣摩對方的心裡,並根據其平日表現,猜...

所謂情商高,就是會說話

這是我在 得到 每天聽本書欄目裡面買的第一本書 所謂情商高,就是會說話 我一直認為情商比智商更重要,為什麼呢?原因其實你也知道。另外我相信將來是乙個知識付費時代,會有越來越多人能夠接受為自己獲取知識而付費這種方式。目前,我還在 得到 上訂閱了 薛兆豐的北大經濟學課 為什麼要學習經濟學呢?偉大的經濟學...