Interesting questions
-
1
votes0
answers38
viewsevent for display:block in picture
I have 3 imagens in a ul. One imagem for li. Therefore, 3 li's. They’re all with display:none. Except the first. With jQuery, I click on a botão with numeração and the imagens appear (display:…
-
0
votes1
answer1195
viewsField 'lastiplog' doesn’t have a default value
I’m experiencing this error when registering Field 'lastiplog' doesn’t have a default value: Code Register.php <? ob_start(); session_start(); ?>…
-
-1
votes2
answers88
viewsIncrement Viewbag in . cshtml
I need to step up my ViewBag on my page .cshtml, to my PartialView in my Controller I start her off: ViewBag.count = 0 On my page .cshtml need to increase: example: @{ for (int i = 0; i < 10;…
-
0
votes1
answer25
viewserror in directory to require in php failed error to open stream: No such file or directory
Personal my application works like this: it is a task registration system with mysql connection. The system of registering the task ta working. Since I created a kind of layered system, there is a…
-
-8
votes2
answers209
viewsCreation of a module
I’m having a hard time creating my own module. I would like an example with a step by step steps to create a module so I can identify where I am missing.
-
4
votes2
answers624
viewsWhat is the function of the <embed> and <Object> tags in HTML5?
In the explanation on the website https://www.w3schools.com/html/html_object.asp explains how to use these tags but both do the same things, so why use one or the other they have something…
htmlasked 7 years, 4 months ago user139915 -
0
votes0
answers32
viewsThere is a table in which the column is called DATE and when trying to select this column the oracle does not let. Does anyone have an idea what to do?
SELECT A.DATE FROM TESTE A; ORA-01747: invalid specification for user.table.column, table.column or column 01747. 00000 - "invalid user.table.column, table.column, or column Specification" After I…
-
0
votes1
answer248
viewsPHP error : move_uploaded_file
I am studying PHP and when I try to perform the following code is giving the following errors Warning: move_uploaded_file(../upload/posts//1881952271.jpg): failed to open stream: No such file or…
-
0
votes1
answer56
viewsDo not clear screen data when giving error
Hi, I’m a little layy with scripts still. I ask for help, if possible. I got the following script : $.ajax({ type: "POST", url: "/PreVenda/GuardarPreVenda", dataType: 'json', data:…
-
0
votes1
answer53
viewsSource code for Helpers
Helpers source codes such as Textboxfor are available somewhere? I’ve found customizations like this: public static System.Web.Mvc.MvcHtmlString DtxTextBoxFor<TModel, TValue> (this…
-
5
votes2
answers338
viewsSort relation "Many To Many" using as base field of another table
I am making a virtual store, to know better the Laravel framework, and I came across the following situation: I have a table called products to store product-related information. I also have a table…
-
2
votes1
answer823
viewsMy site gets messy in Microsoft Edge, Firefox, and Safari. How to Resolve this Issue?
My site picks up Chrome and Opera, but when I test these other browsers it gets messy, plus, in Edge. Edge- Safari- Firefox is the one with the least errors- My Code:…
-
1
votes1
answer1563
viewsAdd or Remove Inputs with JS
have a question?! on the link below: jQuery1.7.2 compatibility issue for jQuery 3.3.1 i have a code that calculates some inputs based on price, quantity, subtotal (price * quantity) and overall…
-
1
votes0
answers181
viewsMulti tenancy springboot
How do spring keep tenantID present in all requests? I would like to point out that my idea for using multitenant would be as follows www.nomeDoSistema.com.br/nomeDaEmpresa/ and for each company…
-
0
votes3
answers7670
viewsDisplay logged in user name
Example in file code index php.: <header> <input type="checkbox" id="btn-menu"> <label for="btn-menu" class="icon-menu"></label> <nav class="menu"> <ul>…
-
2
votes1
answer864
viewsUsing data from one select within another?
Two tables tbl_orcamento and tbl_itens the budget table has a column with the following status. 1 = orcamento aprovado 2 = ordem de compra emitida 3 = ordem de compra aprovada To tbl_itens has some…
-
0
votes0
answers54
viewsConfigure multiple logs in Apache
I am working on an internal network where they are running 3 applications on the Apache server. I would like to be able to analyze the log generated by Apache separately for each application but…
-
2
votes1
answer292
viewsError sending files to aws S3 server in Laravel
I am trying to send a file to the S3 server of Amazon, followed the documentation of Laravel 5.4 that talks about Filesystems. But it returns the error: Error executing "ListObjects" on…
-
0
votes1
answer965
viewsAdmob - Problems with Ads in APP
I did everything as ADMOB site tutorial says, I put the layout in XML, imported the path from Google Play Sevices and added the tutorial code lines, my application compiles, but no longer opens on…
-
-3
votes2
answers35
viewsSet the first page to be loaded by the browser
I’m building a CMS and I have 2 files: the index.php index.php (which is housed in the themes/original folder). You can make the browser load the index.php file (in the themes/original folder)…