I would like to collect tweets through a certain keyword in real time, however I would like tweets only posted in brazil, because when doing the collection the api returns me tweets from all over the world. I'm using the twitter4j library. In th...
It is as follows, using the following expression:
<div class="teste">(.+?)</div>
And that's the content, for example:
<div class="teste">asdasdad<div>zxczxczxc</div>lkjlkjjlkj</div><div>asdasd<...
You can get a javascript value and put it inside a variable in java .
EX:
var len = $(" #relacaoPax select[name=tipo] ").length;
console.log( "len = " + len );
});
<% int l = len;
System.out.println( "//L = " + l );
%&g...
I'm working with software that passes through a "Security Application" that indicates lines of code that are potentially unsafe (theoretically).
Based on the code below, the application signals the outputStream.write() line accusing of...
Can someone tell me how to get the last "+" that appears on the console from this code:
import java.util.Scanner;
public class Power2 {
public static void main(String[] args){
Scanner input = new Scanner(System.in);
System....
I've learned that Annotations in Java are just a way to inject metadata into code. However, I have seen that frameworks and some libraries have annotations that "magically" generate code or define compilation rules. One example is projectlombok:...
How do I implant liquibase? and run it? I have projects in java and I use the oracle database.
This tool has the possibility to generate from the version file of the bank state, can generate in .SQL ??
Can you use this file to go back to a...
I would like to calculate the distance between two points using the api Google Maps V3 automatically without the use of interface, and send them to java for future processing. The coordinates are in a MySQL database.
I'm even getting more tha...
How can I make visible all the contents of the combobox that I have without increasing its size?
Today it looks like this:
Iwantittolooklikethis:
Update
Through a comment, I found the solution this link .
I have the exercise practically solved, only one "counter" is missing.
"In order to determine the monthly amount to be received by each employee, the customers they collect should be counted. Each client must have an attribute with the ident...