I have a excel like this: year a b 2021 12 23 2021 31 0 2021 15 21 2021 14 0 2022 32 0 2022 24 15 2022 28 29 2022 33 0 I wanna get count of condition: a>=3
I'm trying to use the font-awesome in a simple Vue app created with vue-cli using the webpack-simple template, but this is being tricky. I installed font-aweso
I have a problem with static files in Production after upgrading to Django 1.11. Before everything was working fine and I assume that all the setup is correct e
So I am building a react app in electron using webpack from a tutorial. For persistence the tutorial uses firebase. This is my webpack config file. This is webp
I should probably mention that Spring is my first framework that I am learning for Java. What I am trying to do is to get the JDBC working for me using the Spri
looking to filter a table for Facebook Ads. Currently I have a naming convention for campaigns either containing the string 'test' or does not contain the strin
i have parameter id_user phone_number I want to decode to my struct type User struct{ IDUser int `json:"id_user"` PhoneNumber string `json:"phone_
Currently, I encounter an issue of suspended queries in Azure Synapse when executing from ADF (Store procedures call). Also, I followed the suggestion in the li