Posts by Fábio Luiz Schmidt de Oliveira • 301 points
7 posts
-
1
votes1
answer17
viewsQ: Type="datatime-local" does not take seconds
Soon the W3C went on to discontinue "datatime" and use "datatime-local", but I can’t take more seconds to make a specific report. Friends can help me?
-
0
votes1
answer130
viewsQ: Springwebmvc - - Search Data with @Modelatribute
Hello, I have the following method: @RequestMapping(value = "/pesquisa", method = RequestMethod.POST) public String pesquisa(@ModelAttribute("relSintetico") @Valid RelSintetico relSintetico,…
spring-mvcasked Fábio Luiz Schmidt de Oliveira 301 -
3
votes1
answer61
viewsQ: Spring Model 4.3.1
I don’t know how to work 100% with #POST and #GET yet, my problem must be in understanding how requests occur and when my objects are instantiated. Follow methods: CaixaOperacaoController.java…
-
2
votes1
answer502
viewsA: Hibernate.hbm2ddl.auto Invalid Object name 'sys.sequences'
The problem was the type of dialect: <prop key="hibernate.dialect">org.hibernate.dialect.SQLServer2008Dialect</prop> I am using a database sqlserver 2008 and was using Dialect for 2012.…
javaanswered Fábio Luiz Schmidt de Oliveira 301 -
1
votes1
answer502
viewsQ: Hibernate.hbm2ddl.auto Invalid Object name 'sys.sequences'
Hello, I have the following code snippet in my context.xml: <prop key = "hibernate.dialect"> org.hibernate.dialect.SQLServer2012Dialect </prop> <prop…
javaasked Fábio Luiz Schmidt de Oliveira 301 -
-2
votes1
answer1001
viewsQ: Error "Setting Property 'source' to 'org.eclipse.jst.jee.server' Did not find a matching Property"
I need help to solve the problems that appear in the log record: Setting Property 'source' to 'org.eclipse.jst.jee.server:Apasispringmvc' Did not find a matching Property. Full log: jul 20, 2018…
-
11
votes13
answers20263
viewsA: What makes a language to be considered low/high level?
Simplifying... High Level: Further away from machine language. Low Level: Closest to machine language. Machine language = Torque... Zero (0) and Um (1) = 11001100011 Logo: The lower level you…