Jenkins部署
Repository URL: https://sourcecode.xxx.com/scm/asx-nbbg/fpa_mobile.git
Branch Specifier: */develop
Build Triggers: 轮询 SCM
Build: 执行shell
npm i
npm install aws-sdk &
export NODE_OPTIONS …
Repository URL: https://sourcecode.xxx.com/scm/asx-nbbg/fpa_mobile.git
Branch Specifier: */develop
Build Triggers: 轮询 SCM
Build: 执行shell
npm i
npm install aws-sdk &
export NODE_OPTIONS …
背景:
添加按钮,模拟tableau的保存按钮,点击后可保存iframe内的正在编辑的workbook
Tableau文档提供的接口
困难:没有找到用于 …
UIStackView is class in IOS (like UI Button and UI Label). It will take other views and stack them together. It only knows how to …
cmd+R 运行
cmd+0 打开/关闭左侧文件面板
cmd+option+0 打开/关闭右侧属性面 …
open.weibo.com/wiki
SwiftUI 是一个优秀的用户界面框架
UIKit | SwiftUI |
---|---|
UILabel | Text |
UIStackView 垂直排列时 | VStack |
UIStackView 水 … |
防抖:将多次执行变为最后一次执行
当持续触发事件时,一定时 …
hook button and controller up:
按住ctrl拖拽进controller的代码
点击dashboard上黄色按钮,拖拽到UI,选择函数
函数参数(外部名称 …
view: your controller’s minions (Main.storyboard)
controller: how your model is presented to the user — UI logic (ViewController.swift)
model: what your application is, but not how it …
load view -> fetch data(Network) -> save data -> display(Multithread) -> action
网页中的代码可以和原生 …
didFinishLauchingOptions第一次打开程序
willConnectTo第一加载页面
sceneWillEnterForeground即将进入前台
sceneDidBecomeActive进入前台