All Questions

1
answer

How do I resolve a conflict in git when uploading to github?

These are the steps I took: git clone "https://github.com/dixroby/codigoNuevo" Then I generated a conflict by editing a line of code and when uploading git add . git commit -m "subiendo conflicto" git push I get an error error: fai...
asked on 27.10.2018 / 15:20
1
answer

Maintain the position of a RecyclerView when I add data

Good I have a problem that when adding data sends me to the beginning of the recycler when in fact what I want is to keep in the current position. This happens every time the user fills the end of the foot to load more data from volley .. &...
asked on 27.10.2018 / 21:04
2
answers

Convert Integer to String, with leading zeros?

I'm manipulating dates, and I need to convert ints to String without losing the number in front. That is, 01, 02, 03, 04 I've tried String.valueOf() and Integer.ToString() , but it eliminates the zero on the left thanks in...
asked on 28.10.2018 / 19:48
1
answer

Show PDF with urlPath Swift Xcode

Currently I have a webservice which returns an array of bytes which I transform into base64 to assemble the PDF, this is saved in a route and if I go to the route I can open the pdf normally. All this I do in func saveBase64StringToPDF(base...
asked on 25.10.2018 / 14:48
2
answers

make consultation with three tables in Eloquent Laravel

I have three tables that are the following users , maps , bookmarks A user has several maps a map has several markers What I am trying to do is show the markers that belong to the maps of the user who has logged in. This is...
asked on 22.10.2018 / 14:47
1
answer

I have a FOR in PHP and I need a row to show me option A and the other row option B

I have a question. Currently I have a timeline in html which shows me one on the right and the other on the left, but I want to integrate it with dynamic data. To put right start only with <li> But to put it to the left I start i...
asked on 24.10.2018 / 16:52
2
answers

Routes of Laravel

Thank you in advance, I am working on a CMS and I want to separate the backend routes and the front routes but I have conflicts. The backend is currently in / admin and whatever follows, for example / admin / users / etc ... The proble...
asked on 24.10.2018 / 23:39
1
answer

How to update several records in Mysql from PHP?

My question is how can I update several records of a Mysql table from php? In the variable $ conver2 the values that I want to insert are saved I put the update inside the foreach so that the sentence would be repeated according to the amo...
asked on 07.05.2018 / 20:26
3
answers

Problem with hibernate entities

I have a problem with hibernate that tells me that entities are not mapped. Here is the error: INFO: HHH000397: Using ASTQueryTranslatorFactory Exception in thread "main" java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.Q...
asked on 21.10.2018 / 23:28
1
answer

Create X11 Pixmap without window

To the function cairo_surface_t * cairo_xlib_surface_create (Display *dpy, Drawable drawable, Visual *visual, int width, int height); I need to provide you a Drawtable . I have no interest in the Drawtable being displayed, so...
asked on 10.05.2018 / 20:20