cshlxm

Results 10 comments of cshlxm

ios也是卡在启动界面了...

android版,我真机也是各种不能安装...一直在google解决各式err

![elm](https://cloud.githubusercontent.com/assets/4603098/22651227/44b9b938-ecbd-11e6-9830-1fd49fa0f0ce.png) ios 卡在启动界面了

我把最后 removeFromSuperview 方法注释掉。。然后好了。不确定什么情况,但是不闪退了 `- (void)dealloc{ [self _release]; } #pragma mark - Lifecycle //- (void)willMoveToSuperview:(UIView *)newSuperview //- (void)didMoveToSuperview //- (void)willRemoveSubview:(UIView *)subview // //- (void)removeFromSuperview //{ // NSLog(@"removeFromSuperview"); // [self _release]; //...

遇到同样的问题,多次进入并返回后,程序直接闪退

我把最后那点注释掉 就不闪退了 `- (void)dealloc{ [self _release]; } #pragma mark - Lifecycle //- (void)willMoveToSuperview:(UIView *)newSuperview //- (void)didMoveToSuperview //- (void)willRemoveSubview:(UIView *)subview // //- (void)removeFromSuperview //{ // NSLog(@"removeFromSuperview"); // [self _release]; // [super...

搞定了 HttpConnectionHelper.java 里 getFileNameFromPhpServerResponseHeader 里 String fileName = contentDisposition.substring(start + 2, contentDisposition.length()-1); 但是遇见了新的问题,文件链接里如果是中文文件名在部分手机上存储时会变乱码,还在努力解决中

> hi 能否指导给个思路? see this :https://github.com/cshlxm/emqx_kafka_bridge

can not render in release build~ android , "native-echarts": "^0.5.0", "react": "16.8.3", "react-native": "0.57",