logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

uni-app xcode 制作iOS Notification Service Extension 远程推送图文原生插件

2、Notification Service Extension的bundle id必须和主项目的bundle id前面标识一样,比如主项目的bundle id是:com.aa.look ,Notification Service Extension的bundle id就必须是:com.aa.look.pushservice ,‘pushservice’一般是Notification Servic

#uni-app#xcode#ios
xcode运行uni-app 本地资源包签名报错Command CodeSign failed with a nonzero exit code

2.将所有证书权限修改为系统默认,不然xcode编辑器无法编译通过。1.打开钥匙串访问工具;

#uni-app#ios
mac客户端上传github

1、下载github客户端https://desktop.github.com/2、登录github客户端并设置邮箱地址登录账户填写邮箱3、创建一个资源库->Create Repository上传工程注:本地项目选择时一定要选择文件根目录若如上图所示,提示A repository already exists here则可能是

mac 安装fvm多版本管理flutter,以及配置vscode

(3)设置flutter默认路径为:".fvm/flutter_sdk"(2)找到setting.json。(4)重启vscode。4、打开项目,运行项目。3、配置vscode。

文章图片
#macos#flutter#vscode
uni-app 实现h5、webview、原生保存图片到本地

【代码】uni-app 实现h5、webview、原生保存图片到本地。

文章图片
#前端#javascript#服务器
vue 配置prerender-spa-plugin、vue-meta-info 实现SEO优化

使用vite安装插件在main.js添加如下配置:new Vue({router,

文章图片
#vue.js#前端#javascript
更换淘宝镜像地址,旧的已经失效(https://registry.npm.taobao.org )

旧的镜像地址:npm install --registry=https://registry.npm.taobao.org。新的镜像地址:npm install --registry=https://registry.npmmirror.com。

文章图片
#前端
提取assets.car中的图片 .car文件的解压

cartool,Mac下的命令行小工具,能够将Assets.car文件解包到指定文件夹。目标文件夹需要事先创建好。该工具使用私有API中的CoreUI进行开发。 下载地址:https://github.com/steventroughtonsmith/cartool./cartool Assets.car outputDir       acextract,Mac下的命令行工具,Sw

Mac利用PD虚拟机安装Centos7

一、PD虚拟机的安装1、Parallels Desktop ,简称PD,号称是Mac上最好用的虚拟机,具体的就在此不进行过多描述。下附Mac .app文件夹下载,下载后放入/Applications/文件夹下即可。安装完成后如图2、打开PD,运行效果如下运行效果点击此处进行下载(后期提供网盘连接)二、Centos7的安装1、选择ISO文件

到底了