This is what I do val color = String.format("0XFF%02x%02x%02x", r, g, b) this returns me a string "0XFFhexcode" I want to convert it to long, to store it and t
I want to get a token to authenticate the users. I save the data with import { Storage } from '@ionic/storage-angular'; the problem is that Storage methods just
There are at least 2 exes projects in my solution, and they are supposed to be in the some directory after being deployed with some shared data file. When I set
I have come across a special website where I can only log in to one browser at a time, other people cannot log in again with the username and password。 S
I have to do this command: df.groupBy('docid', 'vehicle_vin').pivot('intervaltype').agg(first('NAME_COLUMN1').alias('NAME_COLUMN1')) And i want to pass dynamic
C++ disallows "goto-ing over a definition:" goto jumpover; int something = 3; jumpover: std::cout << something << std::endl; This will raise an err
I have an already existing method in my concern file, which has following number parameters define. For ex module MyMethods def close_open_tasks(param_1, para