All Questions

2
answers

Find file on the server

Good afternoon, I have a PHP file that looks for a txt to get the information and upload it to the SQL database, however this file is generated by the server here in the company (where my machine is already mapped to R: or \ server \ adm)...
asked on 11.05.2015 / 21:19
1
answer

Change script to display video in Html5

How do I make this script show a video in HTML5 instead of in Flash Player? My script looks like this: In this script it injects the video link into the flash player, I would like to replace that with an HTML5 of type <video class="" wi...
asked on 15.09.2015 / 20:05
1
answer

How to display a specific image?

I'm making a movie system that registers the poster of the movie and I want it when I generate the report with all the films registered, it shows me the image of the poster saved in the bank and not the name of the image. I found a code that sho...
asked on 16.09.2015 / 22:31
1
answer

Is it possible to authenticate with angularJS?

Is it possible to authenticate with Angular and recover the logged in user? If possible what is the best practice to do?     
asked on 28.09.2015 / 22:10
1
answer

How to clone values from an object

How can we make an object equal to an object's "values"? Since my object has other objects, and lists of other objects.     
asked on 24.09.2015 / 21:07
1
answer

Error adding migration with Migrations

I'm trying to add a migration and migration returns the following message:    The Designer Code for this migration file includes a snapshot of your current Code First model. This snapshot is used to calculate the changes to your model when yo...
asked on 16.09.2015 / 01:07
2
answers

Persistence using Fluent API

How do I persist an address without having to pass all client information? Below is my address client mapping: HasMany(f => f.EnderecoList) .WithMany(e => e.ClienteList) .Map(me => {...
asked on 28.09.2015 / 18:13
1
answer

How to create a simplified version of jsFiddle [closed]

Does jsFiddle use json to save CSS / HTML, Javascript / JQuery? Probably this json is saved in a bank. The 4fh0xdpc series would be the ID in the bank. http://jsfiddle.net/ 4fh0xdpc / Each update generates a...
asked on 01.09.2015 / 04:33
1
answer

How to get timezone?

I have the following code: var minhaData = TimeZoneInfo.ConvertTimeBySystemTimeZoneId(DateTime.UtcNow, meuTimeZone); If meuTimeZone = "E. South America Standard Time"; then the value returned to minhaData is timezone -03:00...
asked on 22.09.2015 / 21:32
1
answer

Cardinality Class Diagram

When I make a Class Diagram or MER, the cardinality must be defined. As an example: A doctor consults from 0 to n patients; a patient is consulted by 0 or 1 physician. Why 0?     
asked on 24.09.2015 / 23:05