Exception in thread "main" org.apache.commons.httpclient.ProtocolException: Unable to parse header: share memory not exist, need create new share memo...
分类:
Web程序 时间:
2014-11-08 18:08:59
阅读次数:
457
Click ‘Navigator’ button, and select ‘Invoices’ under ‘Payables’, we can create and manage invoices.
Before we create a new invoice, we need to know some related basic knowledge for invoice. Invoice ...
分类:
其他好文 时间:
2014-11-07 14:50:06
阅读次数:
247
http://acm.hdu.edu.cn/showproblem.php?pid=4082
Hou Yi's secret
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3006 Accepted Submissi...
分类:
其他好文 时间:
2014-11-06 22:04:41
阅读次数:
210
How to implement a effecitive AE.
AE
ME,MC
Minual exposure //time,line
Max exposure
//average ill help to control it.
Gain
Range
Minimal
Max:
Upper bound://...
分类:
其他好文 时间:
2014-11-06 22:01:41
阅读次数:
237
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:
其他好文 时间:
2014-11-06 21:26:26
阅读次数:
307
1.派生类可以访问父类的protected数据,这是毫无疑问的。
2.今天做Think in java的习题发现,同一个包内的一个类调用另一个类的protected数据是可以的。代码如下:
package mnmlist;
class Mnmlist{
public static void pt()
{
Hello hi=new Hello(100);
System.out....
分类:
编程语言 时间:
2014-11-06 20:03:32
阅读次数:
188
Here is the script that ultimately worked. I think the bit I was originally missing that prevented it from working remotely was the unset GIT_DIR#!/bi...
分类:
其他好文 时间:
2014-11-05 21:21:16
阅读次数:
196
Background: Why we need QoS ?There are premium subscribers who always want to have better user experience on their 4G LTE device. These users are will...
分类:
其他好文 时间:
2014-11-05 19:02:09
阅读次数:
527
内部类
定义:将一个类定一个在另一个类的内部定义,就是内部类。
创建内部类
如果想从外部类的非静态方法之外的任意位置创建某个内部类的对象,需要具体的指明:outerClassName.InnerClassName;
链接到外部类
内部类能访问其外围对象的所有成员,不需要任何特殊条件。
使用.this与.new
.this用法
如果你需要生成对外部类对...
分类:
编程语言 时间:
2014-11-05 14:48:45
阅读次数:
157
9.1抽象类和抽象方法
在应用继承时,基类的很多方法是子类的通用接口,其本身并无实际意义。创建基类对象没有意义,我们甚至需要组织用户这么做。但是,如果用户这么做了,我们将在运行时才会发现错误。为了使错误信息在编译时就可以被捕获,我们可以将基类定义为抽象类。
抽象的关键字为abstract,java提过了抽象方法机制,这种方法是不完整的;仅有声明没有方法体。如:
abstract void f...
分类:
编程语言 时间:
2014-11-03 16:27:42
阅读次数:
224