Posts by AComerlatto • 341 points
13 posts
-
1
votes2
answers1343
viewsQ: Apparmor DENIED Mysql
Personal hail. I am facing a small problem with my MYSQL on Linux Mint. When I try to initialize the service, APPARMOR denies me permission, follows the logs: Ago 28 09:07:42 Comerlatto-NTB…
-
1
votes4
answers224
viewsA: Code Optimization / Image Processing
First of all I would like to thank you for your help, @Lacobus, @Renan and @Wtrmute. After analyzing the suggestions given by all, using a little piece of each one I put together the code as…
canswered AComerlatto 341 -
5
votes4
answers224
viewsQ: Code Optimization / Image Processing
I’m doing a C-level college paper on image processing. And I need to find an alternative to optimize a particular piece of code. Here: /* Backward Rotina */ /*…
casked AComerlatto 341 -
1
votes1
answer36
viewsA: Doubt Query Mysql
Solved! As the user Marconcilio Souza said, simply put the codings on the ON instead of WHERE! SELECT `PcldCliente`.`id`, `PcldCliente`.`nome`, `PcldCliente`.`agencia_id`, `PcldMain`.`id`,…
-
1
votes1
answer36
viewsQ: Doubt Query Mysql
I have a little doubt and difficulty in trying to solve my problem, I have the following query: SELECT `PcldCliente`.`id`, `PcldCliente`.`nome`, `PcldCliente`.`agencia_id`, `PcldMain`.`id`,…
-
1
votes1
answer132
viewsQ: Cakephp 2.X : External SESSION
I have the following situation: I have my application running with Cakephp 2.X, but the authentication system is external and I don’t have access to it, the only thing I was given are the $_SESSION…
-
0
votes2
answers208
viewsA: Cakephp 2.x: Custom Query Paging
I guess it was just a lack of interpretation. It was enough to pass the parameters as if it were in the find() Stayed like this: function search(){ $this->layout = 'mpf'; $fields =…
cakephp-2answered AComerlatto 341 -
1
votes2
answers208
viewsQ: Cakephp 2.x: Custom Query Paging
I’ve hit my head a lot so far to try to understand how Cakephp pagination works with Custom Query’s but haven’t had much success. This is the method I currently have, I want to make a pagination on…
cakephp-2asked AComerlatto 341 -
1
votes1
answer220
viewsA: Multiple Access instances
Solution After a lot of headbanging I figured out how to do. Just go on File > Options > Client Settings And leave the options advanced that way:…
-
1
votes1
answer220
viewsQ: Multiple Access instances
As it opens multiple instances of the same Access Bank, I saw that a former co-worker used the command: Shell "MSACCESS.EXE " & Chr(34) & CurrentDb.Name & Chr(34) But when executing me…
-
3
votes1
answer1912
viewsQ: Returning HTML Fragment with Ajax
There is the possibility to return only one fragment of a page’s code with the AJAX JQuery? What I want to do is: I have a page where through the POST send the ID with the AJAX, and I am the body of…
-
4
votes2
answers818
viewsA: Modal Boostrap reduces site body size
I managed to solve my problem, I do not know if in the future it can cause me some damage, however, for now it is acceptable In the archive bootstrap.js on line 964 In the part of Function…
-
3
votes2
answers818
viewsQ: Modal Boostrap reduces site body size
Man modal is decreasing the size of the page horizontally when opened, when closing it goes back to normal, it is something that is strange. Here the code: <div class="row" align="right">…