All Questions

2
answers

Doubt with dataTable and / or JSF / JPA modeling

Good evening, I have the following problem ... at first it seems kind of silly, but honestly I can not get out of it I want to create a table where the columns are SUNDAY, MONDAY, THIRD, FOURTH, FIFTH, SIXTH, SATURDAY respectively ... and in...
asked on 18.02.2015 / 23:00
1
answer

How to retrieve Facebook friends list

Personal I need to return the facebook friends list using the facebook 4 for PHP API. I can login, get the account info but the list only comes the following result for me: Array ( [data] => Array ( ) [summary] => stdClass Objec...
asked on 15.01.2015 / 13:47
1
answer

How to construct a query with Web2py quantifying the difference between days

I'm using Web2py (Python), doing the query using DAL I wonder if it's possible to get the difference in days, something close to that Example #!/usr/bin/env python # -*- coding: utf-8 -*- resultado = db( (db.base_suporte.dt_...
asked on 21.02.2015 / 03:07
1
answer

How to pass parameter to a dialog with PrimeFaces?

I'm calling a Dialog through a button in JSF with PrimeFaces 5.1 enabling Dialog through onstart="PF('iconeDeProcessamento').show()" of the button. Does anyone know if it is possible to pass a parameter to the dialog?...
asked on 06.01.2015 / 17:44
2
answers

Receiving error: "Your SYSDBA login is the same as one of the SQL role name" when trying to access base with IBExpert

I need to access data from a firebird database (.FDB), but when trying to access this database using IBExpert I get the following error:    "your SYSDBA login is the same as one of the SQL role name". In my research, I discovered that thi...
asked on 08.12.2014 / 14:45
2
answers

Is there any way to create a moip account by api from moip?

I am developing a marketplace system and each salesperson needs to have a MOIP account to receive sales. As these vendors are very lazy I thought about automating this so they do not have to create a MOIP account, which is automatically cre...
asked on 04.01.2015 / 19:03
1
answer

Text Overlay with Bootstrap Doubt

I'm trying to make a text overlay on an image with the bootstrap, but I'm not getting it. Would anyone know how to do it and help me? My code is: <section class="container"> <div class="row ptf"> <div class="...
asked on 27.01.2015 / 16:51
1
answer

Including in the APK an SQLite database

Is it possible to include the application database in the APK installation? I already have all the necessary records for the operation of the application and would like to include it during the installation.     
asked on 24.11.2014 / 22:39
1
answer

How to save the checkbox options in the bank?

I need to save the fruits and values in different fields in the database " PHP: <?php session_start(); //if (!isset($_SESSION["usuario"])){echo "<script>alert('O SEU INGRESSO É VALIDO');window.location=\"index.php\";</scrip...
asked on 14.12.2014 / 06:21
1
answer

How to find the height of a dynamic element with angularjs?

I have a menu with accordion effect I need to find out how tall this menu is, remembering that the height is dynamic, ie when it has some open element it gets bigger. Then you need to find the position of the clicked element relative to the s...
asked on 04.02.2015 / 16:39