摘要:
DMZ: 非军事化区 摘抄自:Firewall with DMZ (lancom-systems.de) The demilitarized zone (DMZ) represents a special area of the local area network, which is shield 阅读全文
摘要:
1. Common Oauth2 flow: see: https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow 2. PKCE for App: see: htt 阅读全文
摘要:
摘抄自:https://flylib.com/books/en/4.178.1.29/1/ There are advantages and disadvantages related to both secret and public key cryptography. For example, 阅读全文
摘要:
React Navigation是React社区自己维护的导航的解决方案。文档参见:https://reactnavigation.org/docs/getting-started 常见的几种类型的navigation如下:1. Tab菜单: 参见https://reactnavigation.or 阅读全文
摘要:
Notes: 1. With reducers in place, Redux will know how to make changes to the store when actions are dispatched. In a moderately complex app, you’ll us 阅读全文
摘要:
我用了最新的xcode和新的react native。 Chapter6: Navigation 这一章中的事例跑不起来,应该是程序用了就的版本的react navigation ("react-navigation": "^2.0.1"),同时关于Navigation的用法也做了不小的改动,因此需 阅读全文
摘要:
摘抄自:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures Closures A closure is the combination of a function bundled together (enclosed) w 阅读全文
摘要:
1. 进入工程目录,启动:Metro npx react-native start 2. 然后在新的terminal窗口中运行app npx react-native run-ios 第1,2步参考:https://reactnative.dev/docs/environment-setup#run 阅读全文
摘要:
以下用的是react native cli的方式。如果使用Expo Go,请参考:https://reactnative.dev/docs/environment-setup?guide=quickstart 1. 安装cli命令: npm uninstall -g react-native-cli 阅读全文
摘要:
最早直接采用brew安装,如下: brew install node@18 brew uninstall node@18 // 卸载 但学习的项目用的是老版本node,所以卸载了,用NVM来管理多版本node,参考这篇文章: https://blog.bigoodyssey.com/how-to-m 阅读全文