All Questions

4
answers

Change page without changing user's URL

How to change pages internally without changing the URL to the user? Without using frames. Example: The user entered my site: http://exemplo.com and clicked the menu and went to the "Contact" page. Make the URL continue: http:/...
asked on 02.07.2014 / 21:10
1
answer

What tools are available for .NET code coverage in Visual Studio?

I have developed systems using TDD in .NET. Recently, the company that worked, bought the version of Visual Studio 2013 Pro and in this version we do not have the code coverage tool, only from the Premium version (visual studio compare versions...
asked on 25.10.2014 / 19:47
1
answer

Print OleObject ("word.application") with delphi

I'm trying to print a range of pages from objeto co_de OleObject to ("word.application") and I'm not getting it. Using delphi 6 I can print successfully, but I want to print a range of pages. Thank you very much...
asked on 24.06.2014 / 20:55
2
answers

My app does not appear on Google Play on tablets

I developed an application, then I immediately published it on Google Play , accessed through the phone and installed correctly. However, when accessed by the tablet, the application is not listed, if accessed by the PC, the message that is n...
asked on 03.11.2014 / 18:34
2
answers

File upload does not work on Locaweb hosting

Locally I can upload and quietly save a file using the following code Controller: public ActionResult CriarProduto(FormCollection form, HttpPostedFileBase file) { Produto produto = new Produto(); ProdutoService prod = new ProdutoServi...
asked on 01.08.2014 / 19:51
1
answer

Functioning of functions for file manipulation

I know the syntax, the logic of the function. I'd like to know how this works in the background. For example, I gave the function fopen() , fclose() , fwrite() , what am I actually doing? Is it possible to write these functions...
asked on 23.09.2014 / 20:21
1
answer

Conversion error in a linq query

I made this query and Where is giving this error: Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<AnonymousType#1>' to 'System.Collections.Generic.List<AnonymousType#1>' Missed this part string _cnpj = c...
asked on 26.06.2014 / 22:11
2
answers

How to Direct Commands to Linux Terminal with Python

I need to create a script in Phyton that when run either by mouse click or 'enter' the keyboard, it opens the Linux terminal itself and executes any command inside it. I've already been able to get it to run the command, but as long as the scrip...
asked on 17.08.2014 / 21:42
1
answer

Monitor space in sqlserver datafile

Generally, I do not let databases automatically grow to the edge of the disk. So I would like to know if colleagues have any procedure so I can monitor and be alerted of when the space in a Datafile is running out. Be it log or data. Example:...
asked on 28.10.2014 / 12:55
1
answer

set the position of the "search cancel" button in an input type = search in Safari 7

I have input[type=search] with padding . As I want to have the same style in different browsers I used -webkit-appearance: none; but in Safari 7 (mavericks at least) The button that does reset / cancel the search is cut off....
asked on 01.11.2014 / 13:47