Redian新闻
>
求教:无法打开所有ACS有关的链接
avatar
求教:无法打开所有ACS有关的链接# ChemEng - 化学工程
M*n
1
最近才听一同学说起的事情,当时我们在说一些觉得很不可思议的事情时候,说曾经家
乡的一座山里出了很诡异的事情。
这同学说起自己高考时候的经历,高中时候这同学读到了高二,就去了西藏读书,因为
去西藏高考分数会低很多。这个同学父母离异的,父亲在西藏算是一个比较有地位的政
府官员。
高考前,收到母亲的来信,说为她求了什么东西,让她吃,吃了就会精神很好,运气很
好,于是她和父亲都吃了。
第二天考试,第二节课就考的时候,突然很困,竟然在教室里面睡觉了,幸亏被老师喊
醒了,但是那门成绩考的很差。最擅长的考得最不好。
回去和父亲说起这事,父亲也说第二天也是精神很差。
两人才知道受骗了。
打电话去问母亲,母亲说没有邮寄信件过来。
父亲后来才说,是他的一个情人,因为一直想要和他结婚,闹的他最终离婚的,但是没
在一起,对他很愤恨。很可能那个东西是那个女人邮寄过来的。
而且说这可能是巫术。
虽然过来很多年了,同学还清晰记得,说这是某种巫术。其实说起巫术,我还有另外的
一个见闻,有空说说。
avatar
c*n
2
the following code is found from Hector Cassandra java API, I couldn't
understand why it compiles fine while I thought the execute() should
declare or catch exceptions, since the testtest() throws exceptions.
(I simplified the code by adding testtest() )
public QueryResult> execute() {
return new QueryResultImpl>(
ExecutingKeyspace.testtest( (java.util.List>) null)
);
}
public static ExecutionResult testtest(java.util.List x)
throws HectorException { throw new HectorException("fff"); //return
(ExecutionResult) null ;
}
but in comparison, the following hacked up code does give compile
error, but I thought these 2 are exactly the same????
import java.io.*;
import java.util.Random;
class MyGeneric {
}

class AA {
public MyGeneric fun(MyGeneric blah) throws IOException
{
if ( new Random().nextInt() > 10 )
System.out.println("OOO");
// throw new IOException("blah");
return (MyGeneric) null;
}

}


class CC {
int m ;
public CC(MyGeneric n) { m=1;}
}

public class BB {
public CC ttt () {

return new CC( new AA().fun( (MyGeneric) null ) );
}
}
avatar
x*6
3
我的笔记本在实验室从前天开始无法打开所有和ACS有关的主页和链接,但是实验室的机
器却照样都能打开和下载,不知道有人遇到过类似的情况吗?
avatar
M*n
4
那个巫术是可以害死人的
avatar
g*g
5
public class HectorException extends RuntimeException {
that explains.

【在 c******n 的大作中提到】
: the following code is found from Hector Cassandra java API, I couldn't
: understand why it compiles fine while I thought the execute() should
: declare or catch exceptions, since the testtest() throws exceptions.
: (I simplified the code by adding testtest() )
: public QueryResult> execute() {
: return new QueryResultImpl>(
: ExecutingKeyspace.testtest( (java.util.List>) null)
: );
: }
: public static ExecutionResult testtest(java.util.List x)

avatar
c*n
6
fxxx, forget it,
public class HectorException extends RuntimeException {

【在 c******n 的大作中提到】
: the following code is found from Hector Cassandra java API, I couldn't
: understand why it compiles fine while I thought the execute() should
: declare or catch exceptions, since the testtest() throws exceptions.
: (I simplified the code by adding testtest() )
: public QueryResult> execute() {
: return new QueryResultImpl>(
: ExecutingKeyspace.testtest( (java.util.List>) null)
: );
: }
: public static ExecutionResult testtest(java.util.List x)

avatar
c*n
7
thanks, just found it too

【在 g*****g 的大作中提到】
: public class HectorException extends RuntimeException {
: that explains.

avatar
c*n
8
you work around Hector/Cassandra stuff too? just curious

【在 g*****g 的大作中提到】
: public class HectorException extends RuntimeException {
: that explains.

avatar
g*g
9
I am working on Cassandra stuff lately.

【在 c******n 的大作中提到】
: you work around Hector/Cassandra stuff too? just curious
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。