Interesting questions
-
0
votes1
answer245
viewsCompare Response with variable
I made an environment variable that takes the ID of a registered Account, and when I go in my Find ID method I’m validating to see if I brought what I’m waiting for by passing code:8631 as Request.…
-
0
votes1
answer42
viewsSelect Conditional with another Select
I’m using SQL Oracle. I need to return a Select that depending on the value of the column GRUPO_ECONOMICO_ID (needs to be equal to 87) it must run a Select, otherwise it must run another select... I…
-
0
votes0
answers265
viewsError with Automapper
i have trouble mapping child classes in automapper, qndo do viewModel for model. Has anyone ever had that kind of problem? thank you very much I’ll post the classes public class…
-
0
votes0
answers33
viewsUWP Inkcanvas medium rubber
I’m doing a UWP application where I have Inkcanvas, and I implemented the eraser to erase the drawings I made, but the Erasing mode is like the Onenote trace eraser, however what I need is the…
-
1
votes1
answer1526
viewsHow do I use vueJS with Gulp?
I’m working on a little project using Gulp and wanted to learn a little more than vue.js then I want to use in the project, but I can’t find anything clear (for me) on the internet of how to…
-
0
votes1
answer528
viewsGoogle Maps Geolocation API
I’m willing to check the status my client is in to show the nearby establishments in that region. How do I get this information through Google Maps Geolocation API? There’s another better way? The…
-
-1
votes1
answer101
views<? php wp_head(); ? > = FIXED when scrolling in wordpress?
Hey, guys, I was wondering how I can get my menu fixed when I scroll the browser, regardless of the theme I’m using, until I’m using a free Customify theme and I saw that it doesn’t give me that…
-
0
votes2
answers116
viewsGenerate Log by day date C#
I have this code below, would be able to generate Log by date of day? Example: log_29072020.txt private void Log(string mensagem) { string ficheiro = Environment…
c#asked 6 years ago Evanilson Silva 13 -
5
votes2
answers339
viewsHow to avoid very big win condition in old woman’s game?
I made an old game that checks the user’s win conditions with if, however did not find an elegant solution. I am trying to develop a method to verify the condition of victory with array, but I’m not…
-
-1
votes1
answer286
viewsView data from React Native API
Hi Dev’s I’m new in RN, I’m trying to show the return of a json, but I can’t access by the handle on the screen, only in the console. export default Function Functional() { const [date, setData] =…
-
0
votes1
answer374
viewsError using sql Insert(SQL Server) command, via classic ASP
Good evening, I have a problem running an sql command through an ASP application. This is the command: strSql = " INSERT INTO movimento_tef_nsu ( "&_ " identificador "&_ " ,nsu_sitef "&_…
-
3
votes1
answer1345
viewsDouble chained list - Java
I’m trying to create (I’m learning) a doubly chained list based on an exercise, in which the list will be a train with wagons. The exercise asks to create a class "wagon", where the variables "wagon…
-
2
votes1
answer50
viewsa function to generate a path through a point and segment map. ps: complicated, at least for me
Hello, I’m testing some ideas, doing some programs in python 3, and I need help with something complicated in which I don’t understand anything, nor can I come up with any viable solution. to…
-
0
votes1
answer688
viewsHow do I write a file in c with names of several variables?
Good morning. I have a problem to be able to create a file that stores the time when the user modified a particular program, for example: If the user ran the file at 2h34min32s, I want to save this…
casked 6 years, 10 months ago Reinaldo Coutinho 1 -
0
votes0
answers20
viewsJquery Sortables - Are there different ways to move a piece as per an image?
In the original example the user can click on any part of the < div content > (or componently) and move it, https://jqueryui.com/sortable/: <div id="sortable" > <div> conteudo 1…
-
1
votes0
answers33
viewsConvert Dynamic to another type
I need to convert a Dynamic variable to another type in Runtime. The type I want to convert is stored in another variable (I don’t know what type at development time). There’s something like this?…
-
0
votes0
answers53
viewsWorks in Netbeans but not in Android Studio
The following code works for when the user leaves an editText of the form blank. The code worked in Netbeans but on Androidstudio when running the APK with a blank field it shows the message that…
-
1
votes2
answers763
viewsPage size equal to Iframe size
How do I make a page that is running inside an Iframe to have exactly the Iframe dimensions? My Iframe has 700px X 500px, but the page that is running inside it occupies half of Iframe or less and…
-
1
votes1
answer197
viewsArray has values, but its length is zero
I need to iterate on this array, however, although it is not empty the length of it returns 0 as you can see, someone knows the reason? The scenario is as follows: I am receiving JSON data from an…
-
0
votes1
answer47
viewsSet which value will be stored in a PHP variable to be saved to the Database
I have an HTML page where the user selects the information he needs and stores it in the database when he completes the operation. It is a small form in which there are practically only check boxes,…