I have a simple table: CREATE TABLE `user_values` ( `id` bigint NOT NULL AUTO_INCREMENT, `user_id` bigint NOT NULL, `value` varchar(100) NOT NULL, PRIMA
We are using log4net in our multi-threaded WCF windows service since last 3 years or so. We have recently encountered that our service became unresponsive/went
I had just installed Dart and was following the first app tutorial for flutter. I opened the profile/AndoidManifest.xml file. I clicked the "Open for editing i
Situation: My Report calculates the ranking developments of an accounts in one measure: Class_Evolution = [Class_Minus_0] & " <-- " & [Class_Minus_1]
I'm trying to create a simple App to detect a text using mobile camera, and I found This tutorial. But it doesn't work with me... The error is Detector depende
I have an ActivityPart model that has a field called activity_json. this field is a hash and has a key named "image". How do I select all "image" from the activ