This file contains hidden or 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
"SELECT \"listas\".* FROM \"listas\" WHERE (data_hora_evento > date('2015-01-17 09:00:00.000000') and data_hora_evento <= date('2015-01-18 02:59:59.999999'))" |
This file contains hidden or 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
W/System.err( 5490): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.startsWith(java.lang.String)' on a null object reference | |
W/System.err( 5490): at com.android.okhttp.internal.http.StatusLine.<init>(StatusLine.java:24) | |
W/System.err( 5490): at com.android.okhttp.Response$Builder.statusLine(Response.java:419) | |
W/System.err( 5490): at com.android.okhttp.internal.http.JavaApiConverter.createOkResponse(JavaApiConverter.java:116) | |
W/System.err( 5490): at com.android.okhttp.internal.http.ResponseCacheAdapter.get(ResponseCacheAdapter.java:53) | |
W/System.err( 5490): at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:190) | |
W/System.err( 5490): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:373) | |
W/System.err( 5490): at com.android.okhttp.internal.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:106) | |
W/System.err( 5490): at ru.truba.touchgallery.TouchView.UrlTouchImageView$ImageLoadTask.doInB |
This file contains hidden or 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
px2dpi = function(px) { | |
return Math.ceil(px / (Titanium.Platform.displayCaps.dpi / 160)); | |
}; | |
var widthSquare = px2dpi(Ti.Platform.displayCaps.platformWidth); | |
$.square1.left = 0; | |
$.square2.left = widthSquare; | |
$.square1.width = widthSquare; |
This file contains hidden or 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
package br.com.unifor.models.beans; | |
public class Joined { | |
private Cd cd; | |
private Gravadora gravadora; | |
public Joined(Gravadora gravadora, Cd cd){ | |
this.cd = cd; | |
this.gravadora = gravadora; | |
} |
This file contains hidden or 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
import java.util.ArrayList; | |
import br.com.unifor.models.beans.Cd; | |
import br.com.unifor.models.beans.Gravadora; | |
import br.com.unifor.models.beans.Joined; | |
public class HashJoin { | |
private int id; | |
private int qntBuckets; |
This file contains hidden or 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
E/TiApplication(10971): (main) [6698,11078] Sending event: exception on thread: main msg:java.lang.IllegalStateException: Calling View methods on another thread than the UI thread.; Titanium 2.1.3,2012/10/02 16:16,15997d0 | |
E/TiApplication(10971): java.lang.IllegalStateException: Calling View methods on another thread than the UI thread. | |
E/TiApplication(10971): at com.android.webview.chromium.WebViewChromium.createThreadException(WebViewChromium.java:268) | |
E/TiApplication(10971): at com.android.webview.chromium.WebViewChromium.checkThread(WebViewChromium.java:284) | |
E/TiApplication(10971): at com.android.webview.chromium.WebViewChromium.setLayoutParams(WebViewChromium.java:1618) | |
E/TiApplication(10971): at android.webkit.WebView.setLayoutParams(WebView.java:2099) | |
E/TiApplication(10971): at com.facebook.android.FbDialog.setUpWebView(FbDialog.java:161) | |
E/TiApplication(10971): at com.facebook.android.FbDialog.onCreate(FbDialog.java:112) | |
E/TiApplication(10971): at android.app.Dialog.dispatchOnCreate(Dialog.java: |
This file contains hidden or 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
I/TiAPI (26910): dentro de gcm_ativity, antes de tudo | |
I/TiAPI (26910): dentro de gcm_ativity, antes de tudo | |
I/TiAPI (26910): dentro de gcm_ativity, antes de tudo | |
I/TiAPI (26910): dentro de gcm_ativity, antes de tudo | |
I/TiAPI (26910): dentro de gcm_ativity, antes de tudo | |
I/TiAPI (26910): é uma launcher activity | |
I/TiAPI (26910): ClassName para dar launch = br.com.coredigital.corecorporate.VsActivity | |
I/TiAPI (26910): app.id = br.com.coredigital.corecorporate | |
I/TiAPI (26910): depois da criação da parada | |
I/TiAPI (26910): Antes do start activity |
NewerOlder