logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

鸿蒙Harmony 设置状态栏颜色

鸿蒙Harmony 设置状态栏颜色@Overridepublic void onStart(Intent intent) {Window window = getWindow();window.setStatusBarColor(Color.BLACK.getValue());window.setStatusBarVisibility(Component.VISIBLE);super.onStar

Vue CLI 命令行打包配置自定义参数

Vue CLI 命令行打包配置自定义参数前言重点 vue.config.js在 vue.config.js 文件中计算环境变量配置代码命令日志使用扩展彩蛋前言难点来自于需求,好????那我们就说说我是因为什么需求呢?需求:我要通过【页面ID】访问接口数据,进行Vue模块化构建包含【页面数据】的静态页面。我有很多的页面ID!!!(不要纠结为啥有这样的需求,干就完了)思路:1.通过命令行打包时传入..

Git 简易命令教程

Git 全局设置git config --global user.name "liukerui"git config --global user.email "liukerui@user.noreply.gitee.com"创建本地 git 仓库:mkdir vueh5cd vueh5git init//或者git init vueh5关联远程仓库git remote add origin htt

#git
Git用法实践之常用命令

创建本地仓库$ git initInitialized empty Git repository in D:/AndroidStudioProjects/GitHub/GitUsagePractice/.git/添加文件到版本仓库(文件最好用UTF-8编码)$ git add readme.txt添加单个文件$ git add -A添加所有变化$ git add -u ...

鸿蒙Harmony 设置状态栏颜色

鸿蒙Harmony 设置状态栏颜色@Overridepublic void onStart(Intent intent) {Window window = getWindow();window.setStatusBarColor(Color.BLACK.getValue());window.setStatusBarVisibility(Component.VISIBLE);super.onStar

到底了