码迷,mamicode.com
首页 >  
搜索关键字:ou    ( 684个结果
3469 [POI2008]BLO-Blockade
洛谷—— 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
hive的常用操作
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
DOM
子节点<!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
Arrays工具类
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
Java 中带参带返回值方法的使用
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
[HDU]3518——Boring counting
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
fiddler makecert生成证书
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这个压力测试工具。Stress是一个Posix系统下生成Cpu/Memory/IO/Disk负载的工具。 项目址址:http://weather.ou.edu/~apw/pro stress安装: centos..
分类:其他好文   时间:2017-06-04 22:39:33    阅读次数:534
【打CF,学算法——二星级】CF 520B Two Buttons
【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
684条   上一页 1 ... 25 26 27 28 29 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!