您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Reachability-master.zip

  2. Reachability-master.zip
  3. 所属分类:其它

    • 发布日期:2015-05-13
    • 文件大小:43008
    • 提供者:zhen45173476
  1. ios Reachability

  2. 苹果官方提供的网络检测DEMO Reachability.zip
  3. 所属分类:iOS

    • 发布日期:2016-05-18
    • 文件大小:29696
    • 提供者:caoluchao
  1. 数据请求,数据缓存,刷新处理,网络监测,空白页展示全在这了。.zip

  2. 前面传了一次,发现down不下来。不知道什么原因 功能介绍: 1.网络情球(AFN)常用post,get,上传图片,一次上传多张; 2.数据缓存(YYCache) 3.数据刷新(MJRefresh) 4.网络监测 (Reachability) 5.空白页处理(DZNEmptyData)
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:812032
    • 提供者:weixin_39840387
  1. ios-IOS项目分层.zip

  2. 主项目中的分层主要包含四个模块,Main(主要)、Expand(扩展)、Resource(资源)、Vender(第三方),还有本项目是有多个Tag,用于区分不同的版本,比如本地环境测试版、产品版,主要是通过Tag来区分,不同的标识对应不同的连接地址;当然也可以设置其它不同的内容; 2.1 Main(主要)模块的内容 此模块主要目的是为了存放项目的页面内容,比如MVC的内容,Base(基类)用于存放一些公共的内容,其它功能模块的提取,方便继承调用;在本实例中已经在BaseController整理
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:3145728
    • 提供者:weixin_39840588
  1. ios-数据请求,数据缓存,刷新处理,网络监测,空白页展示全在这了。.zip

  2. 功能介绍: 1.网络情球(AFN)常用post,get,上传图片,一次上传多张; 2.数据缓存(YYCache) 3.数据刷新(MJRefresh) 4.网络监测 (Reachability) 5.空白页处理(DZNEmptyData)
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:808960
    • 提供者:weixin_39840387
  1. ios-基于Reachability扩展的2G3G4G 网络检测,支持block回调.zip

  2. NetWorkSatusType type = [[RYPreferanceManager sharePreferanceManager]currentNetStatusType]; switch (type) { case NetWorkSatusType_None: { self.currentNetWorkStatus.text = "无网络连接"; NSLog("没有网络"); } break; case NetWorkSatusType_WiFi: { self.currentNet
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:266240
    • 提供者:weixin_39840515
  1. ios-iOS 网络监测.zip

  2. 在苹果官方的Reachability基础上进行封装,快速获取当前网络状态,用block方式监听网络状态的变化
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:35840
    • 提供者:weixin_39840914
  1. ios-对AFNetworking中的Network Reachability Manager(有无网络)进行封装.zip

  2. 1.对AFNetworking中的Network Reachability Manager(有无网络)进行封装,通过block带回有无网络 2.若没有网络,提示可跳转至设置界面进行设置
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:105472
    • 提供者:weixin_39840387
  1. ios-实时监测网络状态以及网络类型.zip

  2. 使用Reachability封装了一个单例,实时监测网络状态以及网络类型,直接拖入工程就可以使用,测试环境Ios8.3, xcode7.3;参考链接:http://www.bubuko.com/infodetail-650914.html
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:82944
    • 提供者:weixin_39840387
  1. 腾讯开源的微信客户端跨平台组件Mars.zip

  2. Mars 是微信官方的终端基础组件,是一个使用 C 编写的业务性无关、平台性无关的基础组件。目前已接入微信 Android、iOS、Mac、Windows、WP 等客户端。主要包括以下几个部分:COMM:基础库,包括socket、线程、消息队列、协程等基础工具;XLOG:通用日志模块,充分考虑移动终端的特点,提供高性能、高可用、安全性、容错性的日志功能;SDT:网络诊断模块;STN:信令传输网络模块(核心模块),负责终端与服务器的小数据信令通道。包含了微信终端在移动网络上的大量优化经验与成果,
  3. 所属分类:其它

    • 发布日期:2019-07-19
    • 文件大小:101711872
    • 提供者:weixin_39840650
  1. Reachability.zip

  2. Reachability.zip,太多无法一一验证是否可用,程序如果跑不起来需要自调,部分代码功能进行参考学习。
  3. 所属分类:其它

    • 发布日期:2019-07-30
    • 文件大小:1048576
    • 提供者:weixin_39840515
  1. Reachability-类似于iPhone 6 或 6 Plus的下拉悬停效果,使整个页面下移.zip

  2. 类似于iPhone 6 或 6 Plus的下拉悬停效果,使整个页面下移,这样就方便操作顶端的控件。使用也非常简单,只要在onCreate()中添加俩行代码即可。项目地址:https://github.com/sakebook/Reachability 效果图:如何使用只要在你的Activity的onCreate方法中添加如下俩行:Reachability mReachability = new Reachability(this); mReachability.makeHoverView(Re
  3. 所属分类:其它

    • 发布日期:2019-09-24
    • 文件大小:1048576
    • 提供者:weixin_38744435
  1. 当前网络真的连上网了么?!更真实的判断是否是离线网络的库.zip

  2. 当前网络真的连上网了么?!更真实的判断是否是离线网络的库。.zip,We need to observe the REAL reachability of network. Thats what RealReachability do.
  3. 所属分类:其它

    • 发布日期:2019-09-24
    • 文件大小:65536
    • 提供者:weixin_38743481
  1. Reachability.swift:使用 Swift 闭包实现的网络状态检查库,可以取代 Apple 的 Reachability 库.zip

  2. Reachability.swift:使用 Swift 闭包实现的网络状态检查库,可以取代 Apple 的 Reachability 库.zip,Replacement for Apples Reachability re-written in Swift with closures
  3. 所属分类:其它

    • 发布日期:2019-09-24
    • 文件大小:63488
    • 提供者:weixin_38743481
  1. Shotang-App.zip

  2. Shotang-App。.zip,The New Home Screen is designed in a modular way with the core focus on product discovery. Search, Deals, Products everything has been brought upfront. The hamburger menu has been replaced with a bottom navigation bar for easy reach
  3. 所属分类:其它

    • 发布日期:2019-09-24
    • 文件大小:1048576
    • 提供者:weixin_38743602
  1. Shotang-App.zip

  2. Shotang-App。.zip,The New Home Screen is designed in a modular way with the core focus on product discovery. Search, Deals, Products everything has been brought upfront. The hamburger menu has been replaced with a bottom navigation bar for easy reach
  3. 所属分类:其它

    • 发布日期:2019-10-09
    • 文件大小:1048576
    • 提供者:weixin_38744435
  1. Conefor26.zip

  2. 软件安装包Conefor is a software package that allows quantifying the importance of habitat areas and links for the maintenance or improvement of connectivity, as well as evaluating the impacts on connectivity of habitat and landscape changes. Conefor is co
  3. 所属分类:其它

    • 发布日期:2020-03-20
    • 文件大小:7340032
    • 提供者:Vivian_world
  1. Reachability.zip

  2. 基于苹果官方提供的Reachability类,实现获取当前设备连接的网络类型,Reachability扩展实现2G,3G,4G,wifi。
  3. 所属分类:C

    • 发布日期:2020-05-28
    • 文件大小:4096
    • 提供者:yunhuaikong
  1. 使用Reachability类判断iOS设备的当前网络连接类型

  2. (1). 下载 https://developer.apple.com/library/ios/samplecode/Reachability/Reachability.zip (2). 拖reachability.h,reachability.m入工程 (库非ARC) ARC:-fno-objc-arc               (3) .导入SystemConfiguration.framework (4).用法 代码如下: -(NSString*)getNetType   {     
  3. 所属分类:其它

    • 发布日期:2021-01-04
    • 文件大小:36864
    • 提供者:weixin_38740201