Posts by bmkrio • 505 points
10 posts
-
4
votes2
answers185
viewsQ: In what order is the init() method invoked in the GO language?
I read some posts on the Internet about the implicit method call init() but I did not understand right in what order it is invoked in a program written in GO language, mainly because there can be…
-
2
votes2
answers2468
viewsQ: How to edit my JS files inside Docker container using Sublime 3?
I am using Docker 1.7 on MAC OSX and have created a container with an Apache and a WEB application. I would like to edit JS fonts using Sublime Text 3. How can I do that ?
-
2
votes2
answers141
viewsQ: How to access a Cocoa Touch Framework module on Playground Swift
I created a Cocoa Touch Framework module on Xcode 6.0.1 with Class implemented in Swift and can matter in my View Controller and use it normally. The problem that I can’t use the same code in the…
-
1
votes1
answer129
views -
1
votes2
answers470
viewsQ: How to run PHP Data Import code for Wordpress site?
I have an example code to create a Post of a specific type (product from WooCommerce) and would like to use it to make a routine import of many products. <?php function createNewProduct() {…
-
3
votes1
answer377
viewsQ: How to ensure that a Servlet is Deployed in Tomcat 7 using Servlet Container 3.0?
I am developing an application that uses the Servlet API 3.0 via Annotations and porting does not need WEB-INF/web.xml file The problem that sometimes when I deploy in Tomcat 7 the Servlet is not…
-
8
votes1
answer426
views -
3
votes1
answer11313
viewsQ: Oracle 11 is expiring the passwords. How do I reset this?
I recently migrated (six months ago) to Oracle 11 and now using the command sqlplus system@INTANCIA I started to receive the message below: ORA-28002: the password will expire within 7 days NOTE:…
-
10
votes5
answers1698
viewsQ: How can I ask the user for confirmation in a bash file?
I need to display a message in the Console and ask for a confirmation. For example, ask the user to type SIM to continue, and verify this.
-
5
votes1
answer933
viewsQ: How to override variable defined in POM with specific value at the time of mvn execution?
In an environment with multiple configurations of Web Container sometimes we need to correctly point the deploy directory of the application that may be in different directories depending on the…