Home

Pattern

Pattern two possible jobs, matching data and possibly destructuring that data. Pattern type Exported const null, true, false, const 10, ‘abc’ list [‘a’ || ‘b’, var c ] map {“key”: subpattern} Object MyClass(…) ...

Read more

Linux ufw

Linux ufw ufw 是根据规则顺序匹配的, 比如2是允许访问8822端口, 1是拦截1.1.1.1ip, 如果1.1.1.1访问的是8822端口, 那么是被允许的. 查看规则和排序 sudo ufw status numbered 根据序号删除规则 sudo ufw delete rule_number_here 根据序号插入规则 sudo ufw insert 1 deny from xx.xx.xx.xx to any Reference

Read more

Rust introduce

Rust introduce Component rustup-init: is the Rust installer for Windows. It’s a small executable that’s used to install rustup, which is the Rust toolchain installer and manager, on Windows systems. rustup: Rustup is the Rust toolchain installer and manager. It allows you to easily install, update, and switch between different versions of...

Read more

ios pay

ios pay 背景: 苹果规定「虚拟数字产品」必须使用苹果IPA(内购)来完成支付,并且苹果会抽取30%的费用。因此如何绕开这 30% 的抽水,是很多开发者都关心的问题,也是我们公司要解决的问题。 看用户付费购买的商品/服务是否为「虚拟数字产品」。更详细地说,看商品/服务的实际消费场景是在 app 内,还是 app 之外。 在 app 内即可完成消费的,苹果要求使用 IAP。典型如电子书、在线音乐、充值类虚拟货币、游戏/直播中道具、QQ/微博等会员类产品、在视频 app 中看电影、微信表情等。 需要在 app 之外完成消费的,可以使用第三方支付。典型如线下电影票、实物电商、在行、滴滴出行/Uber 等。 解决办法: 1、现在苹果上架较为严格,如果接入sdk的话,苹果可能...

Read more

Harmony Stage

Harmony Stage 基本概念 UiAbility组件和ExtensionAbility组件 WindowStage Context AbilityStage AbilityStage UIAbility UIAbilityContext Context WindowStage Window ArkUI Page ExtensionAbility Context HAP 应用/组件级配置 应用包名配置 应用图标和标签配置 入口图标和标签配置 应用版本声明...

Read more

Harmony Render

Harmony Render 渲染控制 if/else:条件渲染 ForEach:循环渲染 LazyForEach:数据懒加载 Reference 渲染控制概述

Read more