logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

npm request to https://registry.npm.taobao.org/create-vue failed, reason: certificate has expired

二、最新的配置淘宝镜像的淘宝官方提供的方法。原来是设置淘宝镜像源,官方已经修改了地址。导致不管下载什么组件都会报错。三、查看是否修改成功。

文章图片
#npm#前端#node.js
https 和 http 端口号是多少

https端口:443  服务项目:Https  网页浏览端口,能提供加密和通过安全端口传输的另一种HTTP,简单来说,就是HTTP安全版,打开的网页中,如果网址前缀为https,则说明该网站开启了  https安全访问。  说明:443端口用于网页浏览,关闭电脑443端口,将会导致https网页无法正常打开。  HTTP:80端口  服务:HTTP  说明:用于网页

iOS常见问题之 Restore the connection to device and run “xxx” again, or if “xxx” is still ru

在真机上测试时用一会就出现如下信息,且应用挂掉。Restore the connection to ““XXX”的 iPod” and run “XXX” again, or if “XXX” is still running, you can attach to it by selecting Debug > Attach to Process > XXX.这是因为应用程序突然消耗了大量内

iOS常见问题之 The 'Apple Developer Program License Agreement' has been updated. In order to access certai

The ‘Apple Developer Program License Agreement’ has been updated. In order to access certain membership resources, you must accept the latest license agreement.解决方法:进入苹果开发者中心,有个红色的提示,点击之后,同意,然后就没什么了,

#ios
git add 文件出现的错误error: ‘xxx/‘ does not have a commit checked out 解决方法

错误如下:$ git add .error: 'xxx/' does not have a commit checked outfatal: adding files failed原因是在 xxx/文件夹下有隐藏文件,删除掉即可显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder

#ios#android#git
flutter接入三方,报错MissingPluginException(No implementation found for method xxx on channel plugins xxx)

MissingPluginException(No implementation found for method xxxon channel plugins xxx)GeneratedPluginRegistrant.m中没有注册

文章图片
#flutter#ios
flutter接入三方,报错MissingPluginException(No implementation found for method xxx on channel plugins xxx)

MissingPluginException(No implementation found for method xxxon channel plugins xxx)GeneratedPluginRegistrant.m中没有注册

文章图片
#flutter#ios
boundingRectWithSize计算不准确 显示不全 问题的分析与解决

最近项目中,用boundingRectWithSize计算的文本高度显示不全原因一般有以下几点:1、label的font设置的和计算时候设置的不一致,尤其是xib 设置的时候;2、有可能是计算出的高度是CGFloat的类型,在设置UILabel或cell高度的时候,由于四舍五入导致有一点点的误差。解决办法:1、记得统一设置成一致的,xib的可以在awakeFromNib中重新设置一遍2、在保证1设

#ios
    共 13 条
  • 1
  • 2
  • 请选择