Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
| /** | |
| * extract rar or zip file | |
| * | |
| * @since [1.0] | |
| * @author Richard | |
| * @date 2015-05-05 | |
| * | |
| * @param [string] $file_path ["D:\file\path\a.rar"] | |
| * @param [string] $to_path ["D:\extract\to\path"] | |
| * @return [boolean] |
| /* Brazilian initialisation for the jQuery UI date picker plugin. */ | |
| /* Written by Leonildo Costa Silva ([email protected]). */ | |
| jQuery(function($){ | |
| $.datepicker.regional['pt-BR'] = { | |
| closeText: 'Fechar', | |
| prevText: '<Anterior', | |
| nextText: 'Próximo>', | |
| currentText: 'Hoje', | |
| monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', | |
| 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], |