E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Flying
1408112109-hd-
Flying
to the Mars.cpp
FlyingtotheMars TimeLimit:5000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)
wangluoershixiong
·
2014-08-12 09:00
hdu 1800
Flying
to the Mars
FlyingtotheMarsTimeLimit:5000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):11043 AcceptedSubmission(s):3553ProblemDescriptionIntheyear8888,theEarthisruledbythePPFE
u013806814
·
2014-08-12 00:00
c
HDU
杭电
贪心
HDU1800
Flying
to the Mars 【贪心】
FlyingtotheMarsTimeLimit:5000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):10854 AcceptedSubmission(s):3481ProblemDescriptionIntheyear8888,theEarthisruledbythePPFE
u012846486
·
2014-08-05 11:00
hdu1800
hdu 1800
Flying
to the Mars (trie树)
小记:这题其实是比较水的,尤其是数据,看discuss里别人都是用int存的,30位的数int能存的下??!!思路:trie树来hash,记录每一个值出现的次数,次数最多的就是答案。这里要注意的就是0,如果用trie树,它输入000和00你必须判断是同一个数0.或者002和000002.所以这里要必须去掉前置0,然后再插入代码:#include #include #include #include
ljd4305
·
2014-07-25 14:00
[置顶] Android Actionbar学习笔记(三)-----修改Actionbar的样式
http://blog.csdn.net/
flying
_tao/article/details/6655148本例几乎涵盖了有关Actionbar的所有操作,由于前面介绍过tabs和item,这里重点介绍
daditao
·
2014-06-10 22:00
Python实例分享:快速查找出被挂马的文件
其中,主要是根据比对2份文件的md5值来过滤可能被挂马的文件(确切的说应该是被修改过的文件)Python脚本复制代码代码如下:__author__='
Flying
'#coding:utf-8#Date:
·
2014-06-08 09:57
do...while(0)的妙用
文章原文:http://www.cnblogs.com/
flying
_bat/archive/2008/01/18/1044693.html在C++中,有三种类型的循环语句:for,while,和do.
renwotao2009
·
2014-06-06 13:00
命令行运行hadoop实例wordcount程序
参考1:http://www.cnblogs.com/
flying
5/archive/2011/05/04/2078408.html需要说明的有以下几点。
794068648
·
2014-06-05 09:51
java
命令行运行hadoop实例wordcount程序
参考1:http://www.cnblogs.com/
flying
5/archive/2011/05/04/2078408.html需要说明的有以下几点。
794068648
·
2014-06-05 09:51
Java
Java
javascript
http://blog.163.com/
flying
_heart/blog/static/98119076200810132928472/ scriptlanguage="javascript"type
u012283902
·
2014-06-04 13:00
SecureCRT 属性设置
原文出处:http://blog.csdn.net/
flying
_ants/article/details/25541325当安装完SecureCRTSSH软件时,默认的设置让我们用起来感觉很不爽。
u012307430
·
2014-05-28 22:00
flying
saucer html转pdf经验分享
对比了很多生成pdf的方案,最终还是决定使用flyingsaucer,网上能搜出N多相关文章,但是照着做了会出现各种问题,还是得自己一点点摸索,前后花了两天时间才达到自己的目标,下面把过程中的经验总结一下,希望对大家能有所帮助:1)jar包选择小小抱怨一下,各种开源产品给了我们极大帮助,但是通常版本管理较为混乱,也给我们带来了不小的麻烦,因为jar包兼容性问题花了很长时间,尤其是itext
shaguofen
·
2014-05-24 21:00
html
jsp
pdf
Flying
saucer
HDU1800
Flying
to the Mars(字典树)
题目:ProblemDescriptionIntheyear8888,theEarthisruledbythePPFEmpire.Asthepopulationgrowing,PPFneedstofindmorelandforthenewborns.Finally,PPFdecidestoattackKscinowwhorulingtheMars.Heretheproblemcomes!Howca
u010270403
·
2014-05-22 13:00
字典树
do...while(0)的妙用
原文:http://www.cnblogs.com/
flying
_bat/archive/2008/01/18/1044693.html在C++中,有三种类型的循环语句:for,while,和do...
chj90220
·
2014-05-20 10:00
do
while0
android如何实现开机自动启动Service或app
转自:http://blog.csdn.net/
flying
_vip_521/article/details/7053355 今天我们主要来探讨android怎么让一个service开机自动启动功能的实现
primer_programer
·
2014-05-16 14:00
flying
saucer 中文不显示、以及中文换行的问题解决
1首先下载官方的 iText-2.0.8.jar, 这是导出PDF必备的jar包, 2 程序中需要指定 中文字体: // mac fontResolver.addFont("/library/fonts/Arial Unicode.ttf", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDD
fackyou200
·
2014-05-13 11:00
中文
flying
-saucer/iText PDF in servlet not finding css file HTML生成PDF未加载css
当
flying
-saucer使用模板文件加载html代码生成PDF时,如果css样式使用了相对路径这会出现加载不上的问题,类似问题http://stackoverflow.com/questions/9722038
wangdan199112
·
2014-05-09 16:00
css
itext
link
stylesheet
flying-saucer
do while(0)的另一个用途:消除goto语句。
转载地址:http://www.cnblogs.com/
flying
_bat/archive/2008/01/18/1044693.htmldo...while(0)消除goto语句。
stpeace
·
2014-04-20 23:00
oracle表分区
转自http://love-
flying
-snow.iteye.com/blog/573303 废话少说,直接讲分区语法。Oracle表分区分为四种:范围分区,散列分区,列表分区和复合分区。
yupengcc
·
2014-04-10 09:00
oracle
分区
XE5 修复 安卓 输入法隐藏 后 无法退出的问题 3.1
************************************************)(* *)(* 编写:爱吃猪头肉 &
Flying
·
2014-04-01 13:00
输入法
ListView下拉刷新,上拉加载更多,终结版
实现头部功能的封装,写出一个自定义控件1、头部封装类/** *该类主要是完成头部部分的功能封装 * *一个可以监听ListView是否滚动到最顶部或最底部的自定义控件只能监听由触摸产生的,如果是ListView本身
Flying
董家二少
·
2014-03-27 13:00
ToolLibrary——编译和操作动态库
项目的源码在这里:http://code.google.com/p/
flying
-on-android/ 因为用到了dlopen等函数,所以,编译ToolLibrary时,需要给LOCAL_SHARED_LIBRARIES
vrix
·
2014-03-24 14:00
iText和
flying
saucer结合生成pdf的技术
目录(?)[-]使用flyingsaucer将网页转换为pdf之中文问题彻底解决利用iText实现PDF报表下载没有用flyingsaucer下面是我自己利用flyingsaucer技术生成pdf文档的实现代码:Servlet方式:html代码:[html] viewplaincopy "> Html2PdfServlet
wangshfa
·
2014-02-24 16:00
Android输入事件流程中的EventHub分析及源码演示
details/6417929Android2.3的输入事件流程与以前版本有了较大的不同,这里做一下详细的分析,最后我把自己分析时用的演示代码放在了这里:http://code.google.com/p/
flying
-on-android
tdstds
·
2014-02-12 14:00
UVA 11280 -
Flying
to Fredericton SPFA变形
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=2255&mosmsg=Submission+received+with+ID+13067799题目大意:给出n(2 #include #include #include #include
murmured
·
2014-02-01 23:00
[转] Oracle分析函数 sum group Rollup Cube
Oracle分析函数sumgroupRollupCube http://love-
flying
-snow.iteye.com/blog/573083 本文讲述Oracle分析函数用法,首先建库:Sql
kavinhub
·
2014-01-15 14:00
oracle
每日英语:KFC's Crisis in China Tests Ingenuity of Man Who Built Brand
Sam Su for years ran one of the highest-
flying
foreign business operations in China.
·
2014-01-13 18:00
test
HDU 1800
Flying
to the Mars Trie或者hash
http://acm.hdu.edu.cn/showproblem.php?pid=1800题目大意:又是废话连篇给你一些由数字组成的字符串,判断去掉前导0后那个字符串出现频率最高。一开始敲hash数组开大点嘛。。TLE,开小WA。。肯定是我hash函数写得不好。QAQ然后我就直接上字典树了。。。再然后此题的哈希我问了大牛他是直接存hash值我是存个数。。。然后我就牺牲了然后我又敲了一遍,然后就A
murmured
·
2013-12-29 10:00
编程
hash
ACM
HDU
字典树
基于iText和
flying
saucer结合freemark生成pdf 范例
项目主页:http://git.oschina.net/lemonzone2010/doc-render最近公司需要生成PDF,基于这个需求简单学习了下IText 和flyingsaucer,对于这两个技术.我先简单介绍下:FlyingSaucer和iText介绍: A. iText是一个生成PDF文档的开源java库,能够动态从XML或者数据库生成PDF,同时它具备PDF文档的绝大多数属性
lemonzone2010
·
2013-11-26 16:00
itext
Flying
saucer
基于iText和
flying
saucer结合freemark java生成pdf 范例
项目主页:http://git.oschina.net/lemonzone2010/doc-render最近公司需要生成PDF,基于这个需求简单学习了下IText 和flyingsaucer,对于这两个技术.我先简单介绍下:FlyingSaucer和iText介绍: A. iText是一个生成PDF文档的开源java库,能够动态从XML或者数据库生成PDF,同时它具备PDF文档的绝大多数属性
李星
·
2013-11-26 15:00
pdf
itext
FlyingSaucer
Visual Studio 2010中C++项目升级指南
转自:http://www.cnblogs.com/
flying
_bat/archive/2010/04/28/1722648.html如何升级?
missingu1314
·
2013-11-19 19:00
Java Runtime.exec()注意事项
转载自:http://blog.csdn.net/
flying
881114/archive/2011/03/23/6272472.aspx0.Runtime.exec()用来执行外部程序或命令1.Runtime.exec
ysmz4
·
2013-11-07 20:00
java语言
hdu 1800
Flying
to the Mars
点击打开hdu1800题意:有n个士兵每个人有一个能力值d,现在士兵要去学习如何飞到火星。规定如下,能力值大的可以教能力值小的并且每个人只能由一个人来教,而且每个人只能够教一个人。规定一起学习的人的书本是一样的,问最少需要几本书思路:根据题目的意思是我们可以知道最终要求的就是有几个递减的序列,也就是找到最多重复的值。比如23434就是两个递减序列432和43。那么我们只要对这些的值插入到字典树即可
cgl1079743846
·
2013-11-02 10:00
Detour开发包之API拦截技术
转自:http://www.cnblogs.com/
flying
_bat/archive/2008/04/18/1159996.html我们截获函数执行最直接的目的就是为函数增添功能,修改返回值,或者为调试以及性能测试加入附加的代码
chen_chun_guang
·
2013-10-25 15:00
detour
API拦截技术
程序员的灯下黑:重知识轻技术
转自:http://www.cnblogs.com/
flying
_bat/archive/2007/05/30/764637.html电视《雍正王朝》讲了这么一个故事:大将军年羹尧奉命到青海平叛,清军因路途遥远
chen_chun_guang
·
2013-10-25 14:00
程序员修养
Eclipse JDT--AST入门
阅读更多转载自http://blog.csdn.net/
flying
881114/article/details/6187061,有少许改动。
xpenxpen
·
2013-10-16 09:00
eclipse
jdt
ast
Eclipse JDT--AST入门
转载自http://blog.csdn.net/
flying
881114/article/details/6187061,有少许改动。
xpenxpen
·
2013-10-16 09:00
eclipse
jdt
ast
iText和
flying
saucer结合生成pdf的技术
原博文地址http://blog.csdn.net/shanliangliuxing/article/details/6833471下面是我自己利用flyingsaucer技术生成pdf文档的实现代码:Servlet方式:html代码:[html] viewplaincopy "> Html2PdfServlet
jimmy609
·
2013-10-15 12:00
android 通话记录的查询与删除
http://blog.csdn.net/
flying
_vip_521/article/details/7258805
jdsjlzx
·
2013-10-09 09:00
UVA 11280
Flying
to Fredericton 最短路DP
ProblemCFLYINGTOFREDERICTONAfterbeinginspiredbySalvadorDali'sartwork,BrettdecidedhewouldliketotraveltoFredericton,NewBrunswicktovisittheBeaverbrookArtGallery.BrettlivesinCalgary,andwouldliketofindthec
cyendra
·
2013-09-23 20:00
CentOS 安装Passenger
passenger-config --root passenger-install-apache2-module ps auxw | grep
flying
-passenger
·
2013-09-14 03:00
centos
do...while(0)的妙用
转自:http://www.cnblogs.com/
flying
_bat/archive/2008/01/18/1044693.html在C++中,有三种类型的循环语句:for,while,和do...
jackyvincefu
·
2013-08-28 08:00
C++
while
宏
do
Flying
to the Mars(hdu1800,水题排序)
pid=1800
Flying
to the MarsTime Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768
JHC23
·
2013-08-16 21:00
hdu 1800
Flying
to the Mars【水水】
链接:http://acm.hdu.edu.cn/showproblem.php?pid=1800http://acm.hust.edu.cn/vjudge/contest/view.action?cid=28508#problem/CFlyingtotheMarsTimeLimit:5000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java
Cfreezhan
·
2013-08-07 17:00
ajax
http://www.w3school.com.cn/ajax/ajax_asp_php.asp http://blog.csdn.net/
flying
8127/article/details/2340731
brucexu1978
·
2013-07-26 19:00
[java实现]找一个数组的最大和的连续子数组(时间复杂度 O(n))
代码实现 /** * @author
Flying
*
runfeel
·
2013-07-08 20:00
java实现
HTML转PDF思路
Usually you’ll get advice to use another product; for instance, xhtmlrenderer, aka
Flying
Saucer—a project
onlyOneToOne
·
2013-07-06 00:00
html
HDOJ 1800
Flying
to the Mars 盲目搜索......................so easy...........
checktheoriginalproblemhere:http://acm.hdu.edu.cn/showproblem.php?pid=1800theACcode:#include #include #include #include #include #include usingnamespacestd; intlevel[3010]; boolvisit[3010]; boolcmp(in
xiaozhuaixifu
·
2013-06-19 14:00
Algorithm
C++
搜索
greedy
射箭box2d
http://www.emanueleferonato.com/2012/12/10/
flying
-arrows-simulation-with-box2d/
bytebear
·
2013-06-09 15:00
杭电1800
Flying
to the Mars(简单哈希)
->题目请戳这里 #include #include usingnamespacestd; structnode { intkey,num; }hash[6005]; intp=2999; intgetkey(intx) { intk=0; intt; while(x) { t=x%10; k+=t*t; x/=10; } returnk%p; } intmain() { inti; intn
ophunter
·
2013-06-08 12:00
hash
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他