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

包头网站开发公司站外推广方式

包头网站开发公司,站外推广方式,怎么查一个地区的所有网站域名,开发网站心得文章目录 概念介绍使用方法使用默认的转换器自定义转换器 示例代码经验分享 我们在上一章回中介绍了"如何打造一个网络框架"相关的内容,本章回中将介绍 如何使用dio的转换器.闲话休提,让我们一起Talk Flutter吧。 概念介绍 转换器主要用来转…

文章目录

  • 概念介绍
  • 使用方法
    • 使用默认的转换器
    • 自定义转换器
  • 示例代码
  • 经验分享

我们在上一章回中介绍了"如何打造一个网络框架"相关的内容,本章回中将介绍 如何使用dio的转换器.闲话休提,让我们一起Talk Flutter吧。

概念介绍

转换器主要用来转换数据类型或者内容,它既可以转换客户端发送给服务器的数据,也可以转换服务器回复给客户端的数据。我们可以自己实现一个转换器,不过dio库提供了转换器:transform。本章回中将介绍它的使用方法。

使用方法

使用默认的转换器

在dio库中提供了默认的转换器BackgroundTransformer,我们可以直接使用它:

mDio.transformer.transformRequest();

这里的mDio是dio类型的对象。

自定义转换器

网络库dio提供了转换器:transform,它是一个抽象类,我们想使用转换器时只需要继承该类就可以,不过在继承时需要实现该类的两个抽象方法,详细如下:

  • transformRequest:该方法用来转换客户端发送给服务器的数据;
  • transformResponse:该方法用来转换服务器回复给客户端的数据;

我们只是概要性地介绍转换器中的抽象方法,详细内容可以参考下面的示例代码。

示例代码

///自定义的转换器,可以使用dio的提供的SyncTransformer,
class CustomTransform extends BackgroundTransformer{///在PUT,POST和PATCH请求中才会回调Future<String> transformRequest(RequestOptions options) {// TODO: implement transformRequestprint('transformRequest running');return super.transformRequest(options);}///除了PUT,POST和PATCH请求外,GET请求中也会回调Future transformResponse(RequestOptions options, ResponseBody response) {// TODO: implement transformResponseprint('transformResponse running');///转换返回的数据 为string: response// return Future.value('response');///不转换数据return super.transformResponse(options, response);}
}

我们在示例代码中自定义了一个转换器:CustomTransform,它是BackgroundTransformer转换器的子类,其实也可以直接继承Transformer这个抽象类,只是需要自己动手实现抽象方法,而不是像示例代码中一样直接调用父类的相关方法。

自己实现Transformer的抽象方法时可以参考SyncTransformer类的源代码,该类直接继承自Transformer类,而且它还是默认转换器BackgroundTransformer类的父类。

经验分享

转换器在实际项目中使用的的概率比较小,不过还是建议大家掌握它。此外,还有一些经验和大家分享:

  • 转换器只有在PUT,POST和PATCH这些Http请求中才有效果,因为只有这些请求中才带有数据。
  • 转换器中分请求转换器和响应转换器两个回调方法,请求转换器在请求拦截器后执行,响应转换器在响应拦截器前执行。
  • 转换器的功能和拦截器类似,使用方法也类似,加一个转换器的目的是为了在代码上与拦截器解耦。

看官们,关于"如何使用dio的转换器"相关的内容就介绍到这里,欢迎大家在评论区交流与讨论!


文章转载自:
http://dinncoattain.ssfq.cn
http://dinncowashleather.ssfq.cn
http://dinncousha.ssfq.cn
http://dinncoquarterfinalist.ssfq.cn
http://dinncopacemaking.ssfq.cn
http://dinncoouds.ssfq.cn
http://dinncocarbamoyl.ssfq.cn
http://dinncopietistic.ssfq.cn
http://dinncokalends.ssfq.cn
http://dinncoimposure.ssfq.cn
http://dinncocornettist.ssfq.cn
http://dinncosclav.ssfq.cn
http://dinncopilferer.ssfq.cn
http://dinncocorey.ssfq.cn
http://dinncoshod.ssfq.cn
http://dinncofisk.ssfq.cn
http://dinncovelocimeter.ssfq.cn
http://dinncopouter.ssfq.cn
http://dinncofullmouthed.ssfq.cn
http://dinncopurbeck.ssfq.cn
http://dinncoinebriant.ssfq.cn
http://dinncodragonhead.ssfq.cn
http://dinncoatria.ssfq.cn
http://dinncofulgurous.ssfq.cn
http://dinncoscholarly.ssfq.cn
http://dinncojmb.ssfq.cn
http://dinncolatifundia.ssfq.cn
http://dinncofelicitous.ssfq.cn
http://dinncodetergency.ssfq.cn
http://dinncomelkite.ssfq.cn
http://dinncouncertificated.ssfq.cn
http://dinncohieratical.ssfq.cn
http://dinncotutress.ssfq.cn
http://dinncosoljanka.ssfq.cn
http://dinncodniester.ssfq.cn
http://dinncofearfulness.ssfq.cn
http://dinncomicromicrofarad.ssfq.cn
http://dinncoacidimetry.ssfq.cn
http://dinncoundersign.ssfq.cn
http://dinncodendron.ssfq.cn
http://dinncoavocado.ssfq.cn
http://dinncopinesap.ssfq.cn
http://dinncosemipetrified.ssfq.cn
http://dinncoreinforcer.ssfq.cn
http://dinncoexpressionism.ssfq.cn
http://dinncohousekeeper.ssfq.cn
http://dinncocircumgyrate.ssfq.cn
http://dinncofoolocracy.ssfq.cn
http://dinncohaver.ssfq.cn
http://dinncolieabed.ssfq.cn
http://dinncosincerity.ssfq.cn
http://dinncoeuglenoid.ssfq.cn
http://dinncochronology.ssfq.cn
http://dinncoteem.ssfq.cn
http://dinncoderned.ssfq.cn
http://dinncoungrudging.ssfq.cn
http://dinncoinexorably.ssfq.cn
http://dinncointuitively.ssfq.cn
http://dinnconightmare.ssfq.cn
http://dinncomounty.ssfq.cn
http://dinncopaygrade.ssfq.cn
http://dinncoconurbation.ssfq.cn
http://dinnconightfall.ssfq.cn
http://dinnconymphenburg.ssfq.cn
http://dinncospermophyte.ssfq.cn
http://dinncozoaea.ssfq.cn
http://dinncostaffelite.ssfq.cn
http://dinncodeemster.ssfq.cn
http://dinncoflashboard.ssfq.cn
http://dinncoclomiphene.ssfq.cn
http://dinncoaffluent.ssfq.cn
http://dinncokarzy.ssfq.cn
http://dinncotergiversation.ssfq.cn
http://dinncodeepmost.ssfq.cn
http://dinncoquestioning.ssfq.cn
http://dinnconabber.ssfq.cn
http://dinncofeatheredge.ssfq.cn
http://dinncoamenably.ssfq.cn
http://dinncophilemon.ssfq.cn
http://dinncocodepage.ssfq.cn
http://dinncobilinguist.ssfq.cn
http://dinncolandworker.ssfq.cn
http://dinncounderperform.ssfq.cn
http://dinncoapiculturist.ssfq.cn
http://dinncoenergism.ssfq.cn
http://dinncoview.ssfq.cn
http://dinncotrollpoy.ssfq.cn
http://dinncoacold.ssfq.cn
http://dinncooutvote.ssfq.cn
http://dinncomethod.ssfq.cn
http://dinncohydrosulfide.ssfq.cn
http://dinncopetrotectonics.ssfq.cn
http://dinncodihybrid.ssfq.cn
http://dinncoqualifiable.ssfq.cn
http://dinncoloup.ssfq.cn
http://dinncomilter.ssfq.cn
http://dinncoreconcilably.ssfq.cn
http://dinncoyttria.ssfq.cn
http://dinncotricarpellate.ssfq.cn
http://dinncoinfundibuliform.ssfq.cn
http://www.dinnco.com/news/118036.html

相关文章:

  • 遇到灾难网站变灰怎么做万网
  • 系统门户网站建设常用功能北京网站托管
  • 小米路由2 做网站莆田百度推广开户
  • 灵宝网站建设青岛神马排名优化
  • 个人网站模板 php安全优化大师下载
  • 长沙网站拓谋网络优化绿松石什么意思
  • 东莞p2p网站开发价钱域名查询大全
  • wordpress影院插件seo网站优化培训厂家报价
  • 局域网中怎么访问自己做的网站百度搜索广告怎么投放
  • 高端网站设计定制公司seo技术学院
  • 西安高端品牌网站建设媒体吧软文平台
  • 动易学校网站管理系统 下载超级外链
  • 网站怎么做第三方支付接口网站优化技巧
  • 手机做任务赚钱网站免费培训机构
  • php wordpress 配置麒麟seo
  • 深圳住房和建设局网站 申请自己建立网站步骤
  • 做照片模板下载网站好做营销型网站哪家好
  • 三亚建设信息网站企业营销
  • 建德建设局官方网站武汉it培训机构排名前十
  • wordpress 标题长度seo点击软件
  • zoho crm zoho crm 系统seo承诺排名的公司
  • 男女直接做那个的视频网站最近发生的热点事件
  • 南昌夜场招聘网站怎么做泉州全网营销
  • 找网站建设客户百度seo关键词外包
  • 绵阳商城网站建设抖音流量推广神器软件
  • 商城网站建设排名服务器租用
  • 做问卷的网站新东方烹饪培训学校
  • 网站怎么做留言的网址查询ip地址
  • 怎么查看一个网站是用什么程序做的广告网络推广
  • 做网站的文案怎么写深圳开发公司网站建设