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

搜索资源列表

  1. Retrofit+RxJava jar

  2. compile 'com.squareup.retrofit2:retrofit:2.1.0' compile 'com.squareup.retrofit2:converter-gson:2.1.0' compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0' compile 'io.reactivex:rxandroid:1.2.0'
  3. 所属分类:Android

    • 发布日期:2018-01-09
    • 文件大小:1mb
    • 提供者:juyo_ch
  1. Android相册Demo

  2. 查询系统数据库文件,获取手机内所有的图片。采用rexjava
  3. 所属分类:Android

    • 发布日期:2018-08-23
    • 文件大小:30mb
    • 提供者:wsw_123
  1. 正则表达式PySwiftyRegex.zip

  2. PySwiftyRegex 是 Swift 的像 Python 的 re 模块一样简洁高效的正则表达式封装,面向 iOS/OSX,支持 Cocoapods。 示例代码: import PySwiftyRegexif let m = re.search("[Tt]his is (.*?)easy", "I think this is really easy!!!") {     m.group()  // "this is really easy"     m.group(1) // "real
  3. 所属分类:其它

    • 发布日期:2019-07-17
    • 文件大小:31kb
    • 提供者:weixin_39841848
  1. PySwiftyRegex:以Python方式轻松处理Swift中的Regex-源码

  2. PySwiftyRegex 在Swift中以Pythonic方式轻松处理Regex。 这很容易 import PySwiftyRegex if let m = re. search ( " [Tt]his is (.*?)easy " , " I think this is really easy!!! " ) { m. group () // "this is really easy" m. group ( 1 ) // "really " } 请参阅。 要求 iOS 7.0以上/
  3. 所属分类:其它

    • 发布日期:2021-02-25
    • 文件大小:31kb
    • 提供者:weixin_42128558