[置顶] 常用技术网站

摘要: http://www.maczapp.com/charles抓包工具:Charles for Mac v3.9.1 http://www.cocoachina.com/ios/20160217/15328.html从零开始:你的第一个iOS App http://www.cnblogs.com/we 阅读全文

posted @ 2016-09-18 09:39 高彰 阅读(1445) 评论(0) 推荐(0) 编辑

2025年2月5日

登录注册API接口

摘要: http://113.110.200.216:4999/web/#/7/28 阅读全文

posted @ 2025-02-05 17:47 高彰 阅读(3) 评论(0) 推荐(0) 编辑

2025年1月13日

内地人在香港求职 这才是内地人去香港找的网站

摘要: 1,参考我发过帖子带有劳工签(一)(二)。通过有资质的劳工中介公司或者官网查找,网址:https://www1.jobs.gov.hk/0/2,香港各项招聘工作网站——帖子已发3,过港直接找(适合时间比较空闲,方便过港人士,但是不会英语跟白话,建议还是别过去,太麻烦) https://www1.jo 阅读全文

posted @ 2025-01-13 11:51 高彰 阅读(257) 评论(0) 推荐(0) 编辑

2025年1月4日

微信公众号财经类笔记目录

摘要: 阅读全文

posted @ 2025-01-04 11:56 高彰 阅读(5) 评论(0) 推荐(0) 编辑

2024年12月10日

iOS macOS 权限

摘要: Privacy - Location Usage Description。应用需要访问用户的地理位置信息时主要适用于iOS 6.0至8.0版本 Privacy - Location When In Use Usage Description 应用需要在用户主动使用它时(即应用在前台运行时)访问用户的 阅读全文

posted @ 2024-12-10 14:55 高彰 阅读(10) 评论(0) 推荐(0) 编辑

2024年11月19日

iOS OC 导航栏自定义rightBarButtonItem

摘要: UIView *customView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 44)]; customView.backgroundColor = [UIColor lightGrayColor]; UILabel *label = 阅读全文

posted @ 2024-11-19 17:26 高彰 阅读(26) 评论(0) 推荐(0) 编辑

2024年11月5日

iOS OC 引导页UIScrollView和UICollectionView

摘要: 先看效果 下面的demo用户复制粘贴,稍微修改一下图片名称这些即可运行 1.UIScrollView的demo,用户先把几张照片放到项目中 GuidePageViewController.h #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @inter 阅读全文

posted @ 2024-11-05 11:45 高彰 阅读(45) 评论(0) 推荐(0) 编辑

2024年10月28日

iOS OC 注册Cell

摘要: //注册普通cell [_tableView registerClass:[XLMinePanelCardSelectCell class] forCellReuseIdentifier:NSStringFromClass([XLMinePanelCardSelectCell class])]; / 阅读全文

posted @ 2024-10-28 11:54 高彰 阅读(7) 评论(0) 推荐(0) 编辑

2024年10月22日

微信小程序demo 游戏和一般组件

摘要: https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html 游戏的 阅读全文

posted @ 2024-10-22 17:05 高彰 阅读(5) 评论(0) 推荐(0) 编辑

2024年10月18日

iOS OC tabbar的item文字默认选中是蓝色,修改选中颜色

摘要: - (UINavigationController *)navigationControllerWithRoot:(UIViewController *)rootViewController tabTitle:(NSString *)tabTitle imageName:(NSString *)im 阅读全文

posted @ 2024-10-18 14:18 高彰 阅读(53) 评论(0) 推荐(0) 编辑

2024年9月23日

iOS macOS OC 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead

摘要: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead 在 iOS 开发中,随着版本的更新,一些 API 阅读全文

posted @ 2024-09-23 14:09 高彰 阅读(159) 评论(0) 推荐(0) 编辑

导航