随笔 - 399,  文章 - 0,  评论 - 7,  阅读 - 21万
09 2023 档案
mac启动台里的图标删不掉怎么办?
摘要:打开终端,输入以下代码 sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title= 阅读全文
posted @ 2023-09-26 10:57 懂事长qingzZ 阅读(135) 评论(0) 推荐(0) 编辑
OC CAGradientLayer 渐变色
摘要:@property (nonatomic, strong) NSTimer *timer; /**< 定时器 */ @property (strong, nonatomic) CAGradientLayer *gradientLayer; /**< 渐变层 */ [self.layer insert 阅读全文
posted @ 2023-09-23 14:43 懂事长qingzZ 阅读(97) 评论(0) 推荐(0) 编辑
iOS H5拉起微信支付
摘要:参考: https://www.jianshu.com/p/27b928f887cb Swift H5唤起支付宝支付和微信支付 https://www.jianshu.com/p/cc958be6dbc9 IOS唤起H5微信或支付宝收银台 https://blog.csdn.net/maoer952 阅读全文
posted @ 2023-09-23 13:16 懂事长qingzZ 阅读(88) 评论(0) 推荐(0) 编辑
mac查看SSH公钥
摘要:参考: https://zhuanlan.zhihu.com/p/635239815?utm_id=0 阅读全文
posted @ 2023-09-23 12:03 懂事长qingzZ 阅读(83) 评论(0) 推荐(0) 编辑
iOS 引起循环引用的四种情况
摘要:参考: https://www.jianshu.com/p/098357528799 阅读全文
posted @ 2023-09-23 11:57 懂事长qingzZ 阅读(7) 评论(0) 推荐(0) 编辑
震动效果调研 - iOS
摘要:AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); https://blog.csdn.net/qq_40319342/article/details/124243794 阅读全文
posted @ 2023-09-23 11:10 懂事长qingzZ 阅读(16) 评论(0) 推荐(0) 编辑
iOS组件化开发从开始到完整总结
摘要:参考: iOS组件化开发从开始到完整总结 https://blog.csdn.net/tfy_2425482491/article/details/101029316 [iOS] 组件化之一:MGJRouter的简单实用 https://blog.csdn.net/sz_vcp2007/articl 阅读全文
posted @ 2023-09-22 12:25 懂事长qingzZ 阅读(33) 评论(0) 推荐(0) 编辑
iOS 多个分区的tableView设置每个分区第一行和最后一行圆角效果
摘要:1.同分区第一行cell 和最后一行cell 会切圆角,10, 改不了半径 UITableViewStyleInsetGrouped if (@available(iOS 13.0, *)) { _tableView = [[UITableView alloc] initWithFrame:CGRe 阅读全文
posted @ 2023-09-21 15:57 懂事长qingzZ 阅读(775) 评论(0) 推荐(0) 编辑
OC Masonary 设置的一些注意点
摘要:设置高度 ,上下一样效果 make.height.equalTo(@46); make.height.mas_equalTo(46); 阅读全文
posted @ 2023-09-21 14:00 懂事长qingzZ 阅读(8) 评论(0) 推荐(0) 编辑
QLPreviewController来预览文件
摘要:QLPreviewController来预览文件 https://www.cnblogs.com/jiangshiyong/p/2821357.html 如何读取iOS共享目录的文件 https://blog.csdn.net/yu_tian_jian/article/details/7627007 阅读全文
posted @ 2023-09-08 19:58 懂事长qingzZ 阅读(81) 评论(0) 推荐(0) 编辑
swift 致命错误:Double值无法转换为Int,因为它是无限或NaN
摘要:let time = TimeInterval(asset.duration.seconds) if (time.isNaN || time.isInfinite){ print("无效文件 time.recordDuration.isNaN || time.recordDuration.isInf 阅读全文
posted @ 2023-09-04 16:21 懂事长qingzZ 阅读(108) 评论(0) 推荐(0) 编辑
iOS文件输出输入流(swift)
摘要:https://www.jianshu.com/p/4e7575e977fb?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation 阅读全文
posted @ 2023-09-04 16:19 懂事长qingzZ 阅读(10) 评论(0) 推荐(0) 编辑


< 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
点击右上角即可分享
微信分享提示