All Questions

1
answer

How to create functions with callback?

Can anyone tell me how to create functions with callback? I have created this function but it is not working. function PostsCategoriasListar(table, select, callback) { if (table) { $.ajax({ url: cont...
asked on 22.08.2014 / 01:54
2
answers

Changing System Culture

Developing a system for a Bolivian company, on a windows with culture pt-BR , some objects like datetimepicker have their internal components according to the language in which the system was installed. Home And in my case, when thi...
asked on 23.09.2014 / 16:10
1
answer

Code First Table Migration - N for N using Fluent API

I have the following classes: [Table("Area_Cursos_Turma")] public class Turma { public int TurmaID { get; set; } public virtual ICollection<Aluno> Alunos { get; set; } } [Table("Area_Cursos_Aluno")] public class Aluno { publ...
asked on 26.09.2014 / 14:06
1
answer

Encapsulate TClientSocket connections in Multithreads [closed]

I have a variable X number of electronic equipment (Meteorological stations) in my local network, each equipment provides a ServerSocket connection with an IP and a specific port, I have an application developed in DELPHI XE5 that connects to al...
asked on 14.10.2014 / 21:11
3
answers

Multi Banks / Cache / Client Layer

We are looking at ways to develop functionality for a system, which will be in C # .Net. I would like to hear opinions on how we can do this, if we can use some frameworks or something else. Access to multiple banks We need the syste...
asked on 21.09.2014 / 01:43
1
answer

jQuery Click does not work on results coming from $ .post

I'm developing a delete button on the product form that I have, it works like this Category 1 (Radio Button) Category 2 (Radio Button) After selecting a category, it sends a jQuery command to the $ post function and creates...
asked on 14.10.2014 / 07:09
1
answer

How to force the download of a file, which is stored in the database

I have a system where, documents from the database are listed, where the user has the option to view or download the file. I want to know how I can retrieve this file from the database and force it to be downloaded. This file is in .pdf...
asked on 05.09.2014 / 19:57
1
answer

Create trigger within a procedure?

I would like to know if it is possible to create a Trigger within a procedure? (SQL SERVER) The reason is that I drop the table that is triggered at the end of the day, and then recreates it with a procedure, and after creating the table, it...
asked on 03.09.2014 / 19:24
1
answer

Transform an array to string in python

I'm trying to convert an array to a string and add the "|" at the beginning and end of each field Below the example array ['', 'C170', '1', '14879', '', '1,00000', 'UN', '29,99', '0,00', '1', '060', '1407', 'NE09', '0,00', '0,00', '0,00',...
asked on 19.01.2017 / 09:51
1
answer

How to import data from the clibboard to a data-frame in R

One of the advantages of using spreadsheet is that we can import data from the clipboard. Is there any way to do this in R?     
asked on 14.09.2014 / 17:17