I have this class: public class DatabaseHelper { @Autowired static UtilService utilService; public static void fillEmptyTables(){ if(!isSk
Mysql 5.7. I have this code in existing (legacy) project: UPDATE IGNORE someTable` SET `_bigInteger` = IF(CAST(`bigInteger` AS DECIMAL(65,0)) IS NULL, NULL, JSO
I am trying to use TTCPBlockSocket to send and receive messages in a GUI program. My program compiles, but no messages are being received or sent. Maybe my TTCP
i'm using this documentation and i didn't get the step 4 https://medium.com/@alok.gandhi2002/build-openpose-with-without-gpu-support-for-macos-catalina-10-15-6
I wanted to declare the array of string to the limit provided by user. So I take limit in getData(), and declare the string inside getData function. As a whole
I'm using expo to build a react-native app. I'm trying to implement the expo imagePicker so the user can pick an image from their gallery or camera roll and use
Note : I am using react app . I want to create like this https://ema-john.firebaseapp.com/review website. Thank you.
I am using ioredis library in nodeJS to write user sessions into cache and retrieve them when the process is restarted. I am using polling connection between cl