Posts by charles.eduardo • 93 points
4 posts
-
5
votes3
answers2955
viewsA: Function that returns function in Javascript
Rafael is when the hello function calls the hi function it passes as parameter its a and b received, but are a, b+1. Type hello(3,3) { //hi(3, 3+1) return hi(3,4); } blz…
-
0
votes1
answer50
viewsQ: VM Lamp Stack Magento Error in permissions?
The permissions problems are in these folders. Path "/var/www/hf/app/etc" must be writable. Path "/var/www/hf/media" must be writable. Path "/var/www/hf/media/customer" must be writable. Path…
-
3
votes2
answers3338
viewsQ: Recursively rename files to default given in Linux commands
I am trying to rename files by making the default overwriting certain patterns, however, I wanted to do this work recursively and still could not get. -/doc |----- texto1.txt |----- texto2.txt…
-
1
votes2
answers3301
viewsA: How to "capture" Webservice (XML) data in Java SE?
Daew Giovani Raci Paganini checks the webservice consumption explained by Caelum also this one from netbeansClient 1: Java Class in Java SE Application. Good learning!!!…