Interesting questions
-
0
votes2
answers38
viewsC# method with Procedure name and other parameters
I will be as soon as possible in my question which is the following: I am working on a scheme where my C# program will list the names of the procedures and their respective parameters that were…
c#asked 5 years, 3 months ago Leandro Azevedo 303 -
0
votes1
answer29
viewsError in R script syntax
all right? I reckon so Please, I can’t move forward by writing this command: flt <- filter(grade.ac,st_contains(ac,grade.ac,sparse = (FALSE)) The R informs: "Unmatched Opening Bracket "(" ...…
-
-1
votes1
answer66
viewsMargin does not push content to the center
I recently asked a question because my margin top did not push my div down, following the example in the previous question I was able to solve, but now, using the same explanation of the previous…
cssasked 7 years ago Fernando Munhoz 163 -
2
votes1
answer412
viewsEntity framework with connection string via code
I am developing an application, and I need the connection string to be set in the code itself, because there can be no app.config file..
-
0
votes1
answer88
viewsArray for PHP Table
I have the following code that connects on an ftp and back a list. But I can’t get him to build a table with that list. Someone knows how to do? $ftp_server = "ftp.site.com.br"; $ftp_user =…
-
0
votes1
answer50
viewsCircle between inline-block elements in firefox
I wonder what are these circles inserted between some elements with display inline-block in the firefox Mozilla, because they take up space and disturb the layout.…
-
2
votes2
answers437
viewsHow to clear what has already been written on the moon terminal?
After the execution of the command: Print("teste") Info = io.read() I would like the terminal screen, with the print resulting were cleaned
luaasked 5 years, 9 months ago Daniel Verlierer 21 -
4
votes2
answers621
viewsEntityframework . Asenumerable() or . Tolist()?
In one of the projects I picked up I saw the following code, which implements a data listing method of a given entity, but this listing is used only for reading: /// <summary> /// Listar todas…
-
2
votes1
answer786
viewsMake Animated Screen Loading - Unity 5.1
I’m having problems to make a Loading Screen for my game, the game is a little big so it takes some time to load, even more because it is a mobile game. At the moment I’m trying to do so: public…
-
2
votes1
answer50
viewsValgrind problem and dynamic allocation in C++
I have a program a little bigger than that, I selected the part that I can not solve, are errors that seem unfounded, I’ve really tried everything. I imagine it’s a structural problem. I will post…
-
3
votes1
answer64
viewsWhat are HTML interfaces for?
Every specification (documentation) that I see of a certain HTML element, always specify the element to a type of interface as, for example: HTMLTableCaptionElement HTMLButtonElement HTMLBRElement…
-
3
votes1
answer322
viewsNode Fs.js running in HTML
Hello, I need to use Node.js’s Fs function but am encountering errors. When running using Node use_fs.js it runs and works perfectly. However when I put it into html it always says q require is not…
-
1
votes1
answer190
viewsPick up Variable from one Config directly on in another Config
A doubt. Is it possible to take the value of a variable from one config directly within the other config? Possible example below. Config1.config: <add key="webservice" value="http.teste.com"…
-
0
votes1
answer104
viewsHow can I fix this error? I want only gives <Text>{selectedValueState}</Text>
How can I fix this mistake? It occurs when I try to render the text with {selectedValueEstado}. When I do <Text>{selectedValueCidade}</Text> it’s quiet (I’m new, so I have no knowledge…
-
0
votes1
answer39
viewsSELECT HTML does not update after receiving data (Angularjs)
I have a select HTML in my project and use Angularjs <div class="form-group col-sm-3"> <label>Natureza Operação:</label> <select…
angularjsasked 5 years, 9 months ago Data Atual 11 -
0
votes1
answer59
viewsI cannot use an attribute started with the constructor in typescript
I am using typescript, typeorm, postgres and express; I am trying to start the Teamrepository class created by me through a constructor within the Teamcontroller class, but within the methods that…
-
1
votes1
answer46
viewsPROBLEM WITH PARENT TAG in VBS
So people... all right? I have a little problem here very similar to the one I had yesterday, I have a VBS script that suits me well, it basically reads the XML, takes the date inside the XML and…
-
1
votes1
answer135
viewsUse of Swingworker in connection with standalone bench
I have an application in java that I made in my work, to control sequence numbering of crafts, the same is in jar format in the network (I made using swing in java + HSQLDB). One problem that wasn’t…
-
2
votes2
answers230
viewsHow to put the boostrap menu in the middle of the screen?
Look at the picture; Click here How do I get this menu to be in the middle of the screen? The difficulty is because I’m using Bootstrap 4, I’ve tried everything. I wanted it to look like this below;…
-
4
votes1
answer157
viewsUpdate Fields Using Checkbox - Laravel
I have a User Registration form, where I make available the options to select several options in Checkbox. Registration - Sports Practice: Football, Volleyball, Swimming and etc. (Users can select…