All Questions

1
answer

Limit WebServices access to two domains

How do I limit access to one Web Service to only two domains? I would like only the domain: http://"ServidoX".ipesp.gov" and http://"ServidoY".ipesp.gov" to consume this service. I have tried to modify in Web.Config using the...
asked on 08.01.2015 / 13:45
1
answer

How to send a message to a whatsapp group with the venomous0x or yowsup api? [duplicate]

I would like to know, with an example if possible, how do I send a WhatsApp message to a group created by someone else using venomous0x or yowsup? The shipping code is this: public String sendMessage(String to, String message) throws What...
asked on 09.01.2015 / 13:35
1
answer

Doubt with ng-repeat

I have the following code: <div id="box-1" class="box"> <div ng-repeat="task in contato " style="margin-top: 5px"> <div class="md-card md-card-hover"> <div class="md-card-content"> <d...
asked on 27.08.2017 / 15:26
1
answer

How to Extend / Inherit Angular Component2?

Doubt I would like to create extensions for some components already implemented in Angular 2, without having to rewrite them almost completely, because the base component could undergo changes and I would like these changes to be reflected...
asked on 06.04.2016 / 20:26
0
answers

How does the RSA encryption algorithm work? [closed]

I wanted to understand how the RSA algorithm works, step by step, for a better understanding and for me to use it properly.     
asked on 18.01.2016 / 16:53
0
answers

Development showing different types of calculations [closed]

I need help putting together a page, program, or application that does the following math basics topics and shows the calculations that the program did.    Object Transposition    Object rotation    Object Increase (independent width and h...
asked on 07.06.2016 / 18:54
2
answers

My image does not appear in ImageView

I'm looking for the image on SdCard. Everything works fine, opens the gallery, selects the image, but the selected image does not appear in ImageView. Code: public void btnFoto(View view){ Intent intent = new Intent(Intent.ACTION_GET_...
asked on 08.09.2015 / 16:20
2
answers

Retrieve error message via json no Angular

I'm trying to register using Angularjs, but I want to get the validations that are in my model in rails. But I'm having trouble: Covenat (model) Rails validates :name, presence: true Covenat Action Create controller def create @cove...
asked on 14.04.2015 / 18:20
1
answer

Export report from ReportViewer to CSV

In ReportViewer using Winforms , when I create the report I only have the option to export to PDF, Excel and Word and I need to add the export option in CSV.     
asked on 26.11.2014 / 11:32
1
answer

Is it possible to define a connection pool for each user in an oracle database?

I searched the oracle documentation and found only ways to change the image, but nothing about creating another. Does anyone there know if it's possible what I'm ordering? And how to proceed? Thank you in advance. Att Harisson Ford A....
asked on 19.05.2016 / 17:33