上一页 1 2 3 4 5 6 7 ··· 39 下一页
摘要: 第一个免费的 https://chat18.aichatos.xyz/#/chat/1698208065505 第二个付费的 需要vpn,谷歌浏览器安装 搜索并添加 wetab.link 阅读全文
posted @ 2023-11-06 11:27 懂事长qingzZ 阅读(2063) 评论(0) 推荐(0) 编辑
摘要: 计算行数: x = 总个数 y = 一行的个数 行数 = ((x - 1) / y) + 1 计算指定元素的列数: 用上面的公式计算出指定元素所在的行数 y = 一行的个数 列数 = 元素序号 - (行数 * y) 作者:卓敦 链接:https://www.jianshu.com/p/a896016 阅读全文
posted @ 2023-10-21 17:26 懂事长qingzZ 阅读(123) 评论(0) 推荐(0) 编辑
摘要: self.bgScrollView.bounces = NO; ///和后边bottomCellOffset 正好相反 CGFloat maxH = (Screen_Height - self.bgScrollView.tableViewBottomFloat - Screen_NAV_Height 阅读全文
posted @ 2023-10-18 15:38 懂事长qingzZ 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 参考: iOS App上架需要提供 ICP备案号https://www.jianshu.com/p/0ac2e0c7ce1c 阅读全文
posted @ 2023-10-18 15:06 懂事长qingzZ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 真机测试遇到 ——is not paired with your computer 然后xcode 显示Developer Mode DIsabled 隐私与安全性——>安全性——>开发者模式 将开发者模式打开后,设备重启 重启设备后,查看开发者模式是否打开 参考: https://blog.csd 阅读全文
posted @ 2023-10-18 13:57 懂事长qingzZ 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/Walking-Jin/p/5692211.html 阅读全文
posted @ 2023-10-11 13:56 懂事长qingzZ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: #import <AudioToolbox/AudioToolbox.h> //你不能修改震动参数,每个调用都会生成一个简短的1~2秒的震动。在不支持震动的平台上(ipod touch),该调用不执行任何操作,但也不会发生错误!) AudioServicesPlaySystemSound(kSyst 阅读全文
posted @ 2023-10-11 10:06 懂事长qingzZ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 打开终端,输入以下代码 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 阅读(131) 评论(0) 推荐(0) 编辑
摘要: @property (nonatomic, strong) NSTimer *timer; /**< 定时器 */ @property (strong, nonatomic) CAGradientLayer *gradientLayer; /**< 渐变层 */ [self.layer insert 阅读全文
posted @ 2023-09-23 14:43 懂事长qingzZ 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 参考: 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 阅读(78) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 39 下一页