All Questions

2
answers

How do I disable JVM hostnames?

An application is trying to access a remote EJB. Regardless of whether the configuration uses the servidor.empresa.com.br address or an IP to access the service, an error occurs: weblogic.utils.NestedError: This address was valid earlie...
asked on 13.12.2013 / 17:46
2
answers

EF6 Code First Relationship between entities

I am trying to create a Condominium Data Model in ASP.NET with SQL Server. I stumbled upon the creation of the proprietario(1) relation with fracao(many) . The error returned is:    The INSERT statement conflicted with the FOR...
asked on 31.01.2014 / 13:14
1
answer

How to change the value of a string in XML?

There is a way to change a value of a string in XML. I know how to get the value through getResource().getString(R.string.value); but I do not know how to change the value directly in XML. Is this allowed? Or are the values created in...
asked on 08.02.2014 / 00:15
2
answers

Fixed column of a JTable in a JScrollPane

How do I leave a column of a fixed JTable (without scroll) inside a JScrollPane? I want to leave the first column of a fixed table, the scroll bar will only scroll from the second column onwards, the first one should always be visible. I e...
asked on 29.01.2014 / 18:26
2
answers

Problem in currency mask in input

I'm having a coin mask problem with AngularJS. I found this thread in Stackoverflow in English. The mask works fine by typing in the input and arrives right in the controller , however when I command formatted the controller to the scr...
asked on 29.01.2014 / 20:43
1
answer

Error compiling php 5.3.28 using php-build

I'm trying to install PHP 5.3.28 using ' php-build in Linux Mint 16 (Ubuntu) more it does not compile. I am using the following command:    php-build -i development 5.3.28 ~ / local / php / 5.3.28 After solving a number of package err...
asked on 16.01.2014 / 17:15
1
answer

Error while mounting HTML table with jQuery

I need to create this screen: TheproblemisthatthecodeIhavegeneratedgenerates9columnsinarowinsteadofgenerating3columnsperline: Thisisthecode:@{ViewBag.Title="Home Page"; } <div class="col-md-12"> <table id="tblQuadro" class="tab...
asked on 28.12.2018 / 14:41
2
answers

Change the indentation of TAB to spaces in Vim

I have a project where some files are indented with tab and others with 4 spaces. Is there any way in Vim to reinden all files to 4 spaces?     
asked on 29.01.2014 / 19:14
2
answers

Database in does not reflect changes in the same activity

I'm trying to update the database in my application. Trying to simulate a possible production error intentionally I give DROP to a table, and then I make a SELECT in the same table and it works. When changing Activity the same pr...
asked on 16.12.2013 / 17:14
3
answers

Is it possible to move NodeJS modules to be used 'offline'?

I use GruntJS for personal projects, I would like to use the benefits of this tool at work, however the use of the network is limited and I can not install via the prompt. I tried to copy the node_modules directory but it does n...
asked on 09.02.2014 / 23:32