会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wp7ers
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
27
下一页
2022年4月24日
【mac os 使用技巧】
摘要: 使用全局搜索 搜索不出东西。 打开终端,输入find ~/Library -name disabled_plugins.txt 终端强大功能。 记录
阅读全文
posted @ 2022-04-24 16:32 wp7ers
阅读(79)
评论(0)
推荐(0)
2022年3月4日
【flutter】运行提示 flutter Exception: Error running pod install
摘要: 删除 文件再试试。
阅读全文
posted @ 2022-03-04 17:32 wp7ers
阅读(1104)
评论(0)
推荐(0)
【flutter 】项目地址更新后 重新生成配置。
摘要: 1.在项目目录执行 flutter clean 2.再执行 “flutter create --org solanddriver .” 带点。
阅读全文
posted @ 2022-03-04 13:59 wp7ers
阅读(116)
评论(0)
推荐(0)
2022年3月2日
【flutter】flutter混合开发、原生项目集成flutter 断点调试
摘要: 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
阅读(2521)
评论(0)
推荐(0)
2022年2月23日
【Flutter 项目报红解决】转 找不到flutter 类处理
摘要: //获取local.properties配置文件 def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile
阅读全文
posted @ 2022-02-23 10:50 wp7ers
阅读(915)
评论(0)
推荐(0)
2022年2月17日
【flutter 】--no-sound-null-safety 解决方案 Error: Cannot run with sound null safety, because the following dependencies
摘要: 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
阅读(2263)
评论(0)
推荐(1)
2021年10月28日
【iOS 知识汇】只对url中的中文进行编,不管有没有编码过。
摘要: NSString *encodedString = (NSString *) CFBridgingRelease(CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, (CFStringRef)self.url, (CFString
阅读全文
posted @ 2021-10-28 15:52 wp7ers
阅读(123)
评论(0)
推荐(0)
2021年10月27日
【iOS 知识汇】iOS 8之后新添加了UIBlurEffect 类和 UIVisualEffectView 类来实现毛玻璃磨砂特效
摘要: UIBlurEffect *blur = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]; UIVisualEffectView *effectview = [[UIVisualEffectView alloc] initWithEffec
阅读全文
posted @ 2021-10-27 11:33 wp7ers
阅读(131)
评论(0)
推荐(0)
2021年10月21日
【iOS 知识汇】UICollectionView 不显示问题。
摘要: 如某个位置不想显示,调设置CGSizeZero 结果整个表都不显示。必须如上图片给个0.01的高度才能正常。
阅读全文
posted @ 2021-10-21 14:28 wp7ers
阅读(317)
评论(0)
推荐(0)
2021年10月18日
【iOS 知识汇】UITextView 设置高度后,部分机型内容显示错误。
摘要: UITextView * xieyi = [[UITextView alloc]init]; if(content==nil){ xieyi.text = @"• 为帮助你浏览推荐、发布消息、直播互动、交流沟通、注册认证,我们收集你的部分必要信息;\n• 为提供上述服务,我们可能会收集联络方式、位置
阅读全文
posted @ 2021-10-18 11:03 wp7ers
阅读(114)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
27
下一页