All Questions

1
answer

Iframe issues in Firefox and Internet Explorer

I have a problem with Firefox and Internet Explorer when I use a iframe to load files on the same page. In Chrome it works perfectly, but in Firefox and Internet Explorer, when I click on link iframe opens on another page....
asked on 28.02.2014 / 21:56
1
answer

Socket Multi Thread Server and its Clients talking to each other

I have a question that is killing me and I would like to share it with you, maybe someone has the answer or a way to heal that doubt. I have good experience with Web / Desktop development, API / REST connections and Socket. But all these conn...
asked on 24.05.2016 / 05:03
2
answers

How do I return a new instance of the python class itself dynamically inside it?

I am giving a study in Python and for this I am putting together a Python class that I had already done in PHP. For example, in a given method in PHP I needed to return the same instance of the class dynamically, but without usi...
asked on 18.05.2016 / 20:32
1
answer

Pointers with methods, where am I going wrong?

Creating a class that will have two methods one assign another to print vectors with public and then call that method in main . I've been able to do this with the baby steps method. Where am I going wrong and what do I have to...
asked on 08.03.2014 / 21:34
4
answers

Prioritize word in SQL query - MsSQL

I have the following task: Make a query where I have to give preference to the last word as a parameter. I search in two fields with a OR , but I need to prioritize the query by the first field. For example: if I search for "% phy...
asked on 18.02.2014 / 14:16
3
answers

Div with height 100%

I need to leave a div with height: 100% content and below it I still have the footer, but, for example, when I do not have content to complete the entire screen, the footer appears at the bottom of the page. It has 100px and...
asked on 18.02.2014 / 14:11
1
answer

Specific application of the attribute [ChildActionOnly]

I saw through the ASP.NET MVC documentation that using the [ChildActionOnly] attribute prevents the method from being called directly via GET, only through a specific view. Frankly, I did not get it. Can anyone clarify? Example usage:...
asked on 28.02.2014 / 19:00
3
answers

Is there any way to run batch files during the build of a Maven project?

I have a .bat file that performs some prerequisites during the build of my Maven project. I want to run this .bat file automatically when I build the project I developed Is there any way to accomplish this task with Maven?     
asked on 18.02.2014 / 15:10
3
answers

timestamp does not indicate the correct date

I'm working on a CMS for display of articles, my problem is with the function strtotime() does not indicate the correct date, always indicates March 1, 1970. A row (phpMyAdmin) of the article_timestamp is given with the format: e...
asked on 09.03.2014 / 11:31
1
answer

Error inserting into the Hibernate database

How do I insert the ProductIngredient object into the database that is composed of an Ingredient object that already exists in the database, without duplicating the Ingredient object in the database. If I remove the cascade and put in the Ingred...
asked on 08.03.2014 / 22:20