Posts by dipi evil • 136 points
3 posts
-
0
votes0
answers28
viewsQ: Best way to build a class to run an SQL package
I am building a layer of access to the database and I need to access the functions inside a package on the oracle server. Orm already connects to the database and accesses tables and procedures…
-
2
votes2
answers321
viewsA: Versioning of Bitbucket Code
All pushes to the repository must also fall to the client-specific server. Search by Deployment (or CD) and helper tools like Jenkins, Codeship, etc. If you’re already familiar with Git, try Git…
-
0
votes2
answers97
viewsA: How to remove the spacing generated by the tag a?
Try adding a class with margin and padding zeroes. Maybe using a !Important. https://jsfiddle.net/09mdbc4g/…