摘要: For example client want to upload some large file to our FileSotre, for example S3. Normally we might thinking about Send file to our server Our serve 阅读全文
posted @ 2021-03-20 23:47 Zhentiw 阅读(46) 评论(0) 推荐(0)
摘要: For examlpe, we have two tables: cars: make: For cars table, we want to know 'make_name' instead of 'make_id', we can do with 'join' two tables. In or 阅读全文
posted @ 2021-03-20 23:35 Zhentiw 阅读(52) 评论(0) 推荐(0)
摘要: In project, we can have three branches such as dev stage master Every developer can merge their code into 'dev' branch. 'stage' & 'master' will be loc 阅读全文
posted @ 2021-03-20 17:36 Zhentiw 阅读(38) 评论(0) 推荐(0)
摘要: In Postman, you can create a collection of API requests. Those collection can be save into json file as well. { "info": { "_postman_id": "9c5a8003-1c5 阅读全文
posted @ 2021-03-20 17:24 Zhentiw 阅读(52) 评论(0) 推荐(0)