2021 04 25 提高学习效率

看了Youtube博主ElenaLin_青青的三个学习视频 - 《高效学习的7个技巧 》、《精力管理》和《5本改变人生的好书》 高效学习的7个技巧 |

2021 04 17 多读书、少刷剧

本周小结 这一周也是本次Sprint的第二周,按照部门安排,这个周五,也就是昨天,大家自己业务学习,不需要参会和提交代码。我就彻底放羊了,不仅

2021年3月小结

3月已经过去几天了,现在静下心来写小结。 3月4日和孙哥聊天,他说生成系统roll over的时候出了问题,导致生产环境服务宕机一个多小时。遇事

2021 03 29 React Tips

React Tips How to import const from other modules A good rule is to keep all constants in a separate file, away from all Views. Try creating a file for all App Constants. Constants.js is a good choice. Then put constants in like this: 1 2 3 4 5 6 const Constants = { AZURE_BLOB_CONTAINER: 'gisdatacontainer', ARCGIS_USERNAMER: 'user', ARCGIS_PORTAL: 'https://www.arcgis.com/portal' } export default Constants Then you can import your constants

2021-03-28《寄生虫》观后感

昨晚看完了奉俊昊导演的《寄生虫》。这部影片比较写实。先谈谈自己的观后感,再梳理一下剧中的人物性格与命运。 观后感 基宇在成为多惠的辅导老师之后,

2021-03-20白夜追凶 观后感

看完了《白夜追凶》,觉得很棒。对于谁是最终幕后操纵者,也有一些疑惑。对于主要人物的故事也有一些感悟。 刘长荣和关宏峰在东北的表现对比 关宏峰去长

2021 03 16 Create a Web App to Azure

Ref: Tutorial: (Upload image data in the cloud with Azure Storage | Microsoft Docs) Create a storage account Create a container and set permissions Retrieve an access key Deploy a web app to Azure Configure app settings Interact with the web app