Open the Dragon Scroll
Did you ever hear about 'Dragon Food' ? Its used to refer to the chocolates bought for your loved ones :). Po offers dragon food to master Shifu, who is a famous cook in th...
分类:
其他好文 时间:
2014-05-10 10:06:11
阅读次数:
382
链接:http://poj.org/problem?id=2421 或 http://acm.hdu.edu.cn/showproblem.php?pid=1102
Problem Description
There are N villages, which are numbered from 1 to N, and you should build some roads ...
分类:
其他好文 时间:
2014-05-10 09:34:09
阅读次数:
389
这在附另一个转柱形图的效果及代码.
原PHP报表效果:
转成Excel后的效果:
附上代码:
<?php
/**
* PHPExcel
*
* Copyright (C) 2006 - 2014 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify ...
分类:
Web程序 时间:
2014-05-10 02:19:56
阅读次数:
553
注解作用 常见的作用有以下几种:生成文档。这是最常见的,也是java
最早提供的注解。常用的有@see @param @return @author等。跟踪代码依赖性,实现替代配置文件功能。比较常见的是spring 2.5
开始的基于注解配置。作用就是减少配置。现在的框架基本都使用了这种配置来减.....
分类:
编程语言 时间:
2014-05-07 09:49:47
阅读次数:
524
ITeacherServiceImpl.java:
/**
* @Title:ITeacherServiceImpl.java
* @Package:com.you.service.impl
* @Description:
* @author:Youhaidong(游海东)
* @date:2014-5-5 下午11:08:39
* @version V1.0
*/
package...
分类:
Web程序 时间:
2014-05-07 07:11:05
阅读次数:
434
Paint the Grid Again
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white).
Leo has a...
分类:
其他好文 时间:
2014-05-07 06:56:10
阅读次数:
470
ITeacherService.java:
/**
* @Title:ITeacherService.java
* @Package:com.you.service
* @Description:教师Service接口
* @author:Youhaidong(游海东)
* @date:2014-5-5 下午11:06:24
* @version V1.0
*/
package c...
分类:
Web程序 时间:
2014-05-07 06:38:47
阅读次数:
504
Teacher.java:
/**
* @Title:Teacher.java
* @Package:com.you.model
* @Description:老师封装类
* @author:Youhaidong(游海东)
* @date:2014-5-5 下午11:03:13
* @version V1.0
*/
package com.you.model;
import ja...
分类:
Web程序 时间:
2014-05-07 06:23:18
阅读次数:
353
一次通过,它的spoiler里面的提示有两个:1. 末尾为0的情况,这个考虑到了2.Did you
notice that the reversed integer might overflow? Assume the input is a 32-bit
integer, then the reve...
分类:
其他好文 时间:
2014-05-06 11:10:45
阅读次数:
356