1 /*2 Animal.java3 */4 package animal;5 6 public
abstract class Animal {7 public abstract void cry();8 public abstract String
getanimalName(...
分类:
编程语言 时间:
2014-04-30 04:27:50
阅读次数:
403
1 package com.lyz.mail; 2 3 import
java.io.IOException; 4 import java.util.Date; 5 import java.util.Enumeration; 6
import java.util.Properties...
分类:
编程语言 时间:
2014-04-30 01:29:16
阅读次数:
2479
1 package cn.tfri.filter.watermark; 2 3 import
java.io.IOException; 4 5 import javax.servlet.Filter; 6 import
javax.servlet.FilterChain; 7 import j...
分类:
其他好文 时间:
2014-04-30 00:31:48
阅读次数:
652
package com.szy.activity;import
android.app.Activity;import android.content.Intent;import
android.os.Bundle;import android.util.Log;import android.vie...
分类:
其他好文 时间:
2014-04-29 23:35:22
阅读次数:
590
转载:http://blog.csdn.net/wangqiulin123456/article/details/170686491.
添加删除受信任站点:/HKEY_CURRENT_USER/SoftWare/Microsoft/Windows/CurrentVersion/Internet
Se...
分类:
其他好文 时间:
2014-04-29 23:00:29
阅读次数:
657
package exp { object Main { def main(args:
Array[String]): Unit = { B[String].say("hello");
//B[String]后的括号可以省略,编译器知道这不是要用类型B而是要...
分类:
其他好文 时间:
2014-04-29 22:15:21
阅读次数:
500
/** * Copyright 2002-2006,2009 The Apache Software
Foundation. * * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use ....
分类:
其他好文 时间:
2014-04-29 21:16:42
阅读次数:
532
sudo apt-get install
python-software-propertiessudo apt-add-repository ppa:brightbox/ruby-ngsudo
apt-get updatesudo apt-get install ruby2.1ruby2.1 -vr...
分类:
其他好文 时间:
2014-04-28 14:18:29
阅读次数:
445
代码: 1 /* 2 test.java 3 */ 4 package test; 5
public class test { 6 public static void main(String args[] ) 7 { 8 CPU ccp= new
CPU();...
分类:
编程语言 时间:
2014-04-28 14:04:45
阅读次数:
439
【一些编程语录】1、If debugging is the process of
removing software bugs, then programming must be the process of putting them
in.– Edsger Dijkstra 如果调试程序是移除臭....
分类:
其他好文 时间:
2014-04-27 22:56:14
阅读次数:
543