Posts by William Estrela • 321 points
6 posts
-
9
votes4
answers11232
viewsQ: JPA Object References an Unsaved Transient instance - save the Transient instance before Flushing :
When trying to save the "Addresses" of "Client" JPA/Spring returns me the following error in "main" Caused by: org.hibernate.Transientpropertyvalueexception: Object References an Unsaved Transient…
-
3
votes1
answer2159
viewsQ: How to generate Timeformatter in YYYY-mm-Ddthh:mm:ss-TZ format
I got the string 2018-09-26T10:36:40-03:00 and would like to convert her to LocalDateTime. DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd-MM-yyyy'T'HH:mm:ss'Z'");…
-
2
votes1
answer35
viewsQ: How to compile C++ in Visualstudio using linux inside windows
A friend said he has how to do this compilation by Visualstudio and run in a linux "subsystem"
-
2
votes1
answer41
viewsQ: Procedures calling other procedures in data structure
In the implementation of a XXXX can be used in the procedure call, to store the return address (and actual parameters). As procedures call for other procedures, more and more return addresses must…
asked William Estrela 321 -
4
votes2
answers2531
viewsQ: Inaccessible folder on github
I’m uploading my website to github. Commands I made: git init git remote origin master URL git add --all git commit -m "Primeiro Commit" git push origin master But git sends all files and folders to…
-
0
votes1
answer117
viewsQ: Error installing Mariadb
I am trying to install mariadb and the system returns the following error My question is the following, how to install in a directory other than the /var/cache...…