Two articles about Flutter bloc, rxdart and stream Concept and tutorial: https://www.didierboelens.com/2018/08/reactive-programming—streams—bloc/ Practice and scenario example: https://www.didierboelens.com/2018/12/reactive-programming—streams—bloc—practical-use-cases/
read moreSuppose your app, which built by flutter 1.2, has ItemListScreen and ItemDetailScreen, and this app uses named route to manage routing of app. Users can click one of item in ItemListScreen and then ItemDetailScreen will show detail information of the clicked item. You can find following example to decouple between screens by no need importing ItemDetailScreen class to ItemListScreen file. Solution: Use ModalRoute.of(context).settings.arguments in your routes.dart file to pass arguments
read moreO-Bank 王道銀行我的新人開戶推薦連結,歡迎使用我的推薦連結。 現在正在進行 新人開戶推薦活動: 期間新戶限定新台幣高利活動 v.s. 消費累積滿2000元送500
read more情境:當我從舊機器VM 要搬各個具備https的網站到新機器VM時,複製了舊站 apache 給各個網站的設定檔。Apache http server 在其中的角色是擔任 reverse proxy 。在
read more如果每個 Rails app 都有呼應本身的 Docker-compose repository,例如 A Rails app 自己本身有 Rails repo 而且也有專屬的 A Docker-compose repo,那麼就要注意 A Docker-compose repo 的目錄架構,小心無法
read more緣起 因為要讓單一機器正常運作多個 Rails app 且互不干擾,閱讀這篇文章 https://codepany.com/blog/rails-5-and-docker-puma-nginx/ 的內容後,決定採用第六種作法:Rails app in docker and web server at host environment (文章內容是 Dockerize Rails app into
read more