Pony

Results 7 issues of Pony

``` java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 java.util.ArrayList.indexOf(ArrayList.java:331) -- java.util.ArrayList.contains(ArrayList.java:314) com.liulishuo.filedownloader.database.RemitDatabase.isNoNeedUpdateToRealDB(RemitDatabase.java:102) com.liulishuo.filedownloader.database.RemitDatabase.updateProgress(RemitDatabase.java:140) com.liulishuo.filedownloader.download.DownloadLaunchRunnable.syncProgressFromCache(DownloadLaunchRunnable.java:858) com.liulishuo.filedownloader.download.FetchDataTask.sync(FetchDataTask.java:239) com.liulishuo.filedownloader.download.FetchDataTask.checkAndSync(FetchDataTask.java:209) com.liulishuo.filedownloader.download.FetchDataTask.run(FetchDataTask.java:151) com.liulishuo.filedownloader.download.DownloadLaunchRunnable.fetchWithSingleConnection(DownloadLaunchRunnable.java:576) java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) java.lang.Thread.run(Thread.java:784) ```

need-info

``` public abstract class FridaParent { public int a; } ``` ``` public class FridaChild extends FridaParent{ public int b; } ``` ``` FridaChild child = new FridaChild(); child.b =...

如下log: "main" prio=5 tid=1 Waiting | group="main" sCount=1 dsCount=0 flags=1 obj=0x77789e30 self=0xf28ce000 | sysTid=26093 nice=0 cgrp=default sched=0/0 handle=0xf6483494 | state=S schedstat=( 612160462 1684489743 1537 ) utm=25 stm=36 core=4 HZ=100 |...

# My Object is like that: ``` public class User implements Serializable{ private static final long serialVersionUID = 5067708798089701226L; private String name; private Address address; public String getName() { return...

我在UCCloud上测试了这个docker的项目,但是构建到最后却失败了,信息如下: ---> Running in 3f7e00f95025 --2015-08-01 13:43:52-- http://mirrors.cnnic.cn/apache/tomcat/tomcat-7/v7.0.62/bin/apache-tomcat-7.0.62.zip Resolving mirrors.cnnic.cn... 218.241.113.17 Connecting to mirrors.cnnic.cn|218.241.113.17|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2015-08-01 13:43:53 ERROR 404: Not Found.

I have configured a simple demo project according to the [Channel documentation](https://channels.readthedocs.io/en/latest/introduction.html). I hope that after the client successfully connects, it will receive a ping message sent from the server...

I want to notify git-sync to trigger code synchronization in k8s, but I don't know how to send signal to k8s pod gracefully. Can someone help me? Thank you very...