Interesting questions
-
0
votes1
answer160
viewsProblem when viewing API Nodejs with Axios
Problem I am not consulting my API nodejs with Axios. I have tested the backend numerous times with Postman and everything works correctly, Focusing with Xios always returns the same error. If…
-
2
votes2
answers557
viewsAdd hyperlink to Messagebox c#
It is possible to customize the MessageBox.Show("http://www.google.com/"); so that this link is a hyperlink and when I click open a browser? The only possibility really would be to create a new…
-
0
votes1
answer1013
viewsHow to search for users in the database without select option
Good staff always found bad a method I use to search users in the database in a select option, when I have many records the page takes to load and only tends to get worse, someone has some idea of…
phpasked 11 years, 8 months ago Rafael Assmann 381 -
1
votes1
answer980
viewsHow to translate the Full Calendar header schedule?
Greetings, friends of Stack Overflow! I’m one step away from completing a schedule using the fantastic plugin Full Calendar, in which I am grateful to exist. However, I am having some translation…
-
1
votes1
answer291
viewsmount select in javascript with php variable
I’m building a script that dynamically receives a variable php array, this variable I give json_encode, and now how do I mount my select with this information? script below: <?php $opts =…
-
2
votes1
answer2387
viewsprevent image from crossing div
Hello, I’m starting my learning with dimensions and scales in Bootstrap. I started making a container occupy the entire screen, and distributes 3 divs to occupy the container independent of its…
-
0
votes1
answer1020
viewsHow to count elements of a C File?
I have the following problem to solve the college, but so far I have not seen a valid solution... I made the following code up to the time of sending since help request. // // 2.c // IFTM Exercises…
-
2
votes1
answer2494
viewsHow to install dependencies from Composer, but ignoring require-dev?
Here in the company where I work we use the git for versioning the application. They all use Composer to install dependencies. Because it is the most correct approach, removing the vendor generated…
commiserateasked 10 years, 1 month ago Wallace Maxters 102,340 -
0
votes4
answers6032
viewsline break inside the string
How to insert line break into a string without increasing the number of characters? <?php $str = "Vou para Manaus"; echo(strlen($str)); //exibe 15 $str = "Vou para Manaus"; echo(strlen($str));…
-
2
votes2
answers118
viewsVersions of Jquery
Is it just me or is someone else having that problem? I use the Zurb Foundation to create my responsive websites and ALL fade sliders give problem. Both the plugins and the ones I do at hand. And…
-
1
votes1
answer207
viewsAdd fields in a select
As that puts the idautor and idobra in this my SELECT: CREATE TABLE Obra_Assunto ( idassunto INTEGER NOT NULL, idobra INTEGER NOT NULL, PRIMARY KEY (idassunto, idobra), FOREIGN KEY…
-
1
votes1
answer38
viewsUpload rules in CI do not overwrite
I’m making a form that has 2 types of uploads: one for image and one for file. It turns out that the extensions of both are different, but when setting the file upload rules the same does not…
-
1
votes1
answer187
viewsAverage values where fields are equal
I have a table, in bank mysql, that receives some data regarding evaluations. How can I calculate the average of these evaluations directly on query, based on the question? I tried several ways,…
-
5
votes2
answers3541
viewsWhat command returns the tables that are in LOCK in Postgresql?
What command can I execute to return the tables that are in LOCK in the PostgreSQL. Example query of lock: BEGIN; LOCK TABLE documento_sequencial ... COMMIT;…
postgresqlasked 9 years, 9 months ago Oliveira 1,912 -
0
votes1
answer94
viewsHow to import CSV files from a same level folder (and/or above) in Python?
I have already searched several topics here, unsuccessfully however. So, if there is already an equal question, please forgive me and indicate a solution. My project is articulated as follows:…
-
0
votes0
answers75
viewsStart reading the beginning of the string list
How do I after adding a string to a list (can be on list A or B), my code goes back and starts reading the beginning of the string list, or the first string? I have a list with 20 strings. But it’s…
-
1
votes1
answer107
viewsKendo UI Scheduler
I implanted the Kendo UI Scheduler (calendar/calendar) template in my ASP.NET MVC project, but I’m having problems with it’s pop-ups. For example: The popup does not close itself when you click on…
-
0
votes1
answer750
viewsTypeerror: 'float' Object is not iterable in 2D CHOICE function
I have the code below and I can’t make it work. For, I need an array from my 2D list to be chosen randomly with the CHOICE function and perform the sum of values that are less than 85.0 and subtract…
-
0
votes0
answers51
viewsjQuery with Angular and React
I started studying Angular and React recently and I have a question for those who are experienced with these technologies. Using them together with jQuery is inappropriate?
-
-1
votes6
answers4426
viewsHow do I make the image 100% on the screen?
I have a website in development. Then I want it to be on the whole screen, it’s to be a responsive site, I’m using the bootstrap... It only gets full screen if I zoom 150%: Example:…