前端analysis | What,Why,Who,When,Where,How

《微信小程序》-云开发学习笔记

微信小程序
2019年,小程序云端开发上线,一直没有好好的去学习,如今serverless如火如荼。今天,重新学习下,并记录如下理解心得:假定小程序云端开发,简称云端,便于下文使用,减少累赘。 云端能力 能力 作用 说明 云函数 无需自建服务器 在云端运行的代码,微信私有协议天然鉴权,开发者只 ...
Read more

《Github Action》- 一键push-code,自动构建个人博客站点

git GitHub Action 构建
个人博客站点,本人使用是hexo.常规的操作就是本地编辑好,然后手动部署。有了GitHub action,就解决了自动化部署问题。更多关于手动部署,请查阅 Hexo。 GitHub 新建个人博客分支my-blog 假设读者已会,不做赘述。 另外提一句,GitHub针对3人一下,支持新建pri ...
Read more

《Git》- 只输入一次密码操作配置

git
直接进入主题,每次提交代码,都需要输入一次username、password,有点繁琐。那如何配置一次即可呢?本文假设前提,你已有git账户密码、配置好了key。 git安装 直接一步步next 查看git system配置git config –systeml -l 12 $ git c ...
Read more

《Node》- node安装与卸载

node
mac环境下,pkg包安装nodejs 官网下载验证12> which node/User/<your's-user-name>/.nvm/versions/node/<latest-node-lts-version>/bin/node 12> ...
Read more

《Hexo》- introduction

Hex
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer ...
Read more
上一页 下一页