I have the following problem .. on a server I have a project and it is in a Bitbucket repository.
If I do git shortlog -sn
I'm ready:
36 root
4 Mi User
I need to add another authorized user from Bitbucker to commit and push...
I am working with a form to edit the information of a client, the form has three AutoCompleteTextView .
Each AutoCompleteTextView has an adapter that receives a List<Object> . As it is a form to edit, you need each...
I happen to have a DatagridView with the following format (ver Imagen) (Orange -> CheckBox and white disabled -> CheckBox activated, it turns out that I want to filter this DataGridView and I do it like this:
public...
Greetings wherever you are on that side of the receiver, I have weeks learning about this giant that is laravel (5.5), I have a system to develop during my degree work, but I have a big failure, I can not find or not how to pass the methods of t...
I need to list all the users who have created a vote, a user can create many votes and that user belongs to a company.
I'm grouping them because I need the last vote per user, but I need to order the voting in progress first (4) and then the...
I have a code with which I make a login through Facebook, and it is as follows:
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'xxxxxxxxxxxxxxxx',
xfbml : true,
version : 'v...
I'm trying to integrate "authenticate" with the Facebook SDK JavaScript, it works in Firefox / Chrome / Safari but in Internet Explorer it stays in "stand by" already to give the application permission to access my information. Is there somethin...
Reading a bit of Javascript code, I've come across this:
router.route('/:id')
.put((...args) => controller.update(...args))
.get((...args) => controller.findById(...args));
Is anyone clear about what ... args means?
Personally I like to use double quotes about attributes / HTML values, but I have seen codes where the use of single quotes is what dominates the document and even! some with absence of quotes.
<input type="text" name="age" />
<input...
Hi, I would like a suggestion, I try to open the browser from a page that is loaded from WebView / UIWebView , in an application iOS or Android for example:
window.open(
'http://www.stackoverflow',
'_blank'.
);...