All Questions

1
answer

What is the best way to create a binary tree in C language? [closed]

Being a binary tree a set of records that satisfies certain conditions. I would like to know how best to implement a binary search tree in C language would be using a headless or headless structure?  Not taking into account your scan mode...
asked on 01.09.2015 / 15:24
1
answer

What are the risks of writing files to the Apache server with PHP and how to avoid them?

I am writing an HTML file with part of a page, to be used later by HTMLDocX in generating a .docx file % (see this question related). To write ob_start and ob_get_clean use to put the content in a variable: ob_start();...
asked on 23.10.2015 / 06:00
1
answer

I can not get a provider for Oracle with Code First

I'm doing the following: Model dou Add folder > New Item follows images ThenIselectADO.NetEntity,giveitaname,andADD SelectCodeFirstandgiveNext Wellatthisstep,Iselect,andseefromtheimagethatIdonothavetheOracleClientoptionandIalreadyaddediti...
asked on 05.11.2015 / 13:14
2
answers

Brazilian Army Scheduling System

I have a somewhat disturbing problem, I've tried it in several ways, but I have not found a solution. Below the explanation: A very simple system, it looks like a calendar, but within each calendar day, There are 3 fields in checkbox...
asked on 14.07.2015 / 17:29
1
answer

infinite scroll in Angular Js with external JSON

I'm having a bit of trouble regarding the creation of an infinite scroll in angularJS from a JSON file generated on an external site. What I need is that the infinite scroll be called when the item of variable posts is equal to 10, callin...
asked on 02.07.2015 / 22:42
1
answer

Download FTP using C #

I'm trying to download an FTP server. The problem is this: I need a way to partition the file I'm downloading. So that it is downloaded part by part and not complete at once. Doing so asynchronously also does not work for my case because it w...
asked on 29.10.2015 / 14:40
4
answers

.NET C # IIS Request aborted: Could not create a secure channel for SSL / TLS

Srs, I'm trying to communicate with the recipe server / SEFAZ using an A1 certificate through an MVC5 C # application on an IIS 8 server, in the pool with my user's identity. The certificate is installed and I have already performed the tests...
asked on 29.08.2015 / 00:19
1
answer

How to make an HTTP request in the Angular, and have functions that return all JSON elements or just one last parameter?

I'm new to Angular and Ionic, and I want to build a factory that gets a JSON from googleapis, and contains two functions, one returns all elements, and another that returns the element that is passed the index by parameter. I'm trying, like t...
asked on 08.10.2015 / 19:33
1
answer

Error while using Entity Framework BulkInsert

I have an Asp.Net MVC project in .Net Framework 4.0 with Entity Framework 5.0, where I added the BulkInsert- ef5 , but in the following excerpt error occurs: using (MeuEntities context = new MeuEntities()) { context.Configuration.AutoDete...
asked on 02.06.2016 / 15:47
1
answer

How to get information from inside the image in PHP?

I need to get the information inside the image with PHP, information like: Tags (or tag), Title, Comments, Authors and Copyright . Does anyone know how to get this information using PHP?     
asked on 13.05.2016 / 15:42