All Questions

1
answer

How do I call a font variation in CSS?

How do I use the OPEN SANS font variation? Example: <script src="//use.edgefonts.net/open-sans-condensed:n3,i3,n7:all; open-sans:n3,i3,n4,i4,n6,i6,n7,i7,n8,i8:all.js"> </script> I want to use the font variation: i3...
asked on 06.11.2014 / 22:08
2
answers

Dplyr and gsub: how to replace excerpts from one column to another

I have the following data-frame: xis <- data.frame(x1=c("**alo.123", "**alo.132", "**alo.199"), x2=c("sp", "mg", "rj"), x3=c(NA)) I would like to create a new column using gsub as follows: x3[1] <- gsub("alo", xis$x2[1], xis$x1[1])...
asked on 09.10.2014 / 16:20
1
answer

Dates Conversion to the Mysql database

Hello! Well, I'm using xhtml and primefaces. In my xhtml page, I have a date field and I use the converter to save to the database, I have a problem with the day. If I want to save 04/30/1989 In the database saved 1989/04/29 My fi...
asked on 02.11.2014 / 17:20
1
answer

Use sheet name extracted from a cell

I am creating a workbook in excel that will serve as a template for many others that will be generated through it. This template workbook has 5 spreadsheets, and one of them can be replicated several times with several different names such as...
asked on 17.10.2014 / 14:32
2
answers

How to display a .txt file in a JtextArea automatically

I'm tired of searching and can not find how to display a .txt file in a JTextArea automatically. I made a program that opens a window and then wanted it to display the contents of that file without having to load it into a button.     
asked on 07.11.2014 / 23:10
4
answers

Error in v7 appcompat in themes v21

Recently I went to do a project clean in my project, and I do not know why it did not generate R.java , and my project was working normally. So I had the brilliant idea to reinstall the SDK and Eclipse. And now I'm having problems wit...
asked on 20.10.2014 / 13:24
2
answers

Get tag data in XML

I have an XML with the following format: <dados-cad> <nome>Wender</nome> <data>2805094</data> <code>311</code> </dados-cad> How do I in PHP for me to just grab the content th...
asked on 07.10.2014 / 03:52
1
answer

How to send message to stderr in bash via echo command?

I'm writing some script to deploy an application and I need to send status messages to stderr instead of stdout , which the echo command does by default. How to do the command echo send the message to stderr instead of stdout ?...
asked on 12.11.2014 / 21:32
1
answer

How to validate start date and end date for a same attribute of Model

Problem description: I need to create a form with a start date and end date to list the sales of a product by period. Let's take this model as an example: public class Produto { [Display(Name = "ID")] public int IdProduto { get;...
asked on 26.09.2014 / 16:23
1
answer

By divs next to bootstrap

I have 5 divs, I want them aligned on the same line ... However the div div is not aligned ... <section class="content"> <div class="row"> <div class=" col-xs-2 "> <a href="#" class="thumbnail"> <...
asked on 04.12.2018 / 03:49