洛谷—— P3469 [POI2008]BLO-Blockade 题目描述 There are exactly towns in Byteotia. Some towns are connected by bidirectional roads. There are no crossroads ou ...
分类:
其他好文 时间:
2017-06-24 11:19:10
阅读次数:
207
简单实现继承链 分三部分,代码如下: 一部分 package Day07; public class Employee extends Person { public Employee() { this ("(2) Invoke Employee's constructor"); System.ou ...
分类:
其他好文 时间:
2017-06-20 19:39:06
阅读次数:
169
1、hive的数据类型 2、基本操作 显示所有库:show databases;创建库:create database media_pro;切换到指定库:use media_pro;查看表结构:desc formatted t_pro_user_list; 创建分区表:create table OU ...
分类:
其他好文 时间:
2017-06-17 10:10:10
阅读次数:
224
子节点<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Document</title>
</head>
<scripttype="text/javascript">
window.onload=function(){
varou=document.getElementById(‘ul1‘)
//console.log(ou...
分类:
其他好文 时间:
2017-06-16 23:09:20
阅读次数:
166
Arraysd的静态方法能够方便的对数组进行操作,每个方法也加了注释 : 程序: import java.util.*;public class Array{ public static void main(String[] args){ int[] arr={1,3,4,2}; System.ou ...
分类:
其他好文 时间:
2017-06-09 23:47:52
阅读次数:
392
publicclassmains{ publicstaticvoidmain(String[]args){ mainshello=newmains(); int[]scores={79,52,98,81};hello.sort(scores);System.out.println("第一"+hello.sort(scores)); //调用方法,传入成绩数组,并获取成绩的个数 //intcount=hello.sort(scores);//System.ou..
分类:
编程语言 时间:
2017-06-06 22:13:25
阅读次数:
213
zhan.jiang.ou now faced a tough problem,his english teacher quan.hong.chun gives him a string,which consists with n lower case letter,he must figure o ...
分类:
其他好文 时间:
2017-06-05 22:19:28
阅读次数:
135
makecert.exe -r -ss my -n "CN=DO_NOT_TRUST_FiddlerRoot, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky signature -eku 1.3.6.1.5.5.7.3.1 -... ...
分类:
其他好文 时间:
2017-06-05 11:33:28
阅读次数:
341
############################
stress压力测试工具
############################
为了测试服务器的负载情况,给大家推荐Stress这个压力测试工具。Stress是一个Posix系统下生成Cpu/Memory/IO/Disk负载的工具。
项目址址:http://weather.ou.edu/~apw/pro
stress安装:
centos..
分类:
其他好文 时间:
2017-06-04 22:39:33
阅读次数:
534
【CF简单介绍】 提交链接:Two Buttons 题面: B. Two Buttons time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard ou ...
分类:
编程语言 时间:
2017-06-03 11:26:56
阅读次数:
231