This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Go inside this directory in a command line tool and type: | |
sudo chgrp -R your-apache-group-name . | |
chmod g+w . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\\dtfdc\dtf\Publico\Victor Hugo\portal.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] [soapui:test {execution: integracaoFunctionalTest}] | |
soapUI 3.6 Maven2 TestCase Runner | |
17:52:40,155 WARN [DefaultSoapUICore] Missing folder [C:\server\localhost\jenkins\jobs\DTFRestricao\workspace\trunk\.\ext] for external libraries | |
17:52:40,170 INFO [DefaultSoapUICore] Creating new settings at [C:\Documents and Settings\Default User\soapui-settings.xml] | |
17:52:41,639 INFO [WsdlProject] Loaded project from [file:C:/server/localhost/jenkins/jobs/DTFRestricao/workspace/trunk/DTFRestricaoWeb/DTFIntegração-soapui-project.xml] | |
17:52:43,061 INFO [SoapUITestCaseRunner] Running soapUI tests in project [DTFIntegração] | |
17:52:43,077 INFO [SoapUITestCaseRunner] Running Project [DTFIntegração], runType = SEQUENTIAL | |
17:52:43,124 INFO [SoapUITestCaseRunner] Running soapUI testcase [TestCase: obtemDadosVeiculo - Placa inválida DB] | |
17:52:43,233 INFO [SoapUITestCaseRunner] running step [DataSource: TestCasePlacaInválida] | |
17:52:43,249 INFO [SoapUITestCaseRunner] running step [Test Request: Placa inválida] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//context, statusBarIcon, requestIntervalInSeconds, apiKey | |
PushLink pushLink = new PushLink(this, R.drawable.appIcon, 10, "yourApiKey"); //onCreate | |
pushLink.start(); //onResume | |
pushLink.stop(); //onPause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<uses-permission android:name="android.permission.INTERNET" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def background_exception_notification(exception, options={}) | |
if @notifier = Rails.application.config.middleware.detect{ |x| x.klass == ExceptionNotifier } | |
@options = (@notifier.args.first || {}).reverse_merge(self.class.default_options) | |
@exception = exception | |
@backtrace = exception.backtrace || [] | |
@sections = @options[:background_sections] | |
@data = options[:data] || {} | |
@data.each do |name, value| | |
instance_variable_set("@#{name}", value) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apiKey":"yourApiKey", | |
"apk":"UEsDBBQACAAIAPltZEAA ... dC9tYWluBtULtOw0AQnM3lYUg=", | |
"current": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use this setup block to configure all options available in SimpleForm. | |
SimpleForm.setup do |config| | |
config.wrappers :foundation, class: :input, hint_class: :field_with_hint, error_class: :error do |b| | |
b.use :html5 | |
b.use :placeholder | |
b.optional :maxlength | |
b.optional :pattern | |
b.optional :min_max | |
b.optional :readonly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO `banks` (`CODE`, `NAME`) | |
VALUES | |
('654', '654 - Banco A.J.Renner S.A.'), | |
('246', '246 - Banco ABC Brasil S.A.'), | |
('25', '25 - Banco Alfa S.A.'), | |
('641', '641 - Banco Alvorada S.A.'), | |
('213', '213 - Banco Arbi S.A.'), | |
('19', '19 - Banco Azteca do Brasil S.A.'), | |
('29', '29 - Banco Banerj S.A.'), | |
('0', '0 - Banco Bankpar S.A.'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
OlderNewer