import java.security.MessageDigest;import
java.util.*;public class Hello2{ public static void main(String[] args) throws
Exception{ Random r = new Ran...
分类:
其他好文 时间:
2014-07-22 23:13:33
阅读次数:
354
package 动态代理扩展List;import
java.lang.reflect.InvocationHandler;import java.lang.reflect.Method;import
java.lang.reflect.Proxy;import java.util.ArrayLis...
分类:
其他好文 时间:
2014-07-22 23:13:12
阅读次数:
312
1,使用python链接mysql # -*- coding: utf-8 -*-#
connect.py --连接到MySQL服务器import sysimport MySQLdbtry: conn = MySQLdb.connect(db =
"cookbook", host = "localh...
分类:
数据库 时间:
2014-07-22 23:11:15
阅读次数:
518
//// RootTableViewController.m// editcell////
Created by liyang on 14-4-29.// Copyright (c) 2014年 liyang. All rights
reserved.//#import "RootTabl...
分类:
移动开发 时间:
2014-07-22 23:10:14
阅读次数:
459
1.每个类都默认导入 import
java.lang.*;2.如果一个类没有定义构造方法,则默认提供公开无参构造方法3.在类中,访问成员变量或成员方法,如果不加引用,默认加上"this."4.在构造方法中,如果第一行不是"this(...)"或"super(...)"
,默认为"super();"...
分类:
编程语言 时间:
2014-07-22 23:09:35
阅读次数:
280
The Super PowersTime Limit:1000MSMemory
Limit:Unknown64bit IO Format:%lld & %llu[Submit] [Go Back]
[Status]DescriptionAThe Super PowersWe all know the...
分类:
其他好文 时间:
2014-07-22 23:09:34
阅读次数:
554
本人使用的是poi-bin-3.10-FINAL-20140208.zip
版本的poi以下是程序关键代码://需要引用的类import java.io.File;import
java.io.FileInputStream;import java.io.FileOutputStream;impor...
分类:
其他好文 时间:
2014-07-22 23:09:34
阅读次数:
266
@echo offecho IP Ping 工具:x::set /p
choice="请输入扫描类型:A or B :"set choice=Aif /i %choice%==a goto ipduan else goto
y:yif /i %choice%==b go...
The Monocycle Time Limit: 3000MS64bit IO
Format: %lld & %llu [Submit] [Go Back] [Status] Description Problem A: The
Monocycle A monocycle is a cycle t...
分类:
其他好文 时间:
2014-07-22 23:08:53
阅读次数:
444
1.首先安装eclipse,选择一个适合的版本就好,解压即可
http://www.eclipse.org/downloads/ 2.下载go语言安装包 官网地址 :http://www.golang.org/
官网地址有时候打不开,百度云盘下载go1.2安装包http://pan.baidu...