'; }else if($obj instanceof Bduck){ echo 'Bduck is flying'; }else{ echo 'cannot fly'; } }}//基类class Duck { protected $_flyAction; public functi...
分类:
其他好文 时间:
2015-02-26 18:07:49
阅读次数:
116
传送门:Aladdin and the Flying Carpet题意:给出两个正整数1n答案必定为0,否则可以暴力1~m排除因子小于m的个数,这里稍微优化一下dfs排除小于m的因子个数。#pragma comment(linker,"/STACK:1024000000,1024000000")#i...
分类:
其他好文 时间:
2015-02-24 23:22:10
阅读次数:
213
It's said that Aladdin had to solve seven mysteries before getting the Magical Lamp which summons a powerful Genie. Here we are concerned about the first mystery.
Aladdin was about to enter to a magi...
分类:
其他好文 时间:
2015-02-16 18:23:03
阅读次数:
186
kuangbin带你飞系列专题六最小生成树题解报告...
分类:
其他好文 时间:
2015-01-29 14:41:49
阅读次数:
176
1.支持重构,TDD, Debug J2EE应用和Flying Error提示的IDE a.重构:即使团队用的最多的只是Rename,Move,Extract Method等有限几个最基本的功能,但J2EE结构里牵一发动全身的事情太多了,重构会帮你把事情擦干净,形成依赖后,已不习惯靠编译器。 b.T...
分类:
其他好文 时间:
2015-01-09 19:01:50
阅读次数:
226
Flying Saucer实现html转pdf...
分类:
Web程序 时间:
2015-01-06 15:36:10
阅读次数:
133
linux设备驱动--LED驱动最近正在学习设备驱动开发,因此打算写一个系列博客,即是对自己学习的一个总结,也是对自己的一个督促,有不对,不足,需要改正的地方还望大家指出,而且希望结识志同道合的朋友一起学习技术,共同进步。作者:liufei_learning(转载请注明出处)email:flying...
分类:
系统相关 时间:
2014-12-01 22:07:56
阅读次数:
441
download flying sauser:unzip flyingsaucer-master.zipcd flyingsaucer-master/mvn installls -alcd flying-saucer-core/cd target/ls -alpwdso you can get th...
分类:
其他好文 时间:
2014-11-15 22:57:44
阅读次数:
284
本文转自:http://blog.csdn.net/flying_huang/article/details/1504710一.下载struts2.0.1http://struts.apache.org/downloads.html,下载struts-2.0.1-all.zip,这个压缩包中包含了开...
分类:
其他好文 时间:
2014-11-05 21:23:02
阅读次数:
243
输入a b 求有多少对p, q 使得p*q == a && p = b
直接大整数分解 然后dfs搜出所有可能的解
#include
#include
#include
#include
#include
using namespace std;
typedef long long LL;
const int Times = 25;
LL factor[100], f[100];
i...
分类:
其他好文 时间:
2014-10-09 16:07:38
阅读次数:
179