当前位置: 首页 > news >正文

iOS插件

把平时看到或项目用到的一些插件进行整理,文章后面分享一些不错的实例,若你有其它的插件欢迎分享,不断的进行更新;

一:第三方插件

1:基于响应式编程思想的oc

地址:https://github.com/ReactiveCocoa/ReactiveCocoa

2:hud提示框

地址:https://github.com/jdg/MBProgressHUD

地址:https://github.com/SVProgressHUD/SVProgressHUD

地址:https://github.com/scalessec/Toast

3:XML/HTML解析

地址:https://github.com/topfunky/hpple

4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置

地址:https://github.com/michaeltyson/TPKeyboardAvoiding

地址:https://github.com/hackiftekhar/IQKeyboardManager

5:状态栏提示框

地址:https://github.com/jaydee3/JDStatusBarNotification

6:block工具包。将很多需要用delegate实现的方法整合成了block的形式

地址:https://github.com/zwaldowski/BlocksKit

7:图片加载

地址:https://github.com/rs/SDWebImage

8:正则表达式

地址:https://github.com/wezm/RegexKitLite

9:Masonry代码布局

地址:https://github.com/SnapKit/Masonry

10:弹出窗

地址:https://github.com/sberrevoets/SDCAlertView

11:Button的样式

地址:https://github.com/mattlawer/BButton

12:验证网络连接状态

地址:https://github.com/tonymillion/Reachability

13:自动计算表格行高

地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

14:关键帧基础动画框架,如动画效果的启动页

地址:https://github.com/IFTTT/JazzHands

15:iOS快速简单集成国内三大平台分享

地址:https://github.com/xumeng/XMShareModule

16:五项能力值展示的五边形

地址:https://github.com/dsxNiubility/SXFiveScoreShow

17:自动识别网址号码邮箱和表情的label

地址:https://github.com/molon/MLEmojiLabel

18:IM对话功能的封装

地址:https://github.com/ZhipingYang/UUChatTableView

19:字典转模型框架

地址:https://github.com/CoderMJLee/MJExtension

20:下拉上拉刷数据

地址:https://github.com/CoderMJLee/MJRefresh

21:表格行左右划动菜单

地址:https://github.com/MortimerGoro/MGSwipeTableCell

22:图文混搭

地址:https://github.com/zhouande/TLAttributedLabel

23:可以简单展示在UINavigationBar下方,类似Music app的播放列表视图,弹出菜单视图

地址:https://github.com/DrummerB/BFNavigationBarDrawer

24:比如筛选、模糊、优化、蒙版、调整大小、旋转以及保存等等。同时还提供了一个UIImageView子类从URL异步加载图片,并在下载完毕时展示图片。

地址:https://github.com/Nyx0uf/NYXImagesKit

25:底部TabBar

地址:https://github.com/robbdimitrov/RDVTabBarController

26:表情面版

地址:https://github.com/ayushgoel/AGEmojiKeyboard

27:记录框架

地址:https://github.com/CocoaLumberjack/CocoaLumberjack

28:IOS与javascript交互

地址:https://github.com/marcuswestin/WebViewJavascriptBridge

29:图表统计展示

地址:https://github.com/kevinzhow/PNChart

地址:https://github.com/China131/JHChart

30:appStore评分

地址:https://github.com/arashpayan/appirater

31:iOS-Categories 扩展类大全

地址:https://github.com/shaojiankui/IOS-Categories

32:扫描二维码,仿微信效果,带有扫描条

地址:https://github.com/JxbSir/JxbScanQR

33:动效弹出视图(弹出窗里面为文字,可以定义弹出的方向,及显示的时间)--AMPopTip

地址:https://github.com/andreamazz/AMPopTip

34:基于Masonry自动计算行高扩展

地址:https://github.com/632840804/HYBMasonryAutoCellHeight

35:模仿新浪微博弹出菜单

地址:https://github.com/wwdc14/HyPopMenuView

36:搜索历史标签

地址:https://github.com/zhiwupei/SearchHistory

37:快速集成新手引导的类库

地址:https://github.com/StrongX/XSportLight

38:设置页面的封装

地址:https://github.com/renzifeng/ZFSetting

39:带箭头的弹出视图插件

地址:https://github.com/xiekw2010/DXPopover

40:下拉菜单插件

地址:https://github.com/dopcn/DOPDropDownMenu/

地址:https://github.com/12207480/DOPDropDownMenu-Enhanced (优化后的下拉menu)

41:表格空白提示插件

地址:https://github.com/dzenbot/DZNEmptyDataSet

42:给任意UIView视图四条边框加上阴影,可以自定义阴影的颜色、粗细程度、透明程度以及位置(上下左右边框)

地址:https://github.com/Seitk/UIView-Shadow-Maker

43:不错的日期时间插件

地址:https://github.com/CoderXL/UUDatePicker

44:底部弹出选择

地址:https://github.com/skywinder/ActionSheetPicker-3.0

45:比较不错的引导页面插件

地址:https://github.com/ealeksandrov/EAIntroView

46:两个APP跳转的插件

地址:https://github.com/usebutton/DeepLinkKit

47:本地存取NSUserDefaults插件

地址:https://github.com/gangverk/GVUserDefaults

48:NSArray 和 NSDictionary关于LINQ的操作方式,封装一些常用的操作

地址:https://github.com/ColinEberhardt/LinqToObjectiveC

49:可以监控网络请求的内容

地址:https://github.com/coderyi/NetworkEye

50:时间帮助插件,可以快速获取时间,比较,增加等操作

地址:https://github.com/MatthewYork/DateTools

51: 不错的链式动作

地址:https://github.com/jhurray/JHChainableAnimations

52:弹出层视图,背景效果(可以自定义视图的内容)

地址:https://github.com/HJaycee/JCAlertView

53:圆形进度条的显示,中间可显示值

地址:https://github.com/mdinacci/MDRadialProgress

54:很帅的数据加载动画(可以用于数据列表加载的展现)

地址:https://github.com/NghiaTranUIT/FeSpinner

55:一个开源的AFnetworking上层的封装(第一个猿题库等运用)

地址:https://github.com/yuantiku/YTKNetwork

地址:https://github.com/kangzubin/XMNetworking

56:CBStoreHouseRefreshControl:一个效果很酷炫的下拉刷新控件

地址:https://github.com/coolbeet/CBStoreHouseRefreshControl

57:AFNetworking-RACExtensions:针对ReactiveCocoa的AF封装

地址:https://github.com/CodaFi/AFNetworking-RACExtensions

58:模糊效果(毛玻璃)

地址:https://github.com/nicklockwood/FXBlurView

59:UITableView展开效果的插件

地址:https://github.com/sakkaras/SKSTableView

60:ZIP压缩及解压插件ZipArchive

地址:https://github.com/ZipArchive/ZipArchive

61:自定义UIAlertView

地址:https://github.com/lmcd/LMAlertView

62:Facebook开源的动画库Pop

地址:https://github.com/facebook/pop

POP-MCAnimate把Pop封装,更加简单使用Pop

地址:https://github.com/matthewcheok/POP-MCAnimate

63:关于使用facebook动画库的实例集合

地址:https://github.com/schneiderandre/popping

64:iOS 应用视图上添加简单闪烁效果Shimmer

地址:https://github.com/facebook/Shimmer

65:ios数据持久化插件,使得Core Data使用起来更加的便捷容易

地址:https://github.com/magicalpanda/MagicalRecord

66:创建缩合的iOS应用程序标题栏

地址:https://github.com/bryankeller/BLKFlexibleHeightBar

67:PDF阅读器核心库

地址:https://github.com/vfr/Reader

68:STPopup使弹出框也有UINavigationController的效果

地址:https://github.com/kevin0571/STPopup

69:基于核心音频,有助于进行实时,低延迟音频处理和可视化的iOS和OSX音频可视化框架

地址:https://github.com/syedhali/EZAudio

70:一个不错的弹出Sheet,可以前进跟后退,适合多个页面

地址:https://github.com/m1entus/MZFormSheetController

71:Aspect库是对面向切面编程的实现,里面封装了Runtime的方法

地址:https://github.com/steipete/Aspects

72:一个不错在无输入源的输入框,如UITableViewCell等

地址:https://github.com/slackhq/SlackTextViewController

73:小红点插件,用于提示未读效果

地址:https://github.com/weng1250/WZLBadge

74:不错的照片浏览及选择器,视频选择器,支持单多选

地址:https://github.com/mwaterfall/MWPhotoBrowser [照片浏览]

地址:https://github.com/questbeat/QBImagePicker  [照片选择器 单选多选]

75:含10多种的转场动画效果

地址:https://github.com/ColinEberhardt/VCTransitionsLibrary

76:左右菜单显示(类似QQ导航)

地址:https://github.com/romaonthego/RESideMenu

77:很赞的等待指示动画(比系统自带的帅)

地址:https://github.com/ninjaprox/DGActivityIndicatorView

78:KVOController一个简单安全的 KVO(Key-value Observing, 键-值 观察)工具, 提供简单方便、线程安全的API, Facebook 的开源项目之一

地址: https://github.com/facebook/KVOController

79:FormatterKit 收集了很多构思优秀的 NSFormatter 子类

地址:https://github.com/mattt/FormatterKit

80:自定义的UIPageControl(可以设置每个的样式)

地址:https://github.com/Spaceman-Labs/SMPageControl

81:使用NJKWebViewProgress做webview进度条(解决先前无法获得进度的问题)

地址:https://github.com/ninjinkun/NJKWebViewProgress

82:修改NavigationBar的显示效果

地址:https://github.com/ltebean/LTNavigationBar/

83:FCUUID获得设备号的替代方式

地址:https://github.com/fabiocaccamo/FCUUID

84:多主题色或者白天黑夜模式的运用

地址:https://github.com/Draveness/DKNightVersion

85:GPUImage是一个基于GPU图像和视频处理的开源框架,提供各种各样的图像处理滤镜

地址:https://github.com/BradLarson/GPUImage

86:YY图片加载插件,可以支持动态,网络本地,渐进式图片加载等

地址:https://github.com/ibireme/YYWebImage

87:封装后的蓝牙帮助库

地址:https://github.com/coolnameismy/BabyBluetooth

88:一个很通用的需求就是引导教程

地址:https://github.com/bubudrc/MPCoachMarks

89:基于MPMoviePlayerController播放器KRVideoPlayer

地址:https://github.com/36Kr-Mobile/KRVideoPlayer

90:UICollection左对齐跟右对齐

地址:https://github.com/mokagio/UICollectionViewLeftAlignedLayout

地址:https://github.com/mokagio/UICollectionViewRightAlignedLayout

地址:https://github.com/avdyushin/FlowLayout

91:自定义弹出对话窗,类似系统又可以自定义视图DQAlertView或MMPopupView

地址 :https://github.com/dinhquan/DQAlertView

地址:https://github.com/adad184/MMPopupView

92:输入框在焦点获得时会有一个小标题JVFloatLabeledTextField

地址:https://github.com/jverdi/JVFloatLabeledTextField

93:针对一些UI进行显示优化,可以设置一些不同的背景色等

地址:https://github.com/Grouper/FlatUIKit

94:色彩插件,如果没有设计师又想一些漂亮的色彩就可以运用Chameleon

地址:https://github.com/ViccAlexander/Chameleon

95:两个不错的侧边栏显示插件ECSlidingViewController,SWRevealViewController

地址:https://github.com/ECSlidingViewController/ECSlidingViewController

地址:https://github.com/John-Lluch/SWRevealViewController

96:各式各样的进度条,可以放在不同地方NAV或者图片 或者扇形M13ProgressSuite

地址:https://github.com/Marxon13/M13ProgressSuite

97:拉动UITableView时CELL有一摇动的效果AMWaveTransition

地址:https://github.com/andreamazz/AMWaveTransition

98:封装多种的头部滚动菜单VTMagic

地址:https://github.com/tianzhuo112/VTMagic

99:热更新JSPatch,用JS编写OC的功能

地址:https://github.com/bang590/JSPatch

100:底部CYLTabBarController插件

地址:https://github.com/ChenYilong/CYLTabBarController

101:文件注入插件XAspect,可以针对同一个方法进行注入

地址:https://github.com/xareelee/XAspect

102:路由插件routable-ios

地址:https://github.com/clayallsopp/routable-ios

103:最完善的Socket库了:支持异步TCP/UDP,支持GCD,Objective-C接口封装

地址:https://github.com/robbiehanson/CocoaAsyncSocket

104:使用UILabel实现滚动字幕移动效果

地址:https://github.com/cbpowell/MarqueeLabel

105:iOS富文本组件的实现—DTCoreText

地址:https://github.com/Cocoanetics/DTCoreText

106:带图标的PPiAwesomeButton,可以定义图标在左右边

地址:https://github.com/pepibumur/PPiAwesomeButton

107:二维码、扫码、扫一扫、ZXing和ios系统自带扫码封装,扫码界面效果封装

地址:https://github.com/MxABC/LBXScan

108:输入框带下拉框

地址:https://github.com/EddyBorja/MLPAutoCompleteTextField

109:关于时间的显示label,还可以有倒计时,时间格式等

地址:https://github.com/mineschan/MZTimerLabel

110:一个不错的空白提示效果

地址:https://github.com/jinxiansen/JHUD

111:一个照片裁剪器,支持照片的旋转,放大,与任意区域的拖拽裁剪

地址:https://github.com/itouch2/PhotoTweaks

地址:https://github.com/ruslanskorb/RSKImageCropper[也不错]

112:ijkplayer视频直播框架

地址:https://github.com/Bilibili/ijkplayer

113:灵活性很强的UIAlertView效果,可以修改其所有的样式

地址:https://github.com/regexident/DLAlertView

114:一个弹屏效果插件BarrageRenderer

地址:https://github.com/unash/BarrageRenderer

115:刮奖效果插件

地址:https://github.com/moqod/iOS-Scratch-n-See

116:带农历的日期控件

地址:https://github.com/tiger8888/WHUCalendar

117:一个不错的数字键盘

地址:https://github.com/matmartinez/MMNumberKeyboard

118:腾讯直播开源iOS音视频采集与RTMP推流

地址:https://github.com/goodow/GDLiveStreaming

119:光学识别储蓄卡以及信用卡

地址:https://github.com/card-io/card.io-iOS-SDK

120:UIView圆角处理插件 优化

地址:https://github.com/raozhizhen/JMRoundedCorner

121:一个拥有更平滑的navigationBar切换动画的NavigationController

地址:https://github.com/JNTian/JTNavigationController

122:一个自定义的SearchBar 可以替代系统自带

地址:https://github.com/shaojiankui/JKSearchBar

123:一个操作ICloud异步封装插件

地址:https://github.com/iRareMedia/iCloudDocumentSync

124:一个关于股票K线的插件

地址:https://github.com/yate1996/Y_KLine

125:  一个金额增加动态效果的

地址:https://github.com/jkpang/PPCounter

126:一个不错的搜索展现跟历史插件(默认常见几种样式)

地址:https://github.com/iphone5solo/PYSearch

127:一个全屏手势返回的效果

地址:https://github.com/forkingdog/FDFullscreenPopGesture

128:一个不错的图片轮播插件,支持不同的效果跟样式

地址:https://github.com/qylibohao/BHInfiniteScrollView

129:一个中文转拼音的插件

地址:https://github.com/kimziv/PinYin4Objc

130:可以定制每个页面的导航条 RTRootNavigationController

地址:https://github.com/rickytan/RTRootNavigationController

131:弹出箭头指向的菜单效果

地址:https://github.com/lyb5834/YBPopupMenu

地址:https://github.com/lifution/Popover

132:网络请求拦截

地址:https://github.com/hypoyao/GYHttpMock

133:实体映射数据库的插件

地址:https://github.com/li6185377/LKDBHelper-SQLite-ORM

地址:http://wereadteam.github.io/2016/07/06/GYDataCenter

134:是否造成内存泄露的插件MLeaksFinder

地址:https://github.com/Zepo/MLeaksFinder

135:iOS 启动连续闪退保护方案

地址:https://github.com/liuslevis/GYBootingProtection

136:微信Mars:微信内部正在使用的网络层封装库,即将开源

地址:https://github.com/52im/mars

137:滚动、卡片、3D动画等效果的插件

地址:https://github.com/nicklockwood/iCarousel

138:WMPlayer视频播放器

地址:https://github.com/zhengwenming/WMPlayer

二:swift第三方插件集合

1:带动画效果的tabBar插件

地址:https://github.com/Ramotion/animated-tab-bar

2:排版布局SnapKit

地址:https://github.com/SnapKit/SnapKit

3:转JSON解析

地址:https://github.com/SwiftyJSON/SwiftyJSON

4:网络请求库Alamofire

地址:https://github.com/Alamofire/Alamofire

5:为 UIImageView 添加修正人脸位置功能的 Swift 框架

地址:https://github.com/BeauNouvelle/FaceAware

6:一款非常漂亮的自定义 UISementedControl

地址:https://github.com/twicketapp/TwicketSegmentedControl

7:高度可定制的环形 SlideView

地址:https://github.com/HamzaGhazouani/HGCircularSlider

8:可能是在 Swift 中处理 Date 的最佳方案的框架

地址:https://github.com/malcommac/SwiftDate

9:数据缓存框架

地址:https://github.com/linkedin/RocketData

10:空白提示,带状态 ViewController ,方便快速添加各种状态视图

地址:https://github.com/aschuch/StatefulViewController

11:简单、实用路径可定进程条。

地址:https://github.com/kentya6/KYCircularProgress

地址:https://github.com/kaandedeoglu/KDCircularProgress

12:正则表达式

地址:https://github.com/sharplet/Regex

13:解决国内GPS地图坐标偏移问题,它将政府加密过的GCJ-02坐标,转成世界通用的WGS-84坐标。

地址:https://github.com/googollee/eviltransform

14:Swift响应式库

地址:https://github.com/ReactiveX/RxSwift

15:图表统计插件

地址:https://github.com/danielgindi/ios-charts

三:源代码实例

1:Coding.net客户端

地址:https://coding.net/u/coding/p/Coding-iOS/git

2:高仿美团iOS版

地址:https://github.com/lookingstars/meituan

3:模仿网易新闻做的精仿网易新闻

地址:https://github.com/dsxNiubility/SXNews

4:支付宝高仿版

地址:https://github.com/gsdios/GSD_ZHIFUBAO

5:高仿百度传课iOS版

地址:https://github.com/lookingstars/chuanke

6:模仿一元云购

地址:https://github.com/JxbSir/YiYuanYunGou

7:wordpress源代码

地址:https://github.com/wordpress-mobile/WordPress-iOS

8:v2ex源代码(文章类型,若报SVProgressHUD错,则把Podfile中的SVProgressHUD移除)

地址:https://github.com/singro/v2ex

9:PHPHub客户端(IOS8.0以上)

地址:https://github.com/Aufree/phphub-ios

10:快速搭建项目源代码

地址:https://github.com/wujunyang/MobileProject

11:如何优化UITableView中Cell加载图片的实例

地址:https://github.com/allenhsu/UIScrollView-Samples/tree/master/LazyLoad

12:开源的IOS代码集合

地址:https://github.com/dkhamsing/open-source-ios-apps

13:包含各种不错的OC跟Swift的插件集合,插件名单

地址:https://github.com/vsouza/awesome-ios

14:一个关于UITableView针对cell的优化方案VVeboTableViewDemo

地址:https://github.com/johnil/VVeboTableViewDemo

15:一个收集关于IOS面试题

地址:https://github.com/ChenYilong/iOSInterviewQuestions

16:ParseSourceCodeStudy Facebook开源的Parse源码分析

地址:https://github.com/ChenYilong/ParseSourceCodeStudy

17:高仿bilibili项目(集成基于ijkplayer的视频播放器(普通视频、直播视频))

地址:https://github.com/MichaelHuyp/Bilibili_Wuxianda

18:高仿<喵播APP>

地址:https://github.com/SunLiner/MiaowShow

19:一个天气类的APP,里面有丰富的动画效果

地址:https://github.com/YouXianMing/YoCelsius

地址:https://github.com/YouXianMing/Animations (动画实例集合)

地址:https://github.com/YouXianMing/iOS-Design-Patterns (设计模式介绍)

20:Core Animation框架动画效果实例

地址:https://github.com/yixiangboy/IOSAnimationDemo

21:一个模仿微信的实例MessageDisplayKit

地址:https://github.com/xhzengAIB/MessageDisplayKit

22:关于react native相关学习资料 及源代码实例

地址:https://github.com/reactnativecn/react-native-guide

23:BeeHive 是用于 iOS 的 App 模块化编程的框架实现方案

地址:https://github.com/alibaba/BeeHive

24:一个针对iOS模块化开发的解决方案

地址:https://github.com/wujunyang/jiaModuleDemo

25:众筹网站 kickstarter 开源其 iOS 应用(swift)

地址:https://github.com/kickstarter/ios-oss

四:辅助软件

1:XCODE文档注解插件VVDocumenter

地址:https://github.com/onevcat/VVDocumenter-Xcode

2:将JSON格式化输出为模型的属性

地址:https://github.com/EnjoySR/ESJsonFormat-Xcode

3:图片提示插件

地址:https://github.com/ksuther/KSImageNamed-Xcode

4:图片转换插件

地址:https://github.com/rickytan/RTImageAssets

5: 测试模拟苹果通知

地址:https://github.com/KnuffApp/Knuff

6: HOStringSense  可以在弹出框写NSString,所见及所得

地址:https://github.com/holtwick/HOStringSense-for-Xcode

7:cocoapods-xcode-plugin  pod相关的操作可以在xcode菜单进行

地址:https://github.com/kattrali/cocoapods-xcode-plugin

8:switch枚举的时候会自动生成代码

地址:https://github.com/stefanceriu/SCXcodeSwitchExpander

9:git中关于各个语言的gitignore

地址:https://github.com/github/gitignore

10:FLEX(Flipboard Explorer)是Flipboard官方发布的一组专门用于iOS开发的应用内调试工具

地址:https://github.com/Flipboard/FLEX

11:ponyDebugger是一个远程调试工具包,通过使用 Chrome 开发者工具来调试 iOS 应用的网络流量和数据存储

地址:https://github.com/square/PonyDebugger

12: OC编码风格规范

地址:https://github.com/NYTimes/objective-c-style-guide

13:FBMemoryProfiler:Facebook 出品的一个实时监测内存使用的库。相比于 Xcode 自带的 Instruments

地址:https://github.com/facebook/FBMemoryProfiler

14:app卡顿问题检测--KMCGeigerCounter(实例可以网上搜索)

地址:https://github.com/kconner/KMCGeigerCounter/

15:生成类的关系图KSHObjcUML

地址:https://github.com/kimsungwhee/KSHObjcUML

16:realm-cocoa实体映射数据库,有自个的数据库(可以替换SQLITE,速度比较快)

地址:https://github.com/realm/realm-cocoa

17:创建文档API,可以快速让APP先调用,并行开发

地址:https://apiary.io/

18:直接查看虚拟器上的沙盒路径simpholders

地址:http://www.maczapp.com/simpholders

19:FastStub实现了类似的功能,能自动解析出某个类头文件 , 父类 , 所有protocol 里面还没有被实现的方法(ctrl+cmd+k)

地址:https://github.com/music4kid/FastStub-Xcode

20:JSPatch把简单的OC代码转为JSPatch脚本代码,若复杂还得自个调整

地址:http://bang590.github.io/JSPatchConvertor/

地址:https://github.com/bang590/JSPatchX(编写JSPatch脚本自动补全)

21:插件XcodeColors(让xCode控制台输出文本有颜色)

地址:https://github.com/robbiehanson/XcodeColors

22:自动打包并上传

地址:https://github.com/nomad/shenzhen

地址:https://github.com/LarryEmerson/AutoBuildIpaAndUploadToPgyer

23:代码块模板

地址:https://github.com/Xcode-Snippets/Objective-C

24:头脑风暴画图软件

地址:http://www.xmind.net/download/mac/

25:查看单元格渲染时间--DWURecyclingALert

地址:https://github.com/diwu/DWURecyclingAlert

26:XCode皮肤集合,总有一个适合你

地址:https://github.com/hdoria/xcode-themes

27:代码格式化对齐插件(shift+command+x)

地址:https://github.com/qfish/XAlign

28:图片压缩软件

地址:https://imageoptim.com/mac

29:在线JSON 转义 或去转义等

地址:http://www.sojson.com/yasuo.html

30:Mac上强大的iOS矢量绘图编程软件,paintcode for mac 破解版

31:MobileVLCKit静态库下载链接

地址:http://nightlies.videolan.org/build/ios/

32:Reveal软件下载

地址:http://xclient.info/s/reveal.html

33:格式化代码插件ClangFormat-Xcode

地址:https://github.com/travisjeffery/ClangFormat-Xcode

34:可以查看上架一些相关统计 特别是ASO的统计

地址:http://www.cqaso.com/

35:一个可以编写国际化文件的小软件,提高编辑效果

地址:http://www.peerassembly.com/linguan.html

36:查看项目中没有使用的图片插件

地址:https://github.com/jeffhodnett/Unused

37:一个关于Instuments使用指南.pdf

地址:http://cdn.cocimg.com/bbs/attachment/Fid_6/6_24457_90eabb4ed5b3863.pdf

38:生成2X或3X的图标软件

地址:https://itunes.apple.com/cn/app/app-icon-gear-gao-xiao-dexcode/id989646576?mt=12

39:推送测试工具

地址:https://itunes.apple.com/cn/app/easy-apns-provider/id989622350?mt=12

40:Swift学习资源集合

地址:https://github.com/ipader/SwiftGuide

41:Swift一个方便的集合超过365本地Swift 3扩展,以提高您的生产力

地址:https://github.com/omaralbeik/SwifterSwift

42:验证HTTPS证书域名是否有效

地址:https://www.qcloud.com/product/ssl

43:在线编码解码

地址:http://tool.chinaz.com/tools/urlencode.aspx

44:收集一些IOS文章跟源代码地址LearningIOS 学习资料

地址:https://github.com/zhouhuanqiang/LearningIOS

45:任务卡片管理

地址:https://trello.com/

相关文章:

iOS插件

把平时看到或项目用到的一些插件进行整理&#xff0c;文章后面分享一些不错的实例&#xff0c;若你有其它的插件欢迎分享&#xff0c;不断的进行更新&#xff1b; 一&#xff1a;第三方插件 1:基于响应式编程思想的oc 地址&#xff1a;https://github.com/ReactiveCocoa/Rea…...

Maven第四章:配置文件详解

Maven第四章:配置文件详解 前言 本章重点知识:掌握setting.xml配置文件以及pom.xml配置文件 setting.xml配置文件 setting.xml文件用于配置Maven的运行环境,包括本地仓库的位置、镜像仓库的配置、认证信息等。以下是setting.xml文件的详细说明: 文件位置: 全局配置文件:…...

计算机网络基础一

任务背景 由于某些原因&#xff0c;某公司搬迁至新地方&#xff0c;现需要对公司网络环境重新调整规划&#xff0c;申请了一个 B 类 IP 地址 : 172.25.0.0 &#xff0c;子 网掩码为 255.255.224.0 。需要根据公司部门和电脑数进行子网划分并分配 IP 。公司目前有 6 个部门&am…...

搜维尔科技:Touch触觉式力反馈设备与Touch X力反馈设备对比分析

此2款力反馈为最常用的力反馈设备...

SAP保持系统长时间在线

保持系统长时间在线 保持SAP系统长长时间在线不掉线&#xff0c;通过代码&#xff0c;保持一个页面一直在线&#xff0c;ABAP代码如下: *&---------------------------------------------------------------------* *& Report ZGUI *&----------------------------…...

威联通NAS进阶玩法之使用Docker搭建个人博客教程

Hello大家好&#xff0c;本篇教程主要教大家在威联通的NAS上搭建属于自己的个人博客网站&#xff0c;首先介绍一下我使用的机器&#xff0c;四盘位威联通TS-464C2&#xff0c;搭载四核四线程的N5095处理器&#xff0c;支持4K60帧的输出以及PCIE3.0,可玩性还是非常高的。废话不多…...

模型对象CSS2DObject始终在画布的左上角(问题解决)

写了个简单案例模拟一下这个问题&#xff0c;看下图片 下面看下c2渲染器相关代码部分 this.css2DRenderer new CSS2DRenderer(); this.css2DRenderer.render(this.scene, this.camera); this.css2DRenderer.setSize(width, height); this.css2DRenderer.domElement.style.pos…...

LabVIEW开发基于图像处理的车牌检测系统

LabVIEW开发基于图像处理的车牌检测系统 自动车牌识别的一般步骤是图像采集、去除噪声的预处理、车牌定位、字符分割和字符识别。结果主要取决于所采集图像的质量。在不同照明条件下获得的图像具有不同的结果。在要使用的预处理技术中&#xff0c;必须将彩色图像转换为灰度&am…...

Data Analysis With Python

文章目录 Data Analysis With PythonAnalyzing Numerical Data with NumPyCreating NumPy ArrayNumPy Array SlicingNumPy Array BroadcastingAnalyzing Data Using Pandas In this article, we will discuss how to do data analysis with Python. We will discuss all sorts …...

【Selenium】提高测试爬虫效率:Selenium与多线程的完美结合

前言 使用Selenium 创建多个浏览器&#xff0c;这在自动化操作中非常常见。 而在Python中&#xff0c;使用 Selenium threading 或 Selenium ThreadPoolExecutor 都是很好的实现方法。 应用场景&#xff1a; 创建多个浏览器用于测试或者数据采集&#xff1b;使用Selenium 控…...

ElCLib类解析

OpenCascade 中的 ElCLib 类提供了对基本曲线&#xff08;例如 2D 和 3D 空间中的二次曲线和直线&#xff09;进行基本几何计算的函数。它提供与参数化、点评估和曲线参数范围内的定位相关的各种操作和计算。以下是一些需要注意的要点&#xff1a; 点和矢量计算&#xff1a;ElC…...

栈、队列、矩阵的总结

栈的应用 括号匹配 表达式求值&#xff08;中缀&#xff0c;后缀&#xff09; 中缀转后缀&#xff08;机算&#xff09; 中缀机算 后缀机算 总结 特殊矩阵 对称矩阵的压缩存储 三角矩阵 三对角矩阵 稀疏矩阵的压缩存储...

PCL 半径滤波剔除噪点

目录 一、算法原理二、注意事项三、代码实现一、算法原理 PCL半径滤波是删除在输入的点云一定范围内没有达到足够多领域的所有数据点。通俗的讲:就是以一个点p给定一个范围r,领域点要求的个数为m,r若在这个点的r范围内部的个数大于m则保留,小于m则删除。因此,使用该算法时…...

Android SurfaceFlinger做Layer合成时,如何与HAL层进行交互

目录 零、本文讨论问题的范围一、问题&#xff1a;SurfaceFlinger图层合成选择实现方式的两难1.1 从OpenGL ES、HWC本身来讲1.2 以HWC为主导的判断逻辑 二、SurfaceFlinger与HAL层进行交互的具体实现框架2.1 SurfaceFlinger 调用 OpenGL ES 流程2.2 FrameBuffer2.3 SurfaceFlin…...

华为eNSP配置专题-策略路由的配置

文章目录 华为eNSP配置专题-策略路由的配置0、概要介绍1、前置环境1.1、宿主机1.2、eNSP模拟器 2、基本环境搭建2.1、终端构成和连接2.2、终端的基本配置 3、配置接入交换机上的VLAN4、配置核心交换机为网关和DHCP服务器5、配置核心交换机和出口路由器互通6、配置PC和出口路由器…...

JAVA实现智能停车场管理系统 开源

目录 一、摘要1.1 项目介绍1.2 项目录屏 二、研究内容A. 车主端功能B. 停车工作人员功能C. 系统管理员功能1. 停车位模块2. 车辆模块3. 停车记录模块4. IC卡模块5. IC卡挂失模块 三、界面展示3.1 登录注册3.2 车辆模块3.3 停车位模块3.4 停车数据模块3.5 IC卡档案模块3.6 IC卡挂…...

深入理解Docker之:存储卷相关概念详解和分析

深入理解Docker之&#xff1a;存储卷相关概念详解和分析 1. 为什么要使用存储卷 Docker镜像由多个只读层叠加而成&#xff0c;启动容器时&#xff0c;Docker会加载只读镜像层&#xff0c;并在镜像栈顶部添加一个读写层如果运行中的容器修改了现有的一个已经存在的文件&#x…...

Node.js的基本概念node -v 和npm -v 这两个命令的作用

Node.js 是一个开源且跨平台的 JavaScript 运行时环境&#xff0c;它可以让你在服务器端运行 JavaScript 代码。Node.js 使用了 Chrome 的 V8 JavaScript 引擎来执行代码&#xff0c;非常高效。 在 Node.js 出现之前&#xff0c;JavaScript 通常只在浏览器中运行&#xff0c;用…...

mysql bin_log日志恢复数据

1、开启bin_log日志 开启方式1 my.ini 下配置开启或者vi /etc/my.cnf log_binmysql-bin server_id1 2、参考文章 https://blog.csdn.net/DreamEhome/article/details/130010601 (重点) 【mysql】binlog日志_mysql binlog日志-CSDN博客 MySQL 开启binlog日志和windows服务…...

C++系列之list的模拟实现

&#x1f497; &#x1f497; 博客:小怡同学 &#x1f497; &#x1f497; 个人简介:编程小萌新 &#x1f497; &#x1f497; 如果博客对大家有用的话&#xff0c;请点赞关注再收藏 &#x1f31e; list的节点类 template struct list_Node { public: list_Node* _prev; list_…...

什么情况下你会使用AI工具(chatgpt、bard)?

在当今数字化和智能化的时代&#xff0c;AI工具已成为许多领域的常见工具。在本文中&#xff0c;我将探讨什么情况下会使用AI工具。前言 – 人工智能教程 ChatGPT是一款由OpenAI开发的大型语言模型&#xff0c;可以生成文本、翻译语言、编写不同类型的创意内容&#xff0c;并以…...

【go】两数求和

文章目录 题目代码解法2 代码仓库 题目 给定一个整数数组 nums 和一个整数目标值 target&#xff0c;请你在该数组中找出 和为目标值 target 的那 两个 整数&#xff0c;并返回它们的数组下标。 你可以假设每种输入只会对应一个答案。但是&#xff0c;数组中同一个元素在答案…...

软考高项-成本管理

工具和技术 三点估算 通过考虑估算中的不确定性与风险&#xff0c;使用3种估算值来界定活动成本的近似区间&#xff0c;可以提高活动成本估算的准确性&#xff1b; 储备分析 为应对成本的不确定性&#xff0c;成本估算中可以包括应急储备。应急储备的管理方法&#xff1a; 将…...

24年FRM备考知识点以及一级公式表

FRM一级公示表以及备考知识点 链接&#xff1a;https://pan.baidu.com/s/17RpFF9OyfRk7FGtEQrxf3A?pwd1234 提取码&#xff1a;1234 FRM二级公示表以及备考知识点 链接&#xff1a;https://pan.baidu.com/s/175D05wV1p94dIfBZThutCQ?pwd1234 提取码&#xff1a;1234...

Spring Cloud学习:二【详细】

目录 Nacos的配置 Nacos的单机启动 服务注册 Nacos服务分级存储模型 优先访问同集群的服务 根据权重负载均衡 环境隔离Namespace Nacos调用流程 Nacos与Eureka注册对比 Nacos与Eureka的共同点 Nacos与Eureka的区别 Nacos配置管理 统一配置 配置自动刷新 多环境配…...

Unity的live2dgalgame多语言可配置剧情框架

这段代码用于读取表格 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using OfficeOpenXml; using System.IO; using UnityEngine.Networking; using UnityEngine.UI; using Random UnityEngine.Random;public class Plots…...

再畅通工程(最小生成树)

题目描述&#xff1a;还是畅通工程 某省调查乡村交通状况&#xff0c;得到的统计表中列出了任意两村庄间的距离。省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通&#xff08;但不一定有直接的公路相连&#xff0c;只要能间接通过公路可达即可&#xff09;&…...

前后端分离不可忽视的陷阱,深入剖析挑战,分享解决方案,助你顺利实施分离开发。

不管你设计的系统架构是怎么样&#xff0c;最后都是你的组织内的沟通结构胜出。这个观点一直在组织内不断地被证明&#xff0c;但也不断地被忽略。 前后端分离的利与弊 近几年&#xff0c;随着微服务架构风格的引入、前后端生态的快速发展、多端产品化的出现&#xff0c;前后…...

(四)库存超卖案例实战——优化redis分布式锁

前言 在上一节内容中&#xff0c;我们已经实现了使用redis分布式锁解决商品“超卖”的问题&#xff0c;本节内容是对redis分布式锁的优化。在上一节的redis分布式锁中&#xff0c;我们的锁有俩个可以优化的问题。第一&#xff0c;锁需要实现可重入&#xff0c;同一个线程不用重…...

【ROS入门】雷达、摄像头及kinect信息仿真以及显示

文章结构 雷达信息仿真以及显示Gazebo仿真雷达配置雷达传感器信息xacro文件集成启动仿真环境 Rviz显示雷达数据 摄像头信息仿真以及显示Gazebo仿真摄像头新建xacro文件&#xff0c;配置摄像头传感器信息xacro文件集成启动仿真环境 Rviz显示摄像头数据 kinect信息仿真以及显示Ga…...