This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
如果你连挣钱都要别人开导你,要盯着,看着,哄着,鼓励着,劝你还是别干了,你就应该穷。 | |
古之成大事者,不惟有超世之才,亦必有艰苦不拔之志 | |
不用去追一匹马,用追马的时间种草,待春暖花开,会有骏马任你挑选。 | |
坚定目标,持续前进,承受痛苦 | |
如果周围没有优秀的人,那就让自己成为最优秀的人 | |
唯有自律可以自救,自律是捍卫时间与自由的唯一手段,自律能带来精神上的免疫,对无用信息免疫 | |
明确你的目标,不要用战术上的勤奋掩盖战略上的懒惰 | |
天助自助者 | |
你的努力,决定孩子坐在哪里!你的努力,决定父母晚年的生活! | |
世界上最幸福的事之一,莫过于经过一番努力后,所有东西正慢慢变成你想要的样子。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "0", | |
"goodsdata": { | |
"id": "0EA2A62F-22ED-49D7-9117-BA3FFB253E4F", | |
"goodsname": "3d4b3bd5354634c13bf732ff3d2d3e70", | |
"logo": "http:\/\/www.test.com\/2014\/4\/11\/bb20140411165643_0286_small.jpg", | |
"images": ["http:\/\/www.test.com\/2014\/4\/11\/bb20140411165643_0286.jpg", "http:\/\/www.test.com\/2014\/4\/11\/bb20140411165655_6290.jpg", "http:\/\/www.test.com\/2014\/4\/11\/bb20140411165701_6240.jpg", "http:\/\/www.test.com\/2014\/4\/11\/bb20140411165707_4528.jpg"], | |
"oldprice": "1.00", | |
"nowprice": "0.01", | |
"commentcount": "1", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "0", | |
"catogory": [{ | |
"id": 1, | |
"name": "2cae3cb9326f38df", | |
"img": "http:\/\/www.test.com\/Images\/chat\/2015\/03\/07\/14257095146486.jpg", | |
"subcatogroy": [] | |
}, { | |
"id": 2, | |
"name": "35f63ee43c34379c", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions | |
{ | |
// Put necessary initialization steps here... | |
// Add imageView overlay with fade out and zoom in animation | |
UIImageView *imageView = [[UIImageView alloc] initWithFrame:self.window.frame]; | |
imageView.image = [UIImage imageNamed:@"Default"]; // assuming your splash image is "Default.png" or "[email protected]" | |
[self.window addSubview:imageView]; | |
[self.window bringSubviewToFront:imageView]; | |
[UIView transitionWithView:self.window |