All Questions

1
answer

503 Forwarding on multiple URLs except for one

How to make a redirect 503 (maintenance code) on every site, but leave only one URL that can be accessed? Server: Linux (Apache) with PHP 5.5 and MySQL.     
asked on 15.04.2014 / 18:38
1
answer

How to create a JOB in Oracle?

I have the following command to perform the analysis of Oracle indexes: EXEC DBMS_STATS.GATHER_SCHEMA_STATS('USUARIO', estimate_percent=> 25); I would like to know how to schedule this command so that it runs once every week. Edited:...
asked on 11.12.2013 / 21:20
2
answers

How to put a @ inside {} in MVC

When doing a page in MVC5 with Razor, I put the following code {--conteúdo da @ RenderBody() etc, etc } Generated an error because @ is inside braces ERROR: Server Error in '/' Application. Parser Error Description: An error occu...
asked on 30.04.2014 / 20:41
1
answer

What is Web context caching?

It is often said, "Oh, this gets stored in cache ..." Where does the browser store your cache , is there a limit size and has some relation to Local Storage     
asked on 02.03.2017 / 15:33
1
answer

Workflow to revert changes from branch dev to master

Branch dev is automatically mergeado master ; this one for your Instead, you have an automatic deploy application. Branch dev has some changes ahead of branch master and will be discarded. The feature bra...
asked on 10.06.2016 / 22:26
1
answer

Remove PHP from Ubuntu 14 [duplicate]

I used the following commands to remove PHP from Ubuntu: sudo apt-get purge php5 php5-cli libapache2-mod-php5 php5-mysql phpmyadmin sudo rm -rf /etc/php5 But when I run the command php -v on the command line, I get the following re...
asked on 17.02.2016 / 13:54
1
answer

Convert Excel (.xls) to (.htm)?

I made a system for a school, where from the Excel file, where all school bulletins are stored, I export to .htm , where it generates some files with this extension and from there I can make the cut of the bulletins and comparing them with...
asked on 21.12.2016 / 15:57
3
answers

How to know the week of a given month?

I'm working on ASP.NET MVC 4, and I want to know what the week is for a given month. For example, the user wants to define a frequency of occurrences, and as such says: The occurrence will occur every%% weeks%; The occurrence will happe...
asked on 04.02.2014 / 16:35
3
answers

Convert World / Excel To PDF

Does anyone know of any open source api to convert world and excel documents to pdf? I am currently using windows interop however it only works if I install office on the server. I need to remove this installation. On my system I save the File E...
asked on 13.02.2016 / 21:44
1
answer

What is a loopback interface?

I was experiencing socket connection problems on my server: What causes the error [could not bind to" tcp: //127.0.0.1: 8843 ". Can not assign request adress]? I was able to solve the problem. The technician told me the problem was that...
asked on 12.01.2016 / 14:43