The SQL column containing leading zeros is a varchar. When I export as an excel file, the leading zeros are preserved. However, when I export as csv, the leadin
I need users to fill-in their Facebook IDs (a.k.a. "Admin IDs") in order to set the "fb:admins" property. There is no easy way to get the ID on Facebook but the
I published my app on the play store several times before, and according to another question on stackoverflow that I followed I made my code version 1.1.0+2 in
I was following this post https://dejanstojanovic.net/aspnet/2021/april/handling-file-upload-in-aspnet-core-5-with-swagger-ui/ to learn how to upload files with
What am I doing wrong with the #selector assignment when I add the notification observer? NotificationCenter.default.addObserver(self, selector: #selector(reloa
Ron recently started his carrier in developing web applications. As a part of his first project, he is assigned to create a web page using jQuery library. He
If I have class: class_A{ use SomeTrait; } And class_B extends class_A{ // } How to disable trait "SomeTrait" in class_B class ?