logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

swift面试题及答案

1 MVVM给MVC解耦 解重双向绑定详情解答 https://blog.csdn.net/sun6223508/article/details/954531672Alamofire怎么实现的使用线程池文件图片上传代码基于TCP/IP网络提交基于URLSession.dataTaskURLRequest3frame 和 bounds 有什么不同?...

微信小程序:Framework inner error FLOW_CREATE_NODE

小程序中使用分包异步化后,渲染层错误,Frameworkinnererror(expectENDdescriptorwithdepth0butgetFLOW_CREATE_NODE)偶现。测试在ui自动化测试中出现了Frameworkinnererror的错误导致页面编译失败,排查是因为小程序组件重复渲染出现的问题。在app.json中去掉lazyCodeLoading‘requiredCompo

文章图片
#微信小程序#小程序
swift 3迁移到swift5 swift版本迁移指南

Swift 5已经发布下面是官方swift5的介绍。IntroducingSwift 5.1Swift 5.1now makes it easier to create and share binary frameworks with others. It also includes features that make it easier to design better APIs ...

uniapp uni-list-item @click,uniapp uni-list-item带参数跳转

点击无反应, 需加上link点击跳转,uni.navigateto方法不执行。需加上 :to=如果跳转要传递参数使用JSON.stringify(item.venueResult)编码。然后在第二个页面onload方法使用JSON.parse解码。onLoad(e) {this.ChangGuan = JSON.parse(e.item)console.log("changguan:" + thi

#前端#javascript#开发语言
uniapp 小程序手机号码登录

第一步内置按钮授权会返回加密的手机号码第二步解密手机号码

文章图片
#小程序
okhttp添加公共参数 添加统一参数 okhttp4.2添加公共参数 添加统一参数

最近遇到的一个问题就是:所有请求接口都要增加一个token参数… 并且token参数有可能过期。庆幸的是,Okhttp提供了强大的拦截器功能,是一种能够监控,重写,重试调用的强大机制比如微信 APP登录{"errcode":40029,"errmsg":"invalid code"}public class WXTokenInterceptord implemen...

swift UIActionSheet

var sheet = UIActionSheet(title: nil, delegate: self, cancelButtonTitle: nil, destructiveButtonTitle: nil)sheet.addButton(withTitle: "按键学习")sheet.addButton(withTitle: "扫码学...

swift 自定义UIButton 图片在上 文字在下

1 首先继承UIButton2 实现imageRectForContentRect titleRectForContentRect// 内部图片的frame- (CGRect)imageRectForContentRect:(CGRect)contentRect{CGFloat imageW = contentRect.size.width;CGFlo...

swift3.0 Missing argument label 'xx:' in call

Missing argument label 'xx:' in call    在别多类里写函数   第二个参数起   ,自动带上label  .

关于android2.2地图定位的问题,程序员取得了设备所在经纬度,得不到具体的地址。这里做一下总结。

                  转载请注明地址http://blog.csdn.net/sun6223508/archive/2011/06/21/6559384.aspx     List addList = null;Geocoder ge = new Geocoder(activity);

#android
    共 34 条
  • 1
  • 2
  • 3
  • 4
  • 请选择