随笔 - 262  文章 - 0  评论 - 5  阅读 - 20万
上一页 1 2 3 4 5 6 7 8 ··· 27 下一页
  2022年4月24日
摘要: 使用全局搜索 搜索不出东西。 打开终端,输入find ~/Library -name disabled_plugins.txt 终端强大功能。 记录 阅读全文
posted @ 2022-04-24 16:32 wp7ers 阅读(73) 评论(0) 推荐(0) 编辑
  2022年3月4日
摘要: 删除 文件再试试。 阅读全文
posted @ 2022-03-04 17:32 wp7ers 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: 1.在项目目录执行 flutter clean 2.再执行 “flutter create --org solanddriver .” 带点。 阅读全文
posted @ 2022-03-04 13:59 wp7ers 阅读(101) 评论(0) 推荐(0) 编辑
  2022年3月2日
摘要: 1.android 项集成flutter 以module形式集成。 include ':flutter_module'setBinding(new Binding([gradle: this])) evaluate(new File( settingsDir.parentFile, 'flutter 阅读全文
posted @ 2022-03-02 14:07 wp7ers 阅读(2379) 评论(0) 推荐(0) 编辑
  2022年2月23日
摘要: //获取local.properties配置文件 def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile 阅读全文
posted @ 2022-02-23 10:50 wp7ers 阅读(887) 评论(0) 推荐(0) 编辑
  2022年2月17日
摘要: Flutter IDE启动禁用sound null safetyAndroid Studiio(原生开发,即根目录为android)flutter项目内的android 目录下gradle.properties 增加extra-front-end-options no-sound-null-safe 阅读全文
posted @ 2022-02-17 17:03 wp7ers 阅读(2173) 评论(0) 推荐(1) 编辑
  2021年10月28日
摘要: NSString *encodedString = (NSString *) CFBridgingRelease(CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, (CFStringRef)self.url, (CFString 阅读全文
posted @ 2021-10-28 15:52 wp7ers 阅读(118) 评论(0) 推荐(0) 编辑
  2021年10月27日
摘要: UIBlurEffect *blur = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]; UIVisualEffectView *effectview = [[UIVisualEffectView alloc] initWithEffec 阅读全文
posted @ 2021-10-27 11:33 wp7ers 阅读(119) 评论(0) 推荐(0) 编辑
  2021年10月21日
摘要: 如某个位置不想显示,调设置CGSizeZero 结果整个表都不显示。必须如上图片给个0.01的高度才能正常。 阅读全文
posted @ 2021-10-21 14:28 wp7ers 阅读(309) 评论(0) 推荐(0) 编辑
  2021年10月18日
摘要: UITextView * xieyi = [[UITextView alloc]init]; if(content==nil){ xieyi.text = @"• 为帮助你浏览推荐、发布消息、直播互动、交流沟通、注册认证,我们收集你的部分必要信息;\n• 为提供上述服务,我们可能会收集联络方式、位置 阅读全文
posted @ 2021-10-18 11:03 wp7ers 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 27 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示