平淡冷风

文章
9
资源
0
加入时间
2年10月17天

iOS之字符串处理:截取字符串、匹配字符串、分隔字符串

1、字符串的截取//1.截取字符串 NSString *string =@"123456d890";NSString *str1 = [string substringToIndex:5];//截取掉下标5之前的字符串NSLog(@"截取的值为:%@",str1); NSString *str2 = [string substringFromIndex:3];//截取掉下标3之后的字符串NSLog(@"截取的值为:%@",str2

maven项目创建中的错误错误一

错误一错误一错误描述:第一次执行mvnThe goal you specified requires a project to execute but there is no POM in this directory解决办法: 有可能是命令之间的空格,eg:mvn archetype:generate -Dgroup***Id = com***.mavenTest.data -Dartifac