oc中继承、方法重写及super的使用 IOS 笔记Leave a Comment on oc中继承、方法重写及super的使用 继承-方法重写及super的使用 ClassA.h文件 //   ... Read More
objective-c中Category(类别) IOS 笔记Leave a Comment on objective-c中Category(类别) Category(类别) NSStringUtilities.h文件 //&nbs ... Read More
理解objective-c中static IOS 笔记Leave a Comment on 理解objective-c中static 理解static Test.h文件 // Test.h // ... Read More
@property和@synthesize自动设置、获取变量值 IOS 笔记Leave a Comment on @property和@synthesize自动设置、获取变量值 @property和@synthesize自动设置、获取变量值 Member.h文件   ... Read More
Android开发工程师已难找工作 科技资讯Leave a Comment on Android开发工程师已难找工作 旧年的猖狂抢人酿成了今年的裁员乃相当门歇业,漫天要价酿成了工作难找,移动互联网市场正回归感性 ■工作欠好找 ... Read More
40条PHP代码优化建议 PHP 笔记Leave a Comment on 40条PHP代码优化建议 1. If a method can be static, declare it static. Speed ... Read More
Apache本地二级域名配置 PHP 笔记Leave a Comment on Apache本地二级域名配置 我们在本地调试web程序时,常有很多不同的项目。不同的项目,我们希望使用不同的文件夹和不同的域名。 比如今天我 ... Read More