恭喜。明白本体才是开始
来的都好念头来了,知道就好,不打压,不抗拒,让它流动,看见它背后是哪个认知在作祟;情绪来了,不抗拒,越抗拒越强烈,经验它,经历过暴风雨,天晴后才会更清明,更了了然。 任凭头脑在那里造...
念头来了,知道就好,不打压,不抗拒,让它流动,看见它背后是哪个认知在作祟;情绪来了,不抗拒,越抗拒越强烈,经验它,经历过暴风雨,天晴后才会更清明,更了了然。 任凭头脑在那里造...
- (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext();...
bug描述: An instance 0x10e2a8c00 of class WKWebView was deallocated while key value obser...
1.自定义好方法 #pragma mark - 用户方法,将NSLog的输出信息写入到.log文件中// 将NSLog打印信息保存到Document目录下的文件中 - (vo...
方法一 - (void)peripheral:(CBPeripheral *)peripheral didDiscoverServices:(NSError *)error ...
[[UIBarButtonItem appearanceWhenContainedIn: [UIToolbar class], nil] setTitleTextAttr...
webview转wkwebview遇到的坑 1、wkwebview里通过新窗品进行ajax的post请求时,cookie参数丢失 解决方案:不创建新wkwebview 2、原...
崩溃如下: -[CFString release]: message sent to deallocated instance 0x6040005de2d0 代码:- (vo...
select createtime,content,strftime('%Y-%m-%d',datetime(createtime,'unixepoch','localtim...
NSLog函数打印信息是IOS开发中最简单的代码调试方法,但是NSLog本身的性能很差,程序发布后,不应该保留这些用于调试的NSLog,但是手动删除又很麻烦。 解决办法 在 ...
后台返回数据如下 HTTP/1.1 200 OK Server: Apache-Coyote/1.1 X-Content-Type-Options: nosniff X-XS...
@interface HQScrollView() { UIImageView *_imageView; NSArray *_labels; } @end - ...
@implemation BaseCell + (CGFloat)calcCellHeight:(id)data { if(__cell==nil) { __ce...
- (void)viewWillAppear:(BOOL)animated { NSNumber *orientationUnknown = [NSNumber numb...
/* memberMethod:是否成员方法 */ void swizzleMethod(Class class,SEL originalSelector,SEL swizz...
if [ "${ACTION}" = "build" ] then INSTALL_DIR=${SRCROOT}/Products/${PROJECT_NAME}.frame...